No network after installing Hoary

Kenton Brede kbrede at nixnotes.org
Sat Apr 9 15:47:58 UTC 2005


On Sat, Apr 09, 2005 at 03:23:17PM +0000, Ingi Bjarni Sk?lason (ibs at mi.is) wrote:
> Here are the outputs you asked for.
> 
> ibs at ubuntu:~$ /sbin/ifconfig
> eth0      Link encap:Ethernet  HWaddr 00:08:A1:25:9F:C7
>          inet6 addr: fe80::208:a1ff:fe25:9fc7/64 Scope:Link
>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>          RX packets:59 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:95 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:0 txqueuelen:1000
>          RX bytes:9015 (8.8 KiB)  TX bytes:8226 (8.0 KiB)
>          Interrupt:17 Base address:0xe000

OK, just to make sure this is a wired connection isn't it?  It looks
like your not getting an IP from your dhcp server.

> ibs at ubuntu:~$ /bin/netstat -rn
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags   MSS Window  irtt 
> Iface

This is showing no routes.  You should have something like, once your
dhcp starts working -

Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.10.0    0.0.0.0         255.255.255.0   U         0 0          0 eth1
0.0.0.0         192.168.10.1    0.0.0.0         UG        0 0          0 eth1

OK, from here lets run dhcp and see what the output is  -

$ sudo dhclient eth0

Kent


-- 
"Our lives begin to end the day we become silent about things that matter."
  - Martin Luther King Jr.





More information about the ubuntu-users mailing list