[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: lost dhcp on boot up





Try dhclient(8) manually from the command line.  If that doesn't work,
try spying on the connection using tcpdump(8).  Punch your firewall
properly.  That's what I'd do.  And please post the useful bits verbatim
(e.g. that interfaces entry--who says it's not malformed?).

The error messages are dmesg(8), ip(8)/ifconfig(8), tcpdump(8).


I tried executing dhclient; it just returns a prompt. This is what tcpdump collects from eth0 when I execute dhclient

I tried to paste but :-( ; it's in attachment tcppkt.txt [it doesn't sya anything interesting to me]

The /etc/network/interfaces file is also attached.

There were no errors related to dhcp or eth0 in dmesg or messages
I'll be glad to to try other suggestions.

Thanks
Paul
20:52:40.587070 802.1d config 8000.02:08:0d:82:35:5e.8001 root 8000.02:08:0d:82:35:5e pathcost 0 age 0 max 8 hello 2 fdelay 5 
20:52:42.590011 802.1d config 8000.02:08:0d:82:35:5e.8001 root 8000.02:08:0d:82:35:5e pathcost 0 age 0 max 8 hello 2 fdelay 5 
20:52:44.593076 802.1d config 8000.02:08:0d:82:35:5e.8001 root 8000.02:08:0d:82:35:5e pathcost 0 age 0 max 8 hello 2 fdelay 5 
20:52:46.596145 802.1d config 8000.02:08:0d:82:35:5e.8001 root 8000.02:08:0d:82:35:5e pathcost 0 age 0 max 8 hello 2 fdelay 5 
20:52:48.599259 802.1d config 8000.02:08:0d:82:35:5e.8001 root 8000.02:08:0d:82:35:5e pathcost 0 age 0 max 8 hello 2 fdelay 5 
20:52:50.602308 802.1d config 8000.02:08:0d:82:35:5e.8001 root 8000.02:08:0d:82:35:5e pathcost 0 age 0 max 8 hello 2 fdelay 5 
20:52:52.605540 802.1d config 8000.02:08:0d:82:35:5e.8001 root 8000.02:08:0d:82:35:5e pathcost 0 age 0 max 8 hello 2 fdelay 5 
20:52:54.608555 802.1d config 8000.02:08:0d:82:35:5e.8001 root 8000.02:08:0d:82:35:5e pathcost 0 age 0 max 8 hello 2 fdelay 5 
20:52:56.611514 802.1d config 8000.02:08:0d:82:35:5e.8001 root 8000.02:08:0d:82:35:5e pathcost 0 age 0 max 8 hello 2 fdelay 5 
20:52:58.614579 802.1d config 8000.02:08:0d:82:35:5e.8001 root 8000.02:08:0d:82:35:5e pathcost 0 age 0 max 8 hello 2 fdelay 5 
20:53:00.617662 802.1d config 8000.02:08:0d:82:35:5e.8001 root 8000.02:08:0d:82:35:5e pathcost 0 age 0 max 8 hello 2 fdelay 5 
20:53:02.620725 802.1d config 8000.02:08:0d:82:35:5e.8001 root 8000.02:08:0d:82:35:5e pathcost 0 age 0 max 8 hello 2 fdelay 5 
20:53:04.623806 802.1d config 8000.02:08:0d:82:35:5e.8001 root 8000.02:08:0d:82:35:5e pathcost 0 age 0 max 8 hello 2 fdelay 5 
20:53:06.626870 802.1d config 8000.02:08:0d:82:35:5e.8001 root 8000.02:08:0d:82:35:5e pathcost 0 age 0 max 8 hello 2 fdelay 5 
20:53:08.630086 802.1d config 8000.02:08:0d:82:35:5e.8001 root 8000.02:08:0d:82:35:5e pathcost 0 age 0 max 8 hello 2 fdelay 5 
20:53:10.633019 802.1d config 8000.02:08:0d:82:35:5e.8001 root 8000.02:08:0d:82:35:5e pathcost 0 age 0 max 8 hello 2 fdelay 5 
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

# The first network card - this entry was created during the Debian installation
auto eth0
iface eth0 inet dhcp

Reply to: