Re: [Openvpn-devel] add a server feature to openvpn to share udp ports ?

2002-07-01 Thread Sampo Nurmentaus
Hi James, I do agree that forking and using a new port is a good solution due to it's simplicity. And fork cost ain't much for normal traffic since it's done only once per tunnel opening. There could also be a limit for the speed new childs are forked. Since it does not matter if it takes a while

[Openvpn-devel] --cert and --key

2002-07-01 Thread TANABE Hiroyasu
Hello all, I'm confusing with TLS Mode Options. in Man Page: --cert file Peer's signed certificate in .pem --key file My private key in .pem but in Example 3: openvpn ... --cert client.crt --key client.key ... openvpn ... --cert server.crt --key server.key ...

Re: [Openvpn-devel] add a server feature to openvpn to share udp ports ?

2002-07-01 Thread James Yonan
> Hi James, > > I do agree that forking and using a new port is a good solution due to > it's simplicity. And fork cost ain't much for normal traffic since it's > done only once per tunnel opening. > > There could also be a limit for the speed new childs are forked. Since it > does not matter if it

Re: [Openvpn-devel] --cert and --key

2002-07-01 Thread James Yonan
> Hello all, > > I'm confusing with TLS Mode Options. > > in Man Page: > --cert file Peer's signed certificate in .pem > --key file My private key in .pem > but in Example 3: > openvpn ... --cert client.crt --key client.key ... > openvpn ... --cert server.crt --key server.key ... > > OpenVPN 1.2