Hi,
I am implementing client-server openvpn with following additional
requirement:
Client-server should share a secret session-id provided by me while starting
client and server. I dont want to keep this session-id in a file on client
machine. Preferrable client will be started from an appl
On Wed, 6 Oct 2004 satind...@in.safenet-inc.com wrote:
> Hi,
> I am implementing client-server openvpn with following additional
> requirement:
> Client-server should share a secret session-id provided by me while starting
> client and server. I dont want to keep this session-id in a file on
This session id is not in my control. I want to have some secret (my own
session-id, passed as command line parameter) thats there in each data
message through which I can identify the client.
-Original Message-
From: James Yonan [mailto:j...@yonan.net]
Sent: Wednesday, October 06, 2004 3:
OpenVPN should provide hooks just like apache server. This will facilitate
customization of openvpn features. One of the hooks could be
post_tunnel_read_request which will be called when openvpn reads message
from remote peer. One can add his own treament to message through this
request.
This wil
On Tue, 5 Oct 2004, Mathias Sundman wrote:
I was going to ask for a feature yesterday, but though I'd write it myself
instead of just asking for others todo things for me :-)
I have about 15 OpenVPN configs on my Windows machine, but I only use 2-3
simulatainously. But, as I need be able to c