RE: Tring to setup my firewall for my lan as a DNS server!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Umm,
> Why dont you just point the Windows machines DNS settings
> to your Redhat
> box's IP? No rules needed.

Except if he has default policy DROP on the INPUT chain, not having
port 53 open.
Then you'd need :
# iptables -A INPUT -i <if_lan> -p udp --dport 53 -j ACCEPT
You could also open port 53/tcp but AFAIK it will probably work just
fine only using 53/udp.


Rob



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux