Last active
December 15, 2015 02:42
-
-
Save jk0/c36c96b6ad69eed408e4 to your computer and use it in GitHub Desktop.
Enable ChromeCast in UAP Guest Mode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) SSH to access points | |
2) vi/tmp/system.cfg | |
3) change l2_isolation=enabled to disabled | |
4) syswrapper.sh apply-config | |
# https://community.ubnt.com/t5/UniFi-Wireless/Chromecast-on-guest-network/td-p/1229669 | |
6) add 192.168.144.13/32 and 239.255.255.250/32 to Allowed Subnets |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment