Chromecast & DD-WRT for Smart DNS Proxy to Work With

As you know Chromecast uses Google DNS as default. Only very few routers can bypass this and one of them is DD-WRT (www.dd-wrt.com).


Note: Some of our users mentioned that following dd-wrt setup is not working properly on their network. In this case we suggest you setup STATIC ROUTING on your router. Please find all Chromecast DNS Setup Troubleshoot information here.

---

In order to use Chromecast with Smart DNS Proxy you will need further setup on your DD-WRT router.

1.Go to http://192.168.1.1This is default dd-wrt admin panel IP. If you have changed it in your router, please use your own internal IP address.

2. Login to your router. Default credentials are root/admin.

3. Go to Setup > Basic Setup > Network Setup > Network Address Server Settings (DHCP).

4. Set DNS 
to 23.21.43.50 and 54.229.171.243.

5. Click Apply Settings.


6. Go to Services > Services > Services Management > DNSMasq > Additional DNSMasq Options and Enter the following in the text box: 

strict-order

7. Click Apply Settings.

8. Go to Administration > Commands.

9. Input:

iptables -t nat -A PREROUTING -d 8.8.8.8 -j DNAT --to-destination 23.21.43.50

iptables -t nat -A PREROUTING -d 8.8.4.4 -j DNAT --to-destination 54.229.171.243

10. Click Save Firewall.

11. Click Save Startup.


Attention

Make sure to RESTART your Router!


* Remember whenever your PC/Router IP changes, our service will stop working for you. You will need to LOG INTO Smart DNS Proxy and UPDATE your IP address. So our system will check your IP address and add your new IP to our database. Then you will be able to continue using our service. If this is the first time you setup, we also suggest you to login with your PC to our site from the same Wired/Wireless network to show our system your IP address.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.