Hello,
We are exploring the option of using Pritunl to help us simplify our OpenVPN setup and have a question regarding one feature.
Does Pritunl support the option of user specific OpenVPN settings for a single OpenVPN server? For example: each user gets a specific push-route options on a single OpenVPN server?
- User A gets routes 192.0.2.0/24
- User B gets routes 198.51.100.0/24
- User C gets routes 192.0.2.0/24 and 198.51.100.0/24
OpenVPN allows this feature with the use of --client-config-dir
or via --client-connect
scripts.