Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mira.net.au!inquo!in-news.erinet.com!imci5!pull-feed.internetmci.com!news.internetMCI.com!newsfeed.internetmci.com!info.ucla.edu!library.ucla.edu!agate!hpg30a.csc.cuhk.hk!news.cuhk.edu.hk!news.erg.cuhk.hk!philip From: philip@cs.cuhk.hk (Philip Chan) Newsgroups: comp.unix.bsd.freebsd.misc Subject: WIDE DHCP 1.3 Beta not work on FreeBSD 2.1 Date: 1 May 1996 00:40:29 GMT Organization: Engineering Faculty CUHK Lines: 27 Message-ID: <4m6btt$64m@eng_ser1.erg.cuhk.hk> NNTP-Posting-Host: sparc8.cs.cuhk.hk Newsgroups: comp.unix.bsd.freebsd.misc Subject: DHCP 1.3 Beta does not work on FreeBSD 2.1 I recently got the port (FreeBSD-current/ports/net/dhcp) and source (ftp://sh.wide.ad.jp/WIDE/free-ware/dhcp/dhcp-1.3beta.tar.gz) and it compiled successfully on a FreeBSD 2.1. However, my Win95 (DHCP client) and Lan Workplace (BOOTP client) cannot work with the WIDE DHCP 1.3 server. Tcpdump showed the conversation as 09:15:33.454481 0.0.0.0.bootpc > 255.255.255.255.bootps: xid:0x5b025b02 [lbootp] 09:15:33.454481 arp who-has pc108 tell 172.22.20.3 09:15:33.964489 0:0:f8:0:e0:bb null > 0:0:f8:1:17:7 sap 45 I (s=32,r=1,C) len=572 d896 4000 2011 fe7a ac16 1403 ac16 156c 0043 0044 022c d896 0201 0600 5b02 5b02 0000 0000 0000 0000 ac16 156c 0000 0000 0000 My server 172.22.20.3 (0:0:f8:e0:bb) tried to give the address 172.22.21.108 to the client (0:0:f8:1:17:7). It seems to me that even tcpdump could not decode the BOOTREPLY message. Do you have any clue on how to make it work? Thanks very much. philip