Date: Mon, 11 Dec 2000 13:11:23 -0300 (ART) From: Fernando Gleiser <fgleiser@cactus.fi.uba.ar> To: questions@FreeBSD.ORG Subject: dhcpd problems Message-ID: <Pine.BSF.4.21.0012111309040.41019-100000@cactus.fi.uba.ar>
next in thread | raw e-mail | index | archive | help
I'm having some problems with FreeBSD acting as a DHCP server for Win9x PCs. Some clients can't get an IP address from the server. If I run tcpdump, I see the DHODISCOVER and the DHOFFER, but for some reason the client doesn't seem to accept it. This is a sample tcpdump trace: bash-2.02# tcpdump -nl -s1500 port bootps tcpdump: listening on ed0 13:24:16.826236 0.0.0.0.68 > 255.255.255.255.67: xid:0x7bb289b2 vend-rfc1048 T53:1 T61:1.0.208.9.34.87.83 T50:855746752 HN:"USUARIO^@" 13:24:16.827006 192.168.1.25.67 > 255.255.255.255.68: xid:0x7bb289b2 Y:192.168.1.51 S:192.168.1.25 file ".com.ar vend-rfc1048 T52: [|bootp] [tos 0x10] 13:24:18.844139 0.0.0.0.68 > 255.255.255.255.67: xid:0x7bb289b2 secs:512 vend-rfc1048 T53:1 T61:1.0.208.9.34.87.83 T50:855746752 HN:"USUARIO^@" 13:24:18.844784 192.168.1.25.67 > 255.255.255.255.68: xid:0x7bb289b2 secs:512 Y:192.168.1.51 S:192.168.1.25 file ".com.ar vend-rfc1048 T52: [|bootp] [tos 0x10] 13:24:20.849141 0.0.0.0.68 > 255.255.255.255.67: xid:0x7bb289b2 secs:1024 vend-rfc1048 T53:1 T61:1.0.208.9.34.87.83 T50:855746752 HN:"USUARIO^@" 13:24:20.849911 192.168.1.25.67 > 255.255.255.255.68: xid:0x7bb289b2 secs:1024 Y:192.168.1.51 S:192.168.1.25 file ".com.ar vend-rfc1048 T52: [|bootp] [tos 0x10] As you can see, the dhcp server is replying to the request, but the client doesn't accept it. I tried runing dhcpd with the -d flag, and I see the same. Any help will be greatly apreciated. Fernando PS: sorry for my bad english To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0012111309040.41019-100000>