mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-7821: Fix OSX cannot connect to VPN due to wrongly declaim ENCAPSULATION_MODE_UDP_TRANSPORT_RFC
OSX always declaims it's behind NAT no matter it's true or not, thus result in confusion of openswan. Add parameter "forceencaps=yes" to openswan to make sure non NAT VPN connection from OSX can pass through.
This commit is contained in:
parent
723aedf9b1
commit
03a43159d8
@ -30,4 +30,5 @@ conn L2TP-PSK
|
|||||||
# ----------------------------------------------------------
|
# ----------------------------------------------------------
|
||||||
# Change 'ignore' to 'add' to enable this configuration.
|
# Change 'ignore' to 'add' to enable this configuration.
|
||||||
#
|
#
|
||||||
|
forceencaps=yes
|
||||||
auto=add
|
auto=add
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user