-
I'm having trouble with VPN tunnels. Generally, once configured, they work correctly. However, after connecting and disconnecting the tunnel several times, no clients are accepted. The following information appears in the daemon.log:
I haven't found a way to restore the tunnel, restarting the network doesn't help. Please help :-( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The cause was incorrect routing on the VR. The primary public IP was from one addressing, and the IP on which the SNAT was located was from a different addressing (and the default gw was set to that addressing). The VPN wouldn't connect because responses to the client were coming from the SNAT IP, not the primary IP. The solution was to swap the primary IP so that all public IPs were from the same network. |
Beta Was this translation helpful? Give feedback.
The cause was incorrect routing on the VR. The primary public IP was from one addressing, and the IP on which the SNAT was located was from a different addressing (and the default gw was set to that addressing). The VPN wouldn't connect because responses to the client were coming from the SNAT IP, not the primary IP. The solution was to swap the primary IP so that all public IPs were from the same network.