|
|
On Mon, 13 Sep 2004, Raymond wrote: > > Why not do this all in a client-connect script? > > My mistake, should have actually read the documentation in lieu of perusing. > > Can client-connect and client-disconnect handle a script call with parms? Yes. > So I am clear, from the server side, the ifconfig_remote var is the the client > IP, and from the client, the ifconfig_remote var is the server IP and the > common_name var is the client cert when referenced from either the client or > server. > > Is this an accurate assessment? Close but not quite: On Server: ifconfig_pool_remote is the IP of the client common_name is the certificate common name of the client On Client: ifconfig_remote is the IP of the server common_name is the certificate common name of the server James ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |