Rank: Newbie
Groups: Registered
Joined: 7/2/2011(UTC) Posts: 4 Location: canada
|
Followed instructions from https://www.acevpn.com/knowledge-base/configure-dns-to-unblock-tv-channels-on-ddwrt-router/If I visit http://check.acevpn.com/ it says that "Unblock TV / Smart DNS is not enabled on your device". Made sure VPN is OFF & have correct Smart DNS server address in DNSMasq Options text box. Both DNSMasq and Local DNS options are enabled in DD-WRT. My correct IP address is also entered in the Unblock TV Authorized IP tab area. No success connecting from Canada. Not sure what else to try to make this work. Any help would be greatly appreciated.
|
|
|
|
Rank: Advanced Member
Groups: Team Acevpn
Joined: 1/16/2011(UTC) Posts: 2,430 Location: Acevpn.com
Thanks: 9 times Was thanked: 126 time(s) in 123 post(s)
|
It is not picking up dns. Can you post (or email) screen shot of your dns settings? |
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 7/2/2011(UTC) Posts: 4 Location: canada
|
Sent an email with a screenshot of my DD-WRT DNS settings to [email protected]. Worth mentioning also that my DD-WRT router is working behind my ISP router. Not sure if this would make a difference. Thanks for your help. Marc
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 7/2/2011(UTC) Posts: 4 Location: canada
|
I suspected my ISP modem/router was forcing my DD-WRT router to use its own DNS servers so I added some commands to intercept the DNS queries and redirect them to use the appropriate unblock TV/smart DNS servers; i.e.
under DD-WRT... Administration>Firewall Command Box
iptables -t nat -A PREROUTING -i br0 -p udp --dport 53 -j DNAT --to $(nvram get lan_ipaddr) iptables -t nat -A PREROUTING -i br0 -p tcp --dport 53 -j DNAT --to $(nvram get lan_ipaddr)
Thanks for all your help!
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Powered by Acevpn |
© 2023, Acevpn.comThis page was generated in 0.049 seconds.