[Dnsmasq-discuss] New setup. DNS OK, DHCP is silent

Peter Schiefer peter at fli4l.de
Sat Nov 24 15:07:22 GMT 2012


Hi Dennis,

Am 24.11.2012 15:30, schrieb Lovelady, Dennis E.:
> INPUT-INTERNAL  all  --  192.168.158.0/24     anywhere
> ACCEPT     all  --  anywhere             anywhere            state RELATED,ESTABLISHED
> ACCEPT     icmp --  anywhere             anywhere            icmp echo-request
> ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:http
> ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:https
> ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:ssh
> REJECT     tcp  --  anywhere             anywhere            tcp dpt:auth reject-with icmp-admin-prohibited
> DROP       all  --  anywhere             anywhere

I Miss a rule like

ACCEPT   udp  --  anywhere             anywhere            udp dpt:dhcp

in your setup

dhcp-requests uses the udp-protokol and the port 67

See the following output on my fli4l-router-machine (dnsmasq is
configured as dns and dhcp-server)

netstat -nap | grep dnsmasq
tcp        0      0 0.0.0.0:53              0.0.0.0:*
LISTEN      3510/dnsmasq
udp        0      0 0.0.0.0:53              0.0.0.0:*
        3510/dnsmasq
udp        0      0 0.0.0.0:67              0.0.0.0:*
        3510/dnsmasq


Cheers,

Peter

-- 
mailto:peter at fli4l.de [fli4l-/eisfair-Team]


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2316 bytes
Desc: S/MIME Kryptografische Unterschrift
URL: <http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/attachments/20121124/e8e51c9b/attachment-0001.bin>


More information about the Dnsmasq-discuss mailing list