|
|
On Thu, 2003-12-18 at 07:49, Chris Baker wrote: > How many connections can OpenVPN support at the same time? I doubt > that we will ever have more than ten tunnels at one time. You can have as many tunnels as you have TUN or TAP devices and ports... I think those are limited to 256 by some hard-coded limit in the kernel which can likely be raised... limiting yourself to the number of TCP/UDP ports. You should be just fine with only ten tunnels... each one will have its own openvpn daemon instance, its own TCP/UDP port, its own config file, and its own TUN or TAP device. Rob ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |