Announcement

Collapse
No announcement yet.

No network connectivity after Install

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    No network connectivity after Install

    Hi - I'm quite a linux newbie and was very impressed with Kubuntu running from the CD so I did a complete fresh install with HD format.

    The installation worked like a dream but I can't get the network & internet access working, it worked (and still does work) perfectly straight away with the version running off the CD so I tried messing about with the network settings but nothing so far works.

    The Nameservers are appearing in /etc/resolv.conf, DHCP is setting the ip address correctly, all settings seem to be exactly the same as with the version running off the CD but I can't look at any pages and I can't ping any other machines on the network. Any help would be appreciated...thanks

    #2
    Re: No network connectivity after Install

    look at the /etc/network/interfaces file...comment out all the interfaces you DONT need...but leave lo anyway...default first network card is eth0 so..

    Code:
    auto lo
    iface lo inet loopback
    
    auto eth0
    iface eth0 inet dhcp
    put a # infront of all the other lines...

    Comment


      #3
      Re: No network connectivity after Install

      Done, but it doesn't make any difference... I had a couple of extra lines underneath 'iface lo inet loopback' for address and netmask, I guess from my fiddling about with the network settings - so I commented these out too and rebooted, still nothing.

      Comment


        #4
        Re: No network connectivity after Install

        Hi,

        Can you give this information please ?
        ifconfig -a
        cat /etc/network/interfaces
        route
        ping www.kubuntu.org

        Cheers

        Comment


          #5
          Re: No network connectivity after Install

          No problem...

          ifconfig -a:

          eth0
          link encap:Ethernet
          HWaddr 00:80:AD:C1:49:76
          inet addr: 10.0.0.30
          Bcast: 10.0.0.255
          Mask: 255.255.255.0
          inet6 addr: fe80::280:adff:fec1:4976/64 Scope:Link
          UP BROADCAST MULTICAST MTU:1500 Metric:1
          RX packets:21 errors:16 dropped:0 overruns:0 frame:0
          TX packets:12 errors:6 dropped:0 overruns:0 carrier:6
          collisions:0 txqueuelen:1000
          RX bytes:2373(2.3 kiB) TX bytes: 988 (988.0 b)
          Interrupt:193 Base address:0xec00

          lo
          Link encap:Local Loopback
          inet addr:127.0.0.1
          Mask: 255.0.0.0
          inet6 addr: ::1/128
          Scope:Host
          UP LOOPBACKRUNNING MTU:16436 Metric:1
          RX packets:11 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:740 (740.0b) TX bytes:740 (740.0b)

          sit0
          Link encap:IPv6-in-IPv4
          NOARP MTU:1480 Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0b) TX bytes:0 (0.0b)

          route:

          Destination Gateway Genmask Flags Metric Ref Use Iface
          10.0.0.0 * 255.255.255.0 U 0 0 0 eth0
          default 10.0.0.1 0.0.0.0 UG 0 0 0 eth0

          cat /etc/network/interfaces:

          auto eth0
          iface eth0 inet dhcp

          #auto eth1
          #iface eth1 inet dhcp

          #auto eth2
          #iface eth2 inet dhcp

          #auto ath0
          #iface ath0 inet dhcp

          #auto wlan0
          #iface wlan0 inet dhcp

          ping www.kubuntu.org:

          ping: unknown host www.kubuntu.org

          Comment


            #6
            Re: No network connectivity after Install

            Hi,

            there's two things which look strange to me :
            you have quite a lot of errors :
            RX packets:21 errors:16 dropped:0 overruns:0 frame:0
            TX packets:12 errors:6 dropped:0 overruns:0 carrier:6

            By pinging host on the net, it seems that you have nothing in /etc/resolv.conf, no ?
            Can you add your dns server lines in it ?

            Cheers

            Comment


              #7
              Re: No network connectivity after Install

              no, as I said at the top - my resolv.conf has the DNS lines:

              nameserver 213.1.119.103
              nameserver 213.1.119.104

              Thanks for the help so far...I just tried Fedora (Core 5) and that has the same problem...

              Comment


                #8
                Re: No network connectivity after Install

                I just attempted to install Mepis and the network/internet access is good from the cd (as with kubuntu) but for some reason it isn't letting me do a full install (keeps saying 'Failed to create required partitions. Returning to Step 1.')

                I might try plain Ubuntu...

                Comment


                  #9
                  Re: No network connectivity after Install

                  Got it fixed

                  I installed MEPIS over Kubuntu and it works perfectly. I slightly prefered Kubuntu, but they're virtually the same now that I've trimmed some of the extra stuff from the panel. Thanks for the help anyway...

                  Comment

                  Working...
                  X