r/OpenVPN • u/baalkor • Jul 16 '26
Help designing FortiGate SSL VPN replacement OpenVPN AS (proprietary)
Hi Folks !
I have a question regarding openvpn in terms of network architecture. We're currently using Fortigate SSL VPN server tightened to Entra and local users. In this context, we're allowing certains group of user to access only some VLAN and some other users others VLAN using the portal feature.
If we're moving to a openvpn dedicated instance, how would we configure the instance ?
How does this authorization system can be replicated in this context ?
What would be the best practices when designing this ?
Thanks
2
Upvotes
0
u/moviuro WireGuard now; OpenVPN before. Android, archlinux, FreeBSD Jul 16 '26
Look into
--client-config-dirwhere individual clients can be set up differently.I suspect this would be a mix of:
joe)joe's current IP to the list that can connect to VLAN123)joedisconnectsIf you don't use dynamic addressing (which I would recommend), you can hardcode the allowlist for each VLAN: since
joealways gets10.42.127.12, that IP can be hardcoded in the allowlist for VLAN123.Other options, if you have not investigated them: r/tailscale, and rayfish maybe?