Announcement

Collapse
No announcement yet.

network failure on kubuntu 6.0.6

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

    network failure on kubuntu 6.0.6

    I have a pretty strange problem on kubuntu...
    I'm using Windows XP and Kubuntu.
    I had a problem with my windows xp and formatted this partition. I didn't know how to replace the GRUB so after I installed windows again I installed kubuntu on the same partition as before. After that I can't get acces to the internet any more. Any ideas?


    #2
    Re: network failure on kubuntu 6.0.6

    May sound silly - but: did you (manually) setup the network past reinstallation?

    Comment


      #3
      Re: network failure on kubuntu 6.0.6

      My network card is Realtek RTL8168/8111 PCI-E Gigabit.

      The thing is that the first time when I installed kubuntu it worked perfect... I didn't have to configure anything. After I formated the partition even the Live CD was not able to connect to the Internet and could not install the security updates.

      My /etc/networks/interfaces looks normal... Just it has like 5 interfaces... Is this OK?

      I got an ifconfig result here:

      root@dragosh-desktop:~# ifconfig eth0
      eth0 Link encap:Ethernet HWaddr 00:13:8F9:B3:A5
      UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
      RX packets:2702 errors:0 dropped:0 overruns:0 frame:0
      TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:1000
      RX bytes:175472 (171.3 KiB) TX bytes:2394 (2.3 KiB)
      Interrupt:185 Base address:0xe800


      and a dhclient...
      root@dragosh-desktop:~# dhclient eth0
      Internet Systems Consortium DHCP Client V3.0.3
      Copyright 2004-2005 Internet Systems Consortium.
      All rights reserved.
      For info, please visit http://www.isc.org/products/DHCP

      Listening on LPF/eth0/00:13:8f:d9:b3:a5
      Sending on LPF/eth0/00:13:8f:d9:b3:a5
      Sending on Socket/fallback
      DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
      DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
      DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
      DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 21
      DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19
      No DHCPOFFERS received.
      No working leases in persistent database - sleeping.

      Comment


        #4
        Re: network failure on kubuntu 6.0.6

        simply put you do not have an ip address which is needed to connect to the internet. go into systems settings, click on network settings, click on admin, and make sure your NIC is set to dhcp.

        Comment


          #5
          Re: network failure on kubuntu 6.0.6


          Sound to me like your dhcp is off

          k menu than, system settings than to your network settings. than login as root than, network interfaces

          make sure the tcp/IP is automatic and set to dhcp than click apply if not just reboot your Linix box. try to connection to the internet.

          if no connection check your domain name system tab depending on howe your ISP works you should see at least one DNS in the domain servers list.

          here is a copy of my ifconfig to let you see a working connection this is a wired
          connection.

          eth0 Link encap:Ethernet HWaddr 00:02:55:3B:A8:B5
          inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0
          inet6 addr: fe80::202:55ff:fe3b:a8b5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:1996 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1209 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1371348 (1.3 MiB) TX bytes:239981 (234.3 KiB)



          let me know if you have any luck

          post ifconfig again so I can see the result

          Comment

          Working...
          X