Hi,
On 29/07/20 06:55, Peter Fraser wrote:
HI All
I set up my OpenVPN Server for IT access but now everyone seems to
love and I have to be allowing more and more persons. I wonder, is
there a way to prevent one user from accessing a particular route that
is listed in the global config file. I have only seen how to the
opposite, that is, allow a user access to a route not listed in the
global config. Any help would be greatly appreciated.
that is possible , but you wouldn't do it with openvpn itself, but with
some firewall/iptables rules.
If you're running your openvpn server on Linux , for example, you could
simply do
iptables -I FOWARD -s <ip-of-VPN-client> -d <subnet-to-block> -j DROP
HTH,
JJK
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users