![]() ![]() ![]() |
KiwiNZ: There is a convoluted process involving rooting the device and I believe there is no coming back so you sacrifice your Chrome cast
My views (except when I am looking out their windows) are not those of my employer.
DBPisces: I'm currently using a Netgear router, and I've blocked Googles DNS on my Netgear router and still no luck
Michael Murphy | https://murfy.nz
Referral Links: Quic Broadband (use R122101E7CV7Q for free setup)
Are you happy with what you get from Geekzone? Please consider supporting us by subscribing.
Opinions are my own and not the views of my employer.
michaelmurfy: See here: http://www.geekzone.co.nz/forums.asp?forumid=151&topicid=162174
NB
Kiwifruta:michaelmurfy: See here: http://www.geekzone.co.nz/forums.asp?forumid=151&topicid=162174
I use a chromecast and use the unotelly app on the tablet to switch regions. I use NAT tables to redirect Google DNS requests to the router which then has the unotelly DNS set up. Works fine for me.
The router I use is the old Telecom supplied Technicolor TG582n.
http://www.geekzone.co.nz/forums.asp?forumid=151&topicid=160164
- telnet to 192.168.1.254
- login using username Administrator, and the password is blank
- flush the dns servers Code: dns server route flush
- add smart dns servers Code: dns server route add dns=185.37.37.37 metric=10 intf=Internet Code: dns server route add dns=185.37.37.185 metric=10 intf=Internet
- add static routes for google dns servers Code:
nat mapadd intf=LocalNetwork type=napt outside_addr=8.8.4.4 inside_addr=192.168.1.254 outside_port=53 inside_port=53
nat mapadd intf=LocalNetwork type=napt outside_addr=8.8.8.8 inside_addr=192.168.1.254 outside_port=53 inside_port=53- save! Code: saveall
NB
In 1. use your router's internal ip address
In 4. change the above DNS ip addresses to those of your Smart DNS service
Can you access the NAT settings on your router and set up something similar?
![]() ![]() ![]() |