ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
SUMMARY
When is site to site VPN already exists then remote VPN does not work.
There was an old issue #3654 already but even with newer strongswan libraries this was not working as expected.
This was discussed here https://wiki.strongswan.org/issues/2497 and a possible workaround or fix could be as follows,
Modify /opt/cloud/bin/configure.py:
secret.addeq("%s : PSK "%s"" % (left, psk)) to
secret.addeq("%s %%any : PSK "%s"" % (left, psk))
This needs testing and check for regressions.
STEPS TO REPRODUCE
1. Step up site-to-site VPN between two networks
2. Also enable remote VPN
EXPECTED RESULTS
As per this issue https://github.com/apache/cloudstack/issues/3654, both site to site VPN and remote VPN should work
ACTUAL RESULTS
Only either of site to site VPN or remote VPN is working
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
SUMMARY
When is site to site VPN already exists then remote VPN does not work.
There was an old issue #3654 already but even with newer strongswan libraries this was not working as expected.
This was discussed here https://wiki.strongswan.org/issues/2497 and a possible workaround or fix could be as follows,
Modify /opt/cloud/bin/configure.py:
secret.addeq("%s : PSK "%s"" % (left, psk)) to
secret.addeq("%s %%any : PSK "%s"" % (left, psk))
This needs testing and check for regressions.
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS