03-27-2020 10:09 AM
Hi, I have this device and I have a problem with Google Chromecast.
Chromecast connects to wifi but my phone doesn’t find the Chromecast and cast doesn’t work.
Can you help me please?
Solved! Go to Solution.
03-27-2020 03:10 PM
conf t press enter
WLAN wlan 5 press enter
client-client-communication press enter
com wr press enter
OR an easier way for you may be to follow these instructions from GUI:
For the version just type the command: show version
or from GUI go to Configuration » Access Points » You should see the version in the Firmware column.
Thank you,
Chris
03-27-2020 01:30 PM
Casa#show run wlan 5
wlan 5
ssid Telecom1567725
vlan 1
bridging-mode local
encryption-type ccmp
authentication-type none
no client-client-communication
no fast-bss-transition over-ds
wpa-wpa2 psk 0 ----
use wlan-qos-policy 5
I don’t see:
Do you see the following lines in the output:
#use ip-access-list out BROADCAST-MULTICAST-CONTROL
#no client-client-communication
03-27-2020 12:57 PM
>en
#show run wlan <wlan name> (enter name of wlan the Chromecast should be connecting to)
Do you see the following lines in the output:
#use ip-access-list out BROADCAST-MULTICAST-CONTROL
#no client-client-communication
If you do, proceed:
#conf t
#wlan <wlan name> (enter name of wlan the Chromecast should be connecting to)
#no use ip-access-list out
#client-client-communication
#com wr
Install the best practices firewall policy per these instructions if not done yet:
Best Practices firewall policy
Thank you,
Chris
03-27-2020 12:26 PM
Ta
Thank you!! Can you help me for disable it? I am a beginner
03-27-2020 12:23 PM
Hi Joe,
Experienced same issue and this helped resolve it: https://gtacknowledge.extremenetworks.com/articles/Q_A/why-Chromecast-is-blocked-by-a-Wing-AP
In my case it was the "BROADCAST-MULTICAST-CONTROL" ACL. Once disabled Chromecast worked as it should.
Hope this helps,
Chris