Google Chromecast

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 17:16, 25 January 2015 (edit)
JNavas (Talk | contribs)
m (add image)
← Previous diff
Revision as of 17:17, 25 January 2015 (edit) (undo)
JNavas (Talk | contribs)
m (edit)
Next diff →
Line 12: Line 12:
<li> then click Save Firewall.</li> <li> then click Save Firewall.</li>
</ol> </ol>
-(Tested with Kong 22000++ running on a Netgear WNDR3700v3.)+(Tested with Kong 22000++ on a Netgear WNDR3700v3.)
[[Image:Google Chromecast.jpg | 250px]] [[Image:Google Chromecast.jpg | 250px]]

Revision as of 17:17, 25 January 2015

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++ on a Netgear WNDR3700v3.)