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
Current revision (15:21, 3 December 2019) (edit) (undo)
Atatob (Talk | contribs)

 
(5 intermediate revisions not shown.)
Line 1: Line 1:
 +{{Languages|Google_Chromecast}}
 +
To enable [http://www.google.com/chrome/devices/chromecast/ Google Chromecast] to connect to a DD-WRT Wi-Fi network: To enable [http://www.google.com/chrome/devices/chromecast/ Google Chromecast] to connect to a DD-WRT Wi-Fi network:
<ol> <ol>
Line 12: Line 14:
<li> then click Save Firewall.</li> <li> then click Save Firewall.</li>
</ol> </ol>
-(Tested with Kong 22000++ running on a Netgear WNDR3700v3.)+Notes:
 +* These are the IP addresses of the Google Public DNS Servers.
 +* Tested with Kong 22000++ on a Netgear WNDR3700v3.
[[Image:Google Chromecast.jpg | 250px]] [[Image:Google Chromecast.jpg | 250px]]
 +
 +[[Category:Networking hardware]]

Current revision


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.