On 8/21/05, Kenneth R Westerback <[EMAIL PROTECTED]> wrote: > Looks like the OpenBSD client issues a DISCOVER, gets a proper reply > from the Linksys box, issues the confirming REQUEST, and gets > garbage back. And around and around it goes. > > Can you get a tcpdump of the 3.7 dhclient succeeding? Thanks. > I've installed the 3.7-stable dhclient on 3.8. Interestingly, it gives some (but not all) of the same errors, but ends up binding an address properly. (This is on a wired connection, again, which I don't usually use, so these "warnings" may be present in 3.7 itself. I'll try that later today.) A short script of a session follows and is available at http://www.aleph0.com/computing/openbsd/bugs/3.8-dhcp-3.7-dhclient-script The tcpdump from this session is available at http://www.aleph0.com/computing/openbsd/bugs/3.8-dhcp-3.7-dhclient-tcpdump
Hope that helps! CDJ Script started on Mon Aug 22 06:58:30 2005 # tcpdump -i sis0 -s 1000 -w 3.8-dhcp-3.7-dhclient-tcpdump & [1] 14939 # tcpdump: WARNING: sis0: no IPv4 address assigned tcpdump: listening on sis0, link-type EN10MB sh /etc/netstart DHCPDISCOVER on sis0 to 255.255.255.255 port 67 interval 8 ip length 576 disagrees with bytes received 580. accepting packet with data after udp payload. DHCPOFFER from 192.168.1.1 DHCPREQUEST on sis0 to 255.255.255.255 port 67 ip length 576 disagrees with bytes received 580. accepting packet with data after udp payload. DHCPACK from 192.168.1.1 bound to 192.168.1.101 -- renewal in 43200 seconds. # pkill tcpdump # 12 packets received by filter 0 packets dropped by kernel ^D [1] + Done tcpdump -i sis0 -s 1000 -w 3.8-dhcp-3.7-dhclien Script done on Mon Aug 22 06:59:22 2005 -- Christian Jones [EMAIL PROTECTED] http://www.aleph0.com/~chjones

