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

SonicWall: How to Set Internet Restrictions for Specific Computers

Set their MACs to address .  Then, use firewall rules to restrict outgoing communication:  …

Network Dual Routers

Netopia 4622 interfaces:- Outside 66.x.x.221- Inside 66.x.x.97 /29- Config: NAT off, DHCP on (serving only…

PowerShell: Check IP Conflicts of Computers in Active Directory

We have ran into issues where a group of virtual machines living on a DHCP…