Google Chromecast

From DD-WRT Wiki

Revision as of 17:05, 25 January 2015 by JNavas (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
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.

(Tested with Kong 22000++ running on a Netgear WNDR3700v3.)