Hey! Thanks for reading my thread
Im trying to use PyChromecast from my primary LAN network to a Chromecast in my IOT network. I am trying to increase my network security and put my IOT devices in a separate network
I have got it to the point where I can ping the Chromecast. I was able to use PyChromecast's --known-host feature and specify the IP address manually but what I really want to get working is the mdns discovery.
Discovery with PyChromecast is not working: "No chromecast with name "Bedroom Home Hub Max" discovered "
IGMP Snooping is enabled on all of my wireless frequencies
Enable multicast routing is enabled
For testing, Ive tried both enabling access to intranet and also trying to make an IPTable rule for testing `iptables -I FORWARD -s 192.168.53.0/24 -d 192.168.1.0/24 -j ACCEPT`
I added to /jffs/configs/avahi-daemon.conf.add and rebooted mdns with service restart_mdns
cat /tmp/avahi/avahi-daemon.conf
Im trying to use PyChromecast from my primary LAN network to a Chromecast in my IOT network. I am trying to increase my network security and put my IOT devices in a separate network
I have got it to the point where I can ping the Chromecast. I was able to use PyChromecast's --known-host feature and specify the IP address manually but what I really want to get working is the mdns discovery.
Discovery with PyChromecast is not working: "No chromecast with name "Bedroom Home Hub Max" discovered "
IGMP Snooping is enabled on all of my wireless frequencies
Enable multicast routing is enabled
For testing, Ive tried both enabling access to intranet and also trying to make an IPTable rule for testing `iptables -I FORWARD -s 192.168.53.0/24 -d 192.168.1.0/24 -j ACCEPT`
I added to /jffs/configs/avahi-daemon.conf.add and rebooted mdns with service restart_mdns
Code:
[reflector]
enable-reflector=yes
cat /tmp/avahi/avahi-daemon.conf
Code:
[Server]
host-name=PortRoyal
aliases=GT-BE98_Pro
aliases_llmnr=GT-BE98_Pro
use-ipv4=yes
use-ipv6=no
deny-interfaces=vlan4094
ratelimit-interval-usec=1000000
ratelimit-burst=1000
[publish]
publish-a-on-ipv6=no
publish-aaaa-on-ipv4=no
[wide-area]
enable-wide-area=yes
[rlimits]
rlimit-core=0
rlimit-data=4194304
rlimit-fsize=0
rlimit-nofile=768
rlimit-stack=4194304
rlimit-nproc=3
[reflector]
enable-reflector=yes