Hello,
Sorry for the newby questions I am new to using the firmware on my recently purchased RT-AC66U ASUS Router. I am using this in a small business and using OPENDNS and would like to prevent users from using another DNS and after research found I need to set up the below IP Tables is this correct?
I am having a hard time how I implement these tables (if the below tables are correct)? Do I just log into the router IP via Putty & TELNET and run these 3 commands and that is it? Again sorry for the newby question as I have never done this before.
iptables -I FORWARD 7 -p udp -o eth0 -d 208.67.222.222 --dport 53 -j ACCEPT
iptables -I FORWARD 8 -p udp -o eth0 -d 208.67.220.220 --dport 53 -j ACCEPT
iptables -I FORWARD 9 -p udp -o eth0 --dport 53 -j DROP
Sorry for the newby questions I am new to using the firmware on my recently purchased RT-AC66U ASUS Router. I am using this in a small business and using OPENDNS and would like to prevent users from using another DNS and after research found I need to set up the below IP Tables is this correct?
I am having a hard time how I implement these tables (if the below tables are correct)? Do I just log into the router IP via Putty & TELNET and run these 3 commands and that is it? Again sorry for the newby question as I have never done this before.
iptables -I FORWARD 7 -p udp -o eth0 -d 208.67.222.222 --dport 53 -j ACCEPT
iptables -I FORWARD 8 -p udp -o eth0 -d 208.67.220.220 --dport 53 -j ACCEPT
iptables -I FORWARD 9 -p udp -o eth0 --dport 53 -j DROP
Last edited: