Paul Mansfield a écrit :
Ugo Bellavance wrote:
I would recommend trying tcpdump, if nothing else to be sure that the
...
Funny, I only see Requests... But in the logs I see offers, acks, etc.
I'll double-check my tcpdump settings another time.

# tcpdump -e -i sis0 -n -s 1500 port 67 or port 68
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on sis0, link-type EN10MB (Ethernet), capture size 1500 bytes
20:12:31.443257 00:12:f0:9a:4b:1e > ff:ff:ff:ff:ff:ff, ethertype IPv4
(0x0800), length 362: 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP,
Request from 00:12:f0:9a:4b:1e, length: 320


well, it looks fine... so either

* dhcp daemon isn't bound to the correct interface,
        => do "netstat -an | grep udp | grep -ilisten

sockstat reports dhcpd listening on all interfaces

dhcpd    dhcpd      33059 3  dgram  -> /var/run/logpriv
dhcpd    dhcpd      33059 9  stream /tmp/php-fastcgi.socket-1
dhcpd    dhcpd      33059 11 udp4   *:67                  *:*
_dhcp    dhclient   391   3  dgram  -> /var/run/logpriv



* the firewall isn't open to allow UDP port 67 and 68 in, or isn't
allowing the broadcast in
        => check logs
        => check rules

I'll have to look at that when I come back home.


* dhcp daemon isn't running
        try => ps auxgw

Seems to be running:

# ps aux | grep dhcpd
nobody 33056 0.0 0.9 1472 1132 ?? S Wed10PM 32:17.24 /usr/local/sbin/dnsmasq -l /var/dhcpd/var/db/dhcpd.leases -s ugob.local dhcpd 33059 0.0 1.6 2264 1904 ?? Is Wed10PM 0:09.02 /usr/local/sbin/dhcpd -user dhcpd -group _dhcp -chroot /var/dhcpd -cf /var/dhcpd/etc/dhcpd.conf sis0


My wifi interface is bridged to sis0.

Maybe I hit the vista dhcp bug...


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to