swill commented on issue #2062: CLOUDSTACK-9878: remove unnecessary VPN drops
URL: https://github.com/apache/cloudstack/pull/2062#issuecomment-297783705
 
 
   I have fixed the issue around VPN user changes dropping existing VPN 
connections.
   
   In working on this, I found bugs that the VPN users were not correctly being 
removed from the `/etc/ppp/chap-secrets` file.  This had a lot of unwanted side 
effects, including:
   - VPN connections could be established using deleted users.
   - VPN connections could not be established for a new user if a user was 
deleted and added again with a different password (the original password would 
work, but new one would not).
   
   All of these bugs have been fixed as well as the original problem of VPN 
connections dropping when users are added/removed.
   
   Now remote access VPN connections will no longer drop when network changes 
are made.
   
   This PR is ready for testing again.  Please run CI against it again and I 
will poke the people who are manually testing this as well.  Thanks...
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to