updated ikev1/xauth-rsa-nosecret scenario to support xauth plugin
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||||
|
|
||||||
config setup
|
config setup
|
||||||
plutodebug=control
|
plutodebug="control controlmore"
|
||||||
crlcheckinterval=180
|
crlcheckinterval=180
|
||||||
strictcrlpolicy=no
|
strictcrlpolicy=no
|
||||||
charonstart=no
|
charonstart=no
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
|
pluto {
|
||||||
|
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl xauth
|
||||||
|
}
|
||||||
|
|
||||||
|
# pluto uses optimized DH exponent sizes (RFC 3526)
|
||||||
|
|
||||||
|
libstrongswan {
|
||||||
|
dh_exponent_ansi_x9_42 = no
|
||||||
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||||
|
|
||||||
config setup
|
config setup
|
||||||
plutodebug=control
|
plutodebug="control controlmore"
|
||||||
crlcheckinterval=180
|
crlcheckinterval=180
|
||||||
strictcrlpolicy=no
|
strictcrlpolicy=no
|
||||||
charonstart=no
|
charonstart=no
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
: RSA moonKey.pem
|
: RSA moonKey.pem
|
||||||
|
|
||||||
: XAUTH carol "4iChxLT3"
|
[email protected] : XAUTH "4iChxLT3"
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
|
pluto {
|
||||||
|
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl xauth
|
||||||
|
}
|
||||||
|
|
||||||
|
# pluto uses optimized DH exponent sizes (RFC 3526)
|
||||||
|
|
||||||
|
libstrongswan {
|
||||||
|
dh_exponent_ansi_x9_42 = no
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user