Re: [Openvpn-devel] [PATCH] kill command with IPv6 client address and port

2014-09-04 Thread Gert Doering
Hi, On Wed, Sep 03, 2014 at 10:41:34PM -0400, Arne Schwabe wrote: > Newer OpenVPN versions (I don't recall if -master or 2.3.x) have this > information in the status report. For older version you have to record > the ID when a client is connected. In master: commit 662ce6acc065bddf6490b3494725b8

Re: [Openvpn-devel] [PATCH] kill command with IPv6 client address and port

2014-09-04 Thread Arne Schwabe
Am 03.09.14 22:36, schrieb 張 世杰: > Hi Gert, > > Thanks for your reply, it's my mistake > Now my question is how to record the client id every time when a client > connected > Is there a hook in server which will be triggered when a new client connect? > > Currently in my application, I parse the r

Re: [Openvpn-devel] [PATCH] kill command with IPv6 client address and port

2014-09-04 Thread 張 世杰
Hi Gert, Thanks for your reply, it's my mistake Now my question is how to record the client id every time when a client connected Is there a hook in server which will be triggered when a new client connect? Currently in my application, I parse the result of status 2 to get the IP:port for killi

Re: [Openvpn-devel] [PATCH] kill command with IPv6 client address and port

2014-09-03 Thread Gert Doering
Hi, On Wed, Sep 03, 2014 at 07:18:56PM +0800, ?i ?@?N wrote: > For ticket #280, this patch allows server to kill client with specified > IPv6(port)And show port in status command > For example, when server started with proto udp6, the result of status 2 > command shows > like:CLIENT_LIST,admin,

Re: [Openvpn-devel] [PATCH] kill command with IPv6 client address and port

2014-09-03 Thread 張 世杰
Hi For ticket #280, this patch allows server to kill client with specified IPv6(port) And show port in status command For example, when server started with proto udp6, the result of status 2 command shows like: CLIENT_LIST,admin,:::192.168.25.147(1194),10.8.0.6,7849, ... CLIENT_LIST,admin,f