Page 1 of 1

Is it possible to use more than 1 Public IPs for an OpenVPN Access Server?

Posted: Wed Jul 27, 2022 4:03 am
by bukrsc01@gmail.com
Hello All,

I was hoping to get an answer to my query..
Is it possible to use 2 or more Public IPs for a single OpenVPN Access Server? Assuming I can have my hosting server have more than 1 Network Interface.

If its possible, will having more than 1 public IP 'share' the user accounts of this single OpenVPN AS? Like for example, I am using first the Free OpenVPN AS, which can have 2 concurrent users. So if I have 2 Public IPs, can I have like 2 users per Public IP? will that work?

Or is it like possible to install more than 1 instance of OpenVPN Access Server in a single hosting server? So each OpenVPN AS can have its own Public IP.

Thanks in advance!

Re: Is it possible to use more than 1 Public IPs for an OpenVPN Access Server?

Posted: Wed Jul 27, 2022 11:55 am
by openvpn_inc
Hello,

It is possible to use more than one public IP address on the Access Server and you can configure them to be used in a semi-random order. You unfortunately can't bind a specific user to a specific IP for their outgoing requests to the Internet.

You can run virtual machines on a server and run Access Server in there. Please do not use docker, it has limitations on its network level. But you can use virtualbox, qemu, kvm, and so on. Then each server can have its own public IP address.

Kind regards,
Johan

Re: Is it possible to use more than 1 Public IPs for an OpenVPN Access Server?

Posted: Thu Jul 28, 2022 2:53 am
by bukrsc01@gmail.com
openvpn_inc wrote:
Wed Jul 27, 2022 11:55 am
Hello,

It is possible to use more than one public IP address on the Access Server and you can configure them to be used in a semi-random order. You unfortunately can't bind a specific user to a specific IP for their outgoing requests to the Internet.

You can run virtual machines on a server and run Access Server in there. Please do not use docker, it has limitations on its network level. But you can use virtualbox, qemu, kvm, and so on. Then each server can have its own public IP address.

Kind regards,
Johan

ah I see. thanks for confirming @Johan.
Yeah I am trying to avoid virtualization, but I guess I'm gonna have to go with that for my purpose.