Page 1 of 1

Connect to 2 openvpn servers with the same IP

Posted: Sat Jul 13, 2013 4:47 pm
by liajim
Hi,

I have 2 key files to connect to 2 differents openvpn servers. This 2 servers were configured in the same way, i.e., both have the same IP-range (10.8.0.0) and both in 1194 udp port. I have no access to any of the servers, so I cannot change anything of these servers.

I can connect to both servers by doing:

Code: Select all

/etc/init.d/openvpn start connection1
/etc/init.d/openvpn start connection2
When I access to database of 10.8.0.1, I can only access the second connection's database. And I cannot access to both servers' databases at the same time.

I think that exists some way to redirect the IP adress of one openvpn server, but I don't know how.

Is to redirect the IP adress the unique solution? Or Does another solution to access the databases of both servers at the same time exist?

Thanks in advance!

Liajim