Page 1 of 1

Create a VPN server with access restrictions (IP/addresses)

Posted: Tue Jan 14, 2020 1:48 pm
by Nemesis
I've been looking for a while to create a VPN server with restrictions.

I want a VPN server that blocks certain IP/web addresses, and allow all other addresses...

Is this even possible with openvpn?

Re: Create a VPN server with access restrictions (IP/addresses)

Posted: Tue Jan 14, 2020 2:04 pm
by Pippin
Hi,

Code: Select all

blocks certain IP/web addresses, and allow all other addresses...
That is not up to OpenVPN.
Look into firewall and DNS/IP based blockers.

Re: Create a VPN server with access restrictions (IP/addresses)

Posted: Tue Jan 14, 2020 3:17 pm
by Nemesis
Pippin wrote:
Tue Jan 14, 2020 2:04 pm
Hi,

Code: Select all

blocks certain IP/web addresses, and allow all other addresses...
That is not up to OpenVPN.
Look into firewall and DNS/IP based blockers.
But I do need openvpn to create the VPN server, is it possible to re-direct the outgoing signal from openvpn to a specific target, like a proxy or something like that (I'm totally newbi regarding this..