Hi all,
I currently have set up a Guest wifi SSID for all my IOT devices - all the things in my home that need internet access but I don't completely trust. I have created this using the guest network feature and I have set 'Access Intranet' to 'disable'. As a result, the devices on this network have access to the internet but cannot see anything else on the network.
I would like to configure the guest network so the devices can see all other devices on the network, but nothing on my main network. I have found another thread trying to do the same thing (https://www.snbforums.com/threads/allow-computers-on-the-guest-network-to-see-eachother.26869/), which suggested adding an entry into iptables to allow this:
-A FORWARD -i wl0.2 -o wl0.2 -j ACCEPT (From what I can tell, wl0.2 is the guest network interface)
After adding this line, I still cannot get devices on the guest network to see each other. Can anyone explain what is going on, and what I can do to make this work?
Thanks in advance.
I currently have set up a Guest wifi SSID for all my IOT devices - all the things in my home that need internet access but I don't completely trust. I have created this using the guest network feature and I have set 'Access Intranet' to 'disable'. As a result, the devices on this network have access to the internet but cannot see anything else on the network.
I would like to configure the guest network so the devices can see all other devices on the network, but nothing on my main network. I have found another thread trying to do the same thing (https://www.snbforums.com/threads/allow-computers-on-the-guest-network-to-see-eachother.26869/), which suggested adding an entry into iptables to allow this:
-A FORWARD -i wl0.2 -o wl0.2 -j ACCEPT (From what I can tell, wl0.2 is the guest network interface)
After adding this line, I still cannot get devices on the guest network to see each other. Can anyone explain what is going on, and what I can do to make this work?
Thanks in advance.