Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2006 22:30:23 GMT
From:      "Matthew Berryman" <matthew@berrymanconsulting.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/97074: isc-dhcpd 3.0.4 port not working
Message-ID:  <200605132230.k4DMUNvL019546@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/97074; it has been noted by GNATS.

From: "Matthew Berryman" <matthew@berrymanconsulting.com>
To: "Carlos F. A. Paniago" <carlos.paniago@gmail.com>
Cc: bug-followup@freebsd.org
Subject: Re: ports/97074: isc-dhcpd 3.0.4 port not working
Date: Sun, 14 May 2006 07:59:42 +0930 (CST)

 That's the same behaviour I am seeing too. I will be running a tcpdump
 later today anyway, but if you want the command is:
 tcpdump -w dhcpdump port bootps or port bootpc
 
 which saves all the packets with all their details to the file
 "dhcpdump".. you can then replay these in tcpdump with whatever settings
 you want:
 tcpdump -r dhcpdump -vv
 or
 tcpdump -r dhcpdump -xx
 but all you need to do is capture to the file and send it.
 
 > It Did't work with me... The client is a windows XP SP2. This is the
 > test that I did:
 > I was running 3.0.3
 > all.log:May 13 12:55:19 panix dhcpd: DHCPDISCOVER from 00:60:08:0a:54:02
 > via sk0
 > all.log:May 13 12:55:19 panix dhcpd: DHCPOFFER on 192.168.203.4 to
 > 00:60:08:0a:54:02 via sk0
 > all.log:May 13 12:55:19 panix dhcpd: DHCPREQUEST for 192.168.203.4
 > (192.168.203.1) from 00:60:08:0a:54:02 via sk0
 > all.log:May 13 12:55:19 panix dhcpd: DHCPACK on 192.168.203.4 to
 > 00:60:08:0a:54:02 via sk0
 > all.log:May 13 12:56:10 panix dhcpd: DHCPINFORM from 192.168.203.4 via sk0
 > all.log:May 13 12:56:10 panix dhcpd: DHCPACK to 192.168.203.4
 > all.log:May 13 12:56:13 panix dhcpd: DHCPINFORM from 192.168.203.4 via sk0
 > all.log:May 13 12:56:13 panix dhcpd: DHCPACK to 192.168.203.4
 >
 > I connect The PC and IT worked...
 > I did an make deinstall in 3.0.3 ; rm -rf /var/db/dhcpd and  a make
 > install in version 3.0.4
 >
 > all.log:May 13 13:02:04 panix dhcpd: Internet Systems Consortium DHCP
 > Server V3.0.4
 > all.log:May 13 13:02:04 panix dhcpd: Internet Systems Consortium DHCP
 > Server V3.0.4
 > all.log:May 13 13:02:29 panix dhcpd: DHCPREQUEST for 192.168.203.4 from
 > 00:60:08:0a:54:02 via sk0
 > all.log:May 13 13:02:29 panix dhcpd: DHCPACK on 192.168.203.4 to
 > 00:60:08:0a:54:02 via sk0
 > all.log:May 13 13:02:32 panix dhcpd: DHCPREQUEST for 192.168.203.4 from
 > 00:60:08:0a:54:02 via sk0
 > all.log:May 13 13:02:32 panix dhcpd: DHCPACK on 192.168.203.4 to
 > 00:60:08:0a:54:02 via sk0
 > all.log:May 13 13:02:40 panix dhcpd: DHCPREQUEST for 192.168.203.4 from
 > 00:60:08:0a:54:02 via sk0
 > all.log:May 13 13:02:40 panix dhcpd: DHCPACK on 192.168.203.4 to
 > 00:60:08:0a:54:02 via sk0
 > I did an "repair" in DHCP connection in windows XP. It did not work.
 > i did an make deinstall in 3.0.4 ; rm -rf /var/db/dhcpd and a make
 > install in version 3.0.3
 >
 > all.log:May 13 13:04:14 panix dhcpd: Internet Systems Consortium DHCP
 > Server V3.0.3
 > all.log:May 13 13:04:14 panix dhcpd: Internet Systems Consortium DHCP
 > Server V3.0.3
 > all.log:May 13 13:04:30 panix dhcpd: DHCPREQUEST for 192.168.203.4 from
 > 00:60:08:0a:54:02 via sk0
 > all.log:May 13 13:04:30 panix dhcpd: DHCPACK on 192.168.203.4 to
 > 00:60:08:0a:54:02 via sk0
 > all.log:May 13 13:04:33 panix dhcpd: DHCPREQUEST for 192.168.203.4 from
 > 00:60:08:0a:54:02 via sk0
 > all.log:May 13 13:04:33 panix dhcpd: DHCPACK on 192.168.203.4 to
 > 00:60:08:0a:54:02 via sk0
 >
 > after the repair it worked well.
 >
 > You have asked about tcpdump of this connection. With parameters of
 > tcpdump did you want.. I can repeat this with the tcpdump, if I have the
 > idea of what I have to capture (with ports, better if I have the tcpdump
 > command to do here).
 >
 > Thanks in advance.
 >
 > Paniago
 >
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605132230.k4DMUNvL019546>