Hello,
I have set my hAP ac lite to work as a DHCP server, while bridging Ethernet 1-5 together with WLAN 1-2, so that all of the devices are able to communicate with each other inside my own home network. My home network is connected to another network (Ethernet 1), which serves as the internet access and the home network of the owners who rent my apartment. I would like to isolate my home network, so that I am unable to access their network and vice versa.
Supposedly the trick is to add a firewall rule to drop all connections, but wouldn’t that drop the internet traffic as well?
Assuming the host gateway is: 192.168.178.1
And my gateway is: 192.168.190.1
Would the following config work?
ip firewall filter add chain=forward src-address=192.168.178.1/24 dst-address=192.168.190.1/24 action=drop
ip firewall filter add chain=forward src-address=192.168.190.1/24 dst-address=192.168.178.1/24 action=drop