Package: dhcp3-client Version: 3.0.5-1 Severity: important Hi,
The "request" usage in new /etc/dhcp3/dhclient.conf went from: request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, host-name, netbios-name-servers, netbios-scope, interface-mtu; to # request nothing: let the server send all the parameters it knows request; In theory this sounds good, because it would not restrict the amount of information that the DHCP server sends to its clients, as per #398378. After upgarding to version 3.0.5-1, dhclient still obtains an ip lease from the server but some critical information is obviously not being given voluntarily by the DHCP server, preventing any meaningful traffic. Looks like the client no longer knows what its default gateway should be. ######################################## request; ######################################## [EMAIL PROTECTED]:~# ifup eth0 Internet Systems Consortium DHCP Client V3.0.5 Copyright 2004-2006 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ Listening on LPF/eth0/00:0c:76:b5:b3:d5 Sending on LPF/eth0/00:0c:76:b5:b3:d5 Sending on Socket/fallback DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 DHCPOFFER from 192.168.0.153 DHCPREQUEST on eth0 to 255.255.255.255 port 67 DHCPACK from 192.168.0.153 bound to 192.168.0.146 -- renewal in 303760 seconds. [EMAIL PROTECTED]:~# ping 192.168.0.153 PING 192.168.0.153 (192.168.0.153) 56(84) bytes of data. 64 bytes from 192.168.0.153: icmp_seq=1 ttl=128 time=0.288 ms 64 bytes from 192.168.0.153: icmp_seq=2 ttl=128 time=0.239 ms --- 192.168.0.153 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1000ms rtt min/avg/max/mdev = 0.239/0.263/0.288/0.029 ms [EMAIL PROTECTED]:~# ping www.debian.org connect: Network is unreachable ######################################## request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, host-name, netbios-name-servers, netbios-scope, interface-mtu; ######################################## [EMAIL PROTECTED]:~# ifup eth0 Internet Systems Consortium DHCP Client V3.0.5 Copyright 2004-2006 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ Listening on LPF/eth0/00:0c:76:b5:b3:d5 Sending on LPF/eth0/00:0c:76:b5:b3:d5 Sending on Socket/fallback DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 DHCPOFFER from 192.168.0.153 DHCPREQUEST on eth0 to 255.255.255.255 port 67 DHCPACK from 192.168.0.153 bound to 192.168.0.146 -- renewal in 279986 seconds. [EMAIL PROTECTED]:~# ping 192.168.0.153 PING 192.168.0.153 (192.168.0.153) 56(84) bytes of data. 64 bytes from 192.168.0.153: icmp_seq=1 ttl=128 time=0.424 ms 64 bytes from 192.168.0.153: icmp_seq=2 ttl=128 time=0.187 ms --- 192.168.0.153 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 999ms rtt min/avg/max/mdev = 0.187/0.305/0.424/0.119 ms [EMAIL PROTECTED]:~# ping www.debian.org PING www.debian.org (194.109.137.218) 56(84) bytes of data. 64 bytes from klecker.debian.org (194.109.137.218): icmp_seq=1 ttl=41 time=366 ms 64 bytes from klecker.debian.org (194.109.137.218): icmp_seq=2 ttl=41 time=331 ms --- www.debian.org ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1000ms rtt min/avg/max/mdev = 331.029/348.817/366.605/17.788 ms Thanks, Kel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]