Google Chromecast
From DD-WRT Wiki
English • Deutsch • Español • Français • Italiano • 日本語 • Polski • Português • Русский • Svenska • 中文(中国大陆) • 中文(台灣) • |
To enable Google Chromecast to connect to a DD-WRT Wi-Fi network:
- open DD-WRT Control Panel
- navigate Administration > Commands
- click Edit under Firewall (in case there are already Firewall commands)
- in Command Shell > Commands, enter:
iptables -I FORWARD --destination 8.8.8.8 -j REJECT
iptables -I FORWARD --destination 8.8.4.4 -j REJECT - then click Save Firewall.
Notes:
- These are the IP addresses of the Google Public DNS Servers.
- Tested with Kong 22000++ on a Netgear WNDR3700v3.