Everything works. Now I wanted to create a firewall rule to allow guests to use my chromecast. Unfortunately, it doesn't work.
The rule looks like this:
config rule
option target 'ACCEPT'
option src 'guest'
option dest 'lan'
option name 'Allow Guest -> Chromecast'
option dest_ip '192.168.0.207'
config rule
option enabled '1'
option target 'ACCEPT'
option src 'lan'
option dest 'guest'
option name 'Allow Chromecast -> Guest'
To be honest, this is my first attempt to create a firewall rule. Can someone help me?
Edit:
Doesn't it work maybe because the guests have a different IP address range?
LAN: 192.168.0. x
Guest WLAN: 192.168.100. x
HI, have you found a solution?
I was thinking of nating chromecast to an IP on the guest network from your main one.
ex. you assign a static lease to your chromecast on your main network, say 192.168.0.100, and then nat it to, say 192.168.100.100 (must be out of the dhcp range but in the same subnet), on your guest network. This way it is reachable from both the networks.
Honestly, I cannot. This is why I linked you this thread and provided the instructions. Perhaps @shm0 can elaborate, as he is the one who suggested this software: