Google Chromecast

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 11:30, 4 September 2015 (edit)
Glenn (Talk | contribs)
m (+ Category:Networking hardware)
← Previous diff
Revision as of 14:46, 3 December 2019 (edit) (undo)
Atatob (Talk | contribs)

Next diff →
Line 1: Line 1:
 +{{Languages}}
 +
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>

Revision as of 14:46, 3 December 2019


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.