LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Iptables and Bind 9 (https://www.linuxquestions.org/questions/linux-networking-3/iptables-and-bind-9-a-284136/)

carlosruiz 01-30-2005 01:05 PM

Iptables and Bind 9
 
Hello all, I just installed bind 9 it runs great as long as i dont start my iptables script, also when running the iptables script and restarting (shutdown -r now) it takes up to 3 minutes to stop named (sttopping domain name service: named), I think I need to open some ports, any help will be appreciated.


carlosruiz 02-01-2005 02:57 AM

Never mind, my firewall script when stopping was flushing everything and the default policy was drop, and my firewall script stopped before named, i added:

iptables -A INPUT -i lo -s 127.0.0.1 -j ACCEPT
iptables -A OUTPUT -o lo -d 127.0.0.1 -j ACCEPT

to the stop function in my script and now everything is fne

Cheers.


All times are GMT -5. The time now is 01:56 PM.