No network after installing Hoary
Ingi Bjarni Skúlason
ibs at mi.is
Sat Apr 9 17:52:24 UTC 2005
Kenton Brede wrote:
>On Sat, Apr 09, 2005 at 10:47:58AM -0500, Kenton Brede (kbrede at nixnotes.org) wrote:
>
>
>>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
>>
>>
>
>I've got to run but someone else will pick up the ball. Make sure you
>have your cables seated correctly and you are getting link lights. I
>forgot to mention that in the first response :) Also if dhcp isn't
>working you could try setting up a static IP and routes. That could help
>diagnose if something was wrong with your local machine setup or the dhcp
>server.
>Kent
>
>
>
My connection is wired, the computer is connected directly to an Alcatel
SpeedTouch router. There is nothing wrong with the router because other
computers on the network connect to the router wirelessly with no
problems at all.
Here is an output of sudo dhclient eth0:
ibs at ubuntu:~$ sudo dhclient eth0
Password:
Internet Systems Consortium DHCP Client V3.0.1
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
sit0: unknown hardware address type 776
sit0: unknown hardware address type 776
Listening on LPF/eth0/00:08:a1:25:9f:c7
Sending on LPF/eth0/00:08:a1:25:9f:c7
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 1
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
ibs at ubuntu:~$
It seems to me that dhcp isn't working.
I have already tried to set a static IP which used to work for me in
Ubuntu Warty. I used the gnome networking tool and set the IP to
192.168.1.10, subnet mask: 255.255.255.0 and gateway address:
192.168.1.254
But that did not work in Hoary.
More information about the ubuntu-users
mailing list