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

Function to Import PortQry (a Systernal Utility)

Update: much adieu about nothing. Run this quick script and ignore the prior jibberish: if…

Sample: AWS & Satellite Subnets

    Web Tier App Tier Data Tier Zone A 172.31.0.0/20 172.31.64.0/24 172.31.128.0/24 Zone B…

PortQuery GUI Version

It's always a good idea to verify that there's nothing on the network and application…