Hello,
I want LAN B to have no access to LAN A.
Of course, LAN B should have access to the Internet.
Is the rule below sufficient?
Thank you in advance.
I want LAN B to have no access to LAN A.
Of course, LAN B should have access to the Internet.
Is the rule below sufficient?
Code:
ip firewall filter add chain=forward src-address=192.168.77.0/24 dst-address=192.168.88.0/24 action=drop
Thank you in advance.
Statistics: Posted by Ziter — Fri Mar 01, 2024 11:35 pm