|
|
On Sat, 2004-01-10 at 18:11, Skeeter Murphy wrote: > All traffic can go over udp (or tcp) port 5000. Is that all correct? No. For each VPN connection (keep in mind OpenVPN is a single-point-to-single-point vpn) you need a TCP or UDP port, you need a tap/tun interface, you need an openvpn configuration file, you need a key/certificate setup, and you need an openvpn process. I would guess 50 clients would require adding more tun/tap interfaces to the kernel (IIRC the hardcoded limit wasn't that high?)... but as low horsepower as OpenVPN is, you should probably be able to get along okay. Rob ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |