Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - rems14

#1
17.1 Legacy Series / OpenVPN and firewall rules
April 11, 2017, 02:01:12 PM
Hi!

I followed the tuto "Setup SSL VPN Road Warrior" successfully except firewall rules.
The VPN network subnet is : 10.10.22.0/24 (set in VPN -> OpenVNP -> Servers -> IPv4 Tunnel Network field : 10.10.22.0/24)
In Firewall -> Rules -> OPENVPN tab, I added a rule to allow connections from VPN clients to the LAN network.
Proto Source Port Destination Port Gateway Schedule Description
IPv4 * OpenVPN net * LAN net * * - Allow VPN traffic to LAN

This rule don't work (VPN clients couldn't ping LAN clients).
So, I've modified the rule like this :
Proto Source Port Destination Port Gateway Schedule Description
IPv4 * 10.10.22.0/24 * LAN net * * - Allow VPN traffic to LAN

and this rule work!

My question is : why is "10.10.22.0/24" required instead of "OpenVPN net"?

Thanks