Page 1 of 1

OpenVPN server with multiple NIC

Posted: Wed Jul 19, 2023 7:51 am
by hack3rcon
Hello,
I have an OpenVPN server with one NIC and clients connect to it. I want to add another NIC to it, and I have some questions:

Scenario 1:
I want to set up another OpenVPN server with this new NIC and other clients connect to this new NIC with the new IP address. How can I do it?

Scenario 2:
I want when the NIC1 disconnected, then clients connect to the NIC2 automatically.

I'm thankful if sharing your comments.


Thank you.

Re: OpenVPN server with multiple NIC

Posted: Tue Aug 22, 2023 8:17 pm
by openvpn_inc
Hi Hack,

It sounds like you are talking about multiple uplinks, which requires routing rules and multiple route tables. This is doable in Linux but very non-trivial. For Linux, see the LARTC howto. For other OS, I am sure it can be done, but I do not know how.

Regards, rob0