change ikev1/xauth scenarios to modern notation
This commit is contained in:
@@ -8,14 +8,16 @@ conn %default
|
||||
rekeymargin=3m
|
||||
keyingtries=1
|
||||
keyexchange=ikev1
|
||||
authby=xauthrsasig
|
||||
|
||||
conn home
|
||||
left=PH_IP_CAROL
|
||||
leftcert=carolCert.pem
|
||||
[email protected]
|
||||
leftauth=rsasig
|
||||
leftauth2=xauth
|
||||
leftfirewall=yes
|
||||
right=PH_IP_MOON
|
||||
rightsubnet=10.1.0.0/16
|
||||
[email protected]
|
||||
rightauth=rsasig
|
||||
auto=add
|
||||
|
||||
@@ -8,14 +8,15 @@ conn %default
|
||||
rekeymargin=3m
|
||||
keyingtries=1
|
||||
keyexchange=ikev1
|
||||
authby=xauthrsasig
|
||||
xauth=server
|
||||
|
||||
conn rw
|
||||
left=PH_IP_MOON
|
||||
leftsubnet=10.1.0.0/16
|
||||
[email protected]
|
||||
leftcert=moonCert.pem
|
||||
leftauth=rsasig
|
||||
leftfirewall=yes
|
||||
right=%any
|
||||
rightauth=rsasig
|
||||
rightauth2=xauth
|
||||
auto=add
|
||||
|
||||
Reference in New Issue
Block a user