What's new

BIND server on ASUS AC68U and firewall

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Turgut Kalfaoglu

Regular Contributor
Hi. I installed the name server on the AC68U and it starts up fine..
However if I enable the router's firewall from the GUI, the DNS server is no longer reachable.
If I disable it, it answers fine.

I tried entering some rules into the GUI but it refuses entries that contain either 127.0.0.1 or the router's own IP.
So, how can I let DNS requests come to the router and still have the firewall running?

Many thanks, -t
 
Excellent.. I got it to work by adding:

/usr/sbin/iptables -I INPUT -p tcp -m tcp --dport 53 -j ACCEPT
/usr/sbin/iptables -I INPUT -p udp -m udp --dport 53 -j ACCEPT

..into the /opt/etc/init.d/S09named after the start lines..
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top