I have configured OpenVPN Server and successfully I'm able to connect to the user I created inside that Server. Now I want to make a connection to another OpenVPN Server inside my Server. When I was making the second Open VPN connection, the SSH was disconnecting but I resolved it with the following command to route all traffic from the main gateway and asked the VPN connection not to change the gateway.
route add -host x.x.x.x gw x.x.x.x
The issue is that I'm not able to make the second OpenVPN connection even before making changes to the route setting. I get the following error:
UDP link local: (not bound) UDP link remote: [AF_Inet]84.252.x.x:25222
84.252.x.x:25222 is the IP of the second VPN user to which I try to connect to on my Server.
Do you have any solution for this?