Iptables vs. nameserver. Bug???

2002-03-25 Thread Lars Erik Petersen
Hello! I am currently running a nameserver at home, using slackware 8.0 with iptables 1.2.2. I have, during the last weeks, read tonns of docs about iptables, but not yet found an answer to my problem. Here we go: Using bind 9 I run a nameserver. The zone files and named.conf are perfectly

Re: Iptables vs. nameserver. Bug???

2002-03-25 Thread Wiktor Wodecki
Hello, I am using: iptables -t nat -A PREROUTING -p udp --dport 53 -i eth0 -j DNAT --to-destination 192.168.0.9:53 to forward any domain request to my nameserver from my firewall (192.168.0.1) I have 2 nic's in the firewall (eth0 = cisco 677i adsl router, eth1 = local network) you should

Re: Iptables vs. nameserver. Bug???

2002-03-25 Thread Harald Welte
On Mon, Mar 25, 2002 at 10:37:06AM +0100, Wiktor Wodecki wrote: Hello, I am using: iptables -t nat -A PREROUTING -p udp --dport 53 -i eth0 -j DNAT --to-destination 192.168.0.9:53 to forward any domain request to my nameserver from my firewall (192.168.0.1) I have 2 nic's in the firewall