|
|
> So here's my question. How do I end an existing connection that uses > this stolen certificate without interrupting the other connections held > by that OpenVPN process? You can use the management interface for this. It gives you real-time control over a running OpenVPN daemon via a telnet-style interface. http://openvpn.net/management.html COMMAND -- kill --------------- In server mode, kill a particlar client instance. Command examples: kill Test-Client -- kill the client instance having a common name of "Test-Client". kill 1.2.3.4:4000 -- kill the client instance having a source address and port of 1.2.3.4:4000 Use the "status" command to see which clients are connected. James ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |