Posted On March 31, 2019

DDWRT Open DNS

kimconnect 0 comments
blog.KimConnect.com >> Networking >> DDWRT Open DNS
1. Setup an OpenDNS account and associate it with your ipchicken.com address

2. Setup DNS masquerading:
Services >> Services subtab >> Services Management >> DNSMasq >> Enable DNSMasq & Local DNS >> enter the following, then save & apply:
no-resolv
strict-order
server=208.67.222.222
server=208.67.222.220

3. Prevent DNS circumvention
### Administration >> Commands >> enter the following, then press run
iptables -t nat -I PREROUTING -i br0 -s 192.168.1.101/24 -p udp --dport 53 -j DNAT --to 208.67.222.222
iptables -t nat -I PREROUTING -i br0 -s 192.168.1.101/24 -p tcp --dport 53 -j DNAT --to 208.67.222.222
### Save firewall

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Migrate AP From One Controller to Another

Option 1: Backup the configs of the old controller Restore the configs to the new…

Common Windows Ports and Services

Port Protocol Application protocol System service name n/a GRE GRE (IP protocol 47) Routing and…

Configure Port Mirror on Enterasys

Note: Websense requires a mirrored connection to the port that has traffic to the gateway.…