Hello,
I'm using YazFi script to separate my guest networks
I was wondering - I got a LAN network at home, and a NET1_2.4 and NET1_5 (private networks - same subnet as router, subnet 1), I also have a GNET2_2.4 and GNET2_5 (subnet 2 and subnet 3)
My smart TV is connected to the NET1_5 (subnet 1) with a static IP
I want to allow guest in my home to cast ONLY to the TV, but still not access any other service on the LAN/NET1_2.4/NET1_5
When I'm logged in with my phone to NET1 (any band), I see the option to cast youtube to the TV, when I'm on GNET2 (any band), I don't see the icon on the youtube app... it doesn't see the TV as a "cast-able" option...
I tried doing something like that into iptables, but it didn't work.
iptables -A FORWARD -i {wireless_iface} -o {main_iface} -d {TV_IP} -m state --state NEW -j ACCEPT
Any idea how I can achieve this?
Thank you.
I'm using YazFi script to separate my guest networks
I was wondering - I got a LAN network at home, and a NET1_2.4 and NET1_5 (private networks - same subnet as router, subnet 1), I also have a GNET2_2.4 and GNET2_5 (subnet 2 and subnet 3)
My smart TV is connected to the NET1_5 (subnet 1) with a static IP
I want to allow guest in my home to cast ONLY to the TV, but still not access any other service on the LAN/NET1_2.4/NET1_5
When I'm logged in with my phone to NET1 (any band), I see the option to cast youtube to the TV, when I'm on GNET2 (any band), I don't see the icon on the youtube app... it doesn't see the TV as a "cast-able" option...
I tried doing something like that into iptables, but it didn't work.
iptables -A FORWARD -i {wireless_iface} -o {main_iface} -d {TV_IP} -m state --state NEW -j ACCEPT
Any idea how I can achieve this?
Thank you.