Comment 11 for bug 19740

Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

> Mikkel: you say that your network does not come up on boot, yes?
Correct. No network.

> If it doesn't, what happens if you do "sudo dhclient eth0" in a
> console/terminal? (paste the output here)

Your will is my command:

mikkel@bitsplitter:~$ ping daimi.au.dk
ping: unknown host daimi.au.dk
mikkel@bitsplitter:~$ sudo dhclient eth0
Password:
Internet Systems Consortium DHCP Client V3.0.2
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:0b:6a:12:81:f8
Sending on LPF/eth0/00:0b:6a:12:81:f8
Sending on Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 10.0.0.1
bound to 10.0.0.3 -- renewal in 102370 seconds.
mikkel@bitsplitter:~$ ping daimi.au.dk
PING daimi.au.dk (130.225.16.1) 56(84) bytes of data.
64 bytes from daimi.au.dk (130.225.16.1): icmp_seq=1 ttl=54 time=27.3 ms

--- daimi.au.dk ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 27.313/27.313/27.313/0.000 ms
mikkel@bitsplitter:~$