Google Chromecast

From DD-WRT Wiki

Jump to: navigation, search


To enable Google Chromecast to connect to a DD-WRT Wi-Fi network:

  1. open DD-WRT Control Panel
  2. navigate Administration > Commands
  3. click Edit under Firewall (in case there are already Firewall commands)
  4. 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
  5. then click Save Firewall.

Notes:

  • These are the IP addresses of the Google Public DNS Servers.
  • Tested with Kong 22000++ on a Netgear WNDR3700v3.