On 8/4/05, Elmer Rivera <[EMAIL PROTECTED]> wrote: > i have an dns server on my private lan, i would like to allow the public to > query the service, furthermore its being natted on my linux box.
Use this on your NAT box: iptables -t nat -A PREROUTING -p udp --dport 53 -j DNAT --to-destination 192.168.0.2 _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

