Hi folks.
I'm running RT-AC68U with Merlin 380.70. I also have a OpenVPN client pushing several networks I need for work. The problem is, anyone within Guest WiFi can also access them too. OpenVPN is NOT my default gateway, so it's just a couple of networks.
I've tried to block guest with something like this
iptables -I INPUT -i wl0.1 -d 192.168.0.0/16 -j DROP
iptables -I FORWARD -i wl0.1 -d 192.168.0.0/16 -j DROP
But it doesn't seem to work. Can you suggest me how to implement that? I don't want to create black/white lists for my/guest hardware, just block anyone from guest WiFi from accessing tun11 or something like that.
I'm running RT-AC68U with Merlin 380.70. I also have a OpenVPN client pushing several networks I need for work. The problem is, anyone within Guest WiFi can also access them too. OpenVPN is NOT my default gateway, so it's just a couple of networks.
I've tried to block guest with something like this
iptables -I INPUT -i wl0.1 -d 192.168.0.0/16 -j DROP
iptables -I FORWARD -i wl0.1 -d 192.168.0.0/16 -j DROP
But it doesn't seem to work. Can you suggest me how to implement that? I don't want to create black/white lists for my/guest hardware, just block anyone from guest WiFi from accessing tun11 or something like that.
Last edited: