1
Virtual private networks / Re: [Solved] Redirect Gateway not working with new Instances
« on: September 08, 2024, 06:07:46 pm »
I had the same issue, and I managed to have it working. It seems that VPN networks from legacy are automatically added in "OpenVPN" network alias, which enable automatic outbound NAT to work, and (at least when there are legacy OpenVPN) networks from the new OpenVPN instances are not added into that alias.
So:
1) I created manually an alias that include the tunnel subnet (i.e. my tunnel subnet is 10.101.2.0/24 and my alias UserVPN 10.101.0.0/16).
2) I went into Firewall/NAT/Outbound, and switched to "hybrid"
3) Then I manually add a new rule on WAN interface, and for source I chose my new alias, "UserVPN"
PS as explained in previous posts, in the redirect setting of the OpenVPN instance, I only check "default".
So:
1) I created manually an alias that include the tunnel subnet (i.e. my tunnel subnet is 10.101.2.0/24 and my alias UserVPN 10.101.0.0/16).
2) I went into Firewall/NAT/Outbound, and switched to "hybrid"
3) Then I manually add a new rule on WAN interface, and for source I chose my new alias, "UserVPN"
PS as explained in previous posts, in the redirect setting of the OpenVPN instance, I only check "default".