On 2/14/07, Manuel Ravasio <[EMAIL PROTECTED]> wrote:
I read that creating a dhcp-range entry in /etc/dnsmasq.conf makes
dnsmasq start the dhcp service automatically, but alas DHCP server
apparently doesn't work: linux and windows clients can't grab IP
addresses and other IP information, and netstat doesn't show anything
listening on port 67/68.

# ps -aux | grep dns
nobody   16166  0.0  0.3   520   648 ??  S     12:58PM    0:00.00 dnsmasq

# netstat -an | grep tcp | grep -v tcp6
tcp        0      0  127.0.0.1.53           *.*                    LISTEN
tcp        0      0  192.168.2.11.53        *.*                    LISTEN
tcp        0      0  127.0.0.1.6010         *.*                    LISTEN
tcp        0      0  192.168.2.11.22        192.168.2.1.48605      ESTABLISHED
tcp        0      0  *.22                   *.*                    LISTEN


What am I missing?

Not sure about anything else you might be missing, but DHCP uses UDP, not TCP.

See if PF is currently blocking traffic to your service(s) also.

DS

Reply via email to