Public bug reported:

Using latest version of Feisty.
I cannot connect to the network.
Result of a ping gives me the message connect: Network is unreachable
Output from ifconfig:
eth0      Link encap:Ethernet  HWaddr 00:80:AD:0C:84:7D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:16 errors:0 dropped:0 overruns:0 frame:0
          TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1897 (1.8 KiB)  TX bytes:1212 (1.1 KiB)
          Interrupt:3 Base address:0xd800 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:864 errors:0 dropped:0 overruns:0 frame:0
          TX packets:864 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:43200 (42.1 KiB)  TX bytes:43200 (42.1 KiB)

Output from lspci

00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and Memory 
Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82815 815 Chipset AGP Bridge (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 02)
00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 (rev 02)
00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 02)
00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] 
(rev a1)
02:0d.0 Ethernet controller: Davicom Semiconductor, Inc. 21x4x DEC-Tulip 
compatible 10/100 Ethernet (rev 31)


After looking in the forums and using google I saw that some people fixed this 
with the following set of commands:

sudo ifdown -a
Password:
SIOCDELRT: No such process

sudo ifup -a

ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:80:AD:0C:84:7D  
          inet addr:xx.0.0.xx  Bcast:xx.0.0.255  Mask:255.255.255.0  (addresess 
modified for display)
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:26 errors:0 dropped:0 overruns:0 frame:0
          TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3330 (3.2 KiB)  TX bytes:1841 (1.7 KiB)
          Interrupt:3 Base address:0xd800 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:870 errors:0 dropped:0 overruns:0 frame:0
          TX packets:870 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:43500 (42.4 KiB)  TX bytes:43500 (42.4 KiB)

As you can see the network is now available. This does not fix the problem 
across a reboot.
Any chances of a permanent solution please.

** Affects: Ubuntu
     Importance: Undecided
         Status: Unconfirmed

-- 
Network is unreachable in Feisty
https://launchpad.net/bugs/95257

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to