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

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

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

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

Reply via email to