Re: [Openvpn-users] OpenVPN push-peer-info

2018-07-12 Thread Alex K
Sorry for the rush, While checking what I had written I did see a typo in teh script... :) echo "$( date +%m/%d/%Y-%H:%M:%S ),${username},${untrusted_ip}, ${ifconfig_local},${ifconfig_pool_remote_ip},${IV_VER},*${* *IV_PLAT,$UV_TERM}"* >> ${logfile} corrected to: echo "$( date

[Openvpn-users] OpenVPN push-peer-info

2018-07-12 Thread Alex K
Hi all, I am trying to use the push-peer-info directive so as to push a custom variable from client to server. What I have done is: at client side: push-peer-info setenv UV_TERM 3G at server side i tried both with push-peer-info and without push-peer-info. Prepared a quick script on server