|
|
In message <96b2ec3f0802031254p6b976431jf5e71220488ed330@xxxxxxxxxxxxxx>, Glen Marchesani <gdmlist@xxxxxxxxx> wrote: > I have users that can come in on a tcp vpn or a udp vpn depending on the > firewall of where they are connecting from. I would like to give each > user > a single static ip that would work with both. Is this possible? Yes, use a client-connect to give to correct IP address to OpenVPN and create a kernel route (using the route command) to the appropriate OpenVPN server. The static IP addresses must be outside any address range managed by ifconfig-pool or server commamds. The OpenVPN servers must be given a differnet pair of IP adresses for the local tap devices. > Said another way can I have a vpn1 that users the same address space as > vpn2? -- OpenPGP key fingerprint: D0A6 F403 9745 CED4 6B3B 94CC 8D74 8FC9 9F7F CFE4 ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |