What I'm attempting to figure out is how i can have OpenVPN installed to a single host and be able to authenticate to different domains. Each domain is on a different network, so the host will have a link on each network.
Is it possible then to:
1) run more than one instance of OpenVPN and bind each to the IP of the specific network?
2) authenticate directly with the Windows domain controller instead of installing Samba?
I'm open to other configuration options too!
In asci art, the config would look something like this, where incoming traffic from netA will be attempting to authenticat to a VPN service on either netB or netC.
Code: Select all
netB ------ | AD Controller |
|
netA ---- | Router/VPN |
|
netC -------| AD Controller |