By default VPN clients are allowed to reach other VPN clients.
To disallow use firewall "Add Rule" and add the rule below:
FORWARD -s ${vns3_overlay_subnet} -d ${vns3_overlay_subnet} -j DROP
Patrick Kerpan
By default VPN clients are allowed to reach other VPN clients.
To disallow use firewall "Add Rule" and add the rule below:
FORWARD -s ${vns3_overlay_subnet} -d ${vns3_overlay_subnet} -j DROP