You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would be the equivalent ipsec.conf, strongswan.conf, etc... so that a linux machine can connect as a client to this VPN?
I'm testing in Ubuntu 16 LTS but looks like the following conf does not fully apply
Client conf:
root@gce-1:/etc# cat ipsec.conf
config setup
charondebug="all"
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
keyexchange=ikev2
authby=secret
conn home
left=10.138.0.2 # The eht0 network interface IP address
leftfirewall=yes
right=x.x.231.228 # The VPN server
rightsubnet=10.8.0.0/16
auto=add
What would be the equivalent ipsec.conf, strongswan.conf, etc... so that a linux machine can connect as a client to this VPN?
I'm testing in Ubuntu 16 LTS but looks like the following conf does not fully apply
Client conf:
Client status after
ipsec restart
The text was updated successfully, but these errors were encountered: