This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SSL connection control

Here's the scenario:
 
Let's say I have multiple remote users who use the Astaro SSL VPN for connecting to the business network.  It is decided to release one of the remote workers from employment, while that individual is connected through the Astaro VPN.  Is there a facility, whether through WebAdmin or the command line to sever that single SSL session from the Astaro box?


This thread was automatically locked due to age.
Parents Reply Children
  • First off, the IPCONFIG thing works, just tested it.
     
    [FONT=Arial][SIZE=2]The client this is done to won't even have any indication that anything is amiss beyond VPN traffic stopping.  The OpenVPN GUI will show no error, believe itself to still be in a connected state, and still show a VPN network IP address when hovered over.  In reality though, when the ipconfig /release  command is given, the VPN network IP address is stripped and windows will automatically assign an APIPA address 169.254.*.*.  [/SIZE][/FONT]
    [FONT=Arial][SIZE=2][/SIZE][/FONT] 
    [FONT=Arial][SIZE=2]In my environment this works because all of our remote workers machines are part of our domain, so I have administrative rights over them.  This solution wouldn't work if a "road warrior" was using their own personal machine to connect back to the office with.[/SIZE][/FONT]
    [FONT=Arial][/FONT] 
    [FONT=Arial]More importantly, for any Astaro employee who may take a look at this thread:  OpenVPN does have a built-in facility to disconnect a single tunnel at will from the server (Astaro in this case).  There's a management interface.  I was reading about it in the HOW TO documentation at the OpenVPN web site.  All Astaro would need to do is 1)  Turn on the management interface facility in the OpenVPN config file on the Astaro machine.  2)  Give a link in the WebAdmin GUI to disconnect a VPN Client that would issue the appropriate command to the OVPN management interface (which is by IPAddy and port).  No exaggeration, one of the Astaro devs could probably add the necessary code in less than 10 minutes.[/FONT]
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1
  • In the OVPN config file on the astaro box, a line like: 
     
    management localhost 7505
     
    would need to be added.
     
    Then one of two commands could be issued from a link in the WebAdmin GUI:
     
    kill cn or kill IP[:P]ort
     
    Edit - darned smileys.  The second command choice is kill IP colon port
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1