What's new

DNSMask

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Ritzie

Regular Contributor
I'm hoping someone can help me out here. I need to setup the following IP addresses 208.67.220.220 and 208.67.222.222 with dnsmask because my router configs are being redirected to TW's servers. I appreciate any help. Thanks!
 
I'm hoping someone can help me out here. I need to setup the following IP addresses 208.67.220.220 and 208.67.222.222 with dnsmask because my router configs are being redirected to TW's servers. I appreciate any help. Thanks!

Under WAN disable the option to automatically connect with the ISP DNS. You will get two fields to manually enter the DNS servers you wish to use.
 
I got that part but my dns is being sent to TW servers so its ignoring the router settings.
 
Last edited:
I got that part but my dns is being sent to TW servers so its ignoring the router settings.

That does not make sense. Your LAN PCs should be using your router's IP, which in turn will use the DNS servers that are entered on the WAN page, unless you have the router set to automatically use the DNS servers provided by the ISP. How are you determining that you aren't connecting to the correct nameservers?
 
I did put opendns servers in the router and did the following test

nslookup -type=txt which.opendns.com. 208.67.220.220

Server: 208.67.220.220
Address: 208.67.220.220#53

Non-authoritative answer:
which.opendns.com text = "I am not an OpenDNS resolver."

Authoritative answers can be found from:

I had posted in the forums of opendns and one of the members stated my "ISP redirects your DNS queries to their own DNS service. Your router settings cannot take effect then."
 
I did put opendns servers in the router and did the following test

nslookup -type=txt which.opendns.com. 208.67.220.220

Server: 208.67.220.220
Address: 208.67.220.220#53

Non-authoritative answer:
which.opendns.com text = "I am not an OpenDNS resolver."

Authoritative answers can be found from:

I had posted in the forums of opendns and one of the members stated my "ISP redirects your DNS queries to their own DNS service. Your router settings cannot take effect then."

In that case that response was probably right. There is nothing you can do about it, dnsmasq will have the same interception issue as any other client on your network.

The only way to bypass this entirely would be through a VPN tunnel.
 
Merlin is there a way to setup the following (see pic) on the router. I cannot see my firewall settings because I'm using pfsense at the moment. I'm hoping an can use the router to do the same thing.
At the moment I cannot see the firewall settings because its an AP mode. I didn't want to make any changes unless I know for sure I can setup the firewall rules pretty much to the pfsense firewall rules.
 

Attachments

  • Capture.jpg
    Capture.jpg
    56.4 KB · Views: 254
Merlin is there a way to setup the following (see pic) on the router. I cannot see my firewall settings because I'm using pfsense at the moment. I'm hoping an can use the router to do the same thing.
At the moment I cannot see the firewall settings because its an AP mode. I didn't want to make any changes unless I know for sure I can setup the firewall rules pretty much to the pfsense firewall rules.

Without an actual explanation as to what you are trying to do I can only take a wild guess and assume you want certain clients to be forced to use a specific DNS. In that case, it can be done, but you will have to use a custom firmware, and manually configure iptables to do it. It can't be done from the webui.
 
Yes I want to force the pcs and any wireless connection to use opendns servers. I have never setup ip tables. This can be done with your firmware correct?
 
I can pretty much use exactly what is in the wiki correct?

iptables -I FORWARD 1 -p udp -o `nvram get wan0_ifname` -d 208.67.222.222 --dport 53 -j ACCEPT
iptables -I FORWARD 2 -p udp -o `nvram get wan0_ifname` -d 208.67.220.220 --dport 53 -j ACCEPT
iptables -I FORWARD 3 -p udp -o `nvram get wan0_ifname` --dport 53 -j DROP

I want to run this by you first before actually doing it.

Edit: I got it working.
 
Last edited:

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top