Hello,
I have problem with limiting ovpn users by firewall. I Have 1 ovpn user (with IP 172.16.4.5) and I permit communication to one server and other communication to LAN must be denied. I have 2 rules: 1 chain=input action=accept protocol=tcp src-address=172.16.4.5 dst-address=172.16.0.5 dst-port=80 2 chain=input action=drop src-address=172.16.4.5 dst-address=172.16.0.0/24
But users can access to whole LAN (172.16.0.0/24).
Please help me with this problem.