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

Overview of Microsoft Azure Networking

Private connections into Azure are either via ExpressRoute (comparable to AWS DirectConnect) or VPN. The…

Sonicwall Multiple WANs Load Balancing & Failover

Load Balancing & Failover Setup: Network >> Interfaces: X0 LAN X1 WAN1 X2 WAN2  …

Juniper OSPF

How to setup OSPF in Juniper:editset interfaces ge-0/0/1.0 family inet address 13.13.13.1/24set interfaces lo.0.0 family…