added ike2/rw-eap-md5-class-radius scenario
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||
|
||||
config setup
|
||||
|
||||
conn %default
|
||||
ikelifetime=60m
|
||||
keylife=20m
|
||||
rekeymargin=3m
|
||||
keyingtries=1
|
||||
keyexchange=ikev2
|
||||
|
||||
conn alice
|
||||
rightsubnet=10.1.0.10/32
|
||||
also=home
|
||||
auto=add
|
||||
|
||||
conn venus
|
||||
rightsubnet=10.1.0.20/32
|
||||
also=home
|
||||
auto=add
|
||||
|
||||
conn home
|
||||
left=%any
|
||||
leftauth=eap
|
||||
leftfirewall=yes
|
||||
eap_identity=dave
|
||||
right=PH_IP_MOON
|
||||
[email protected]
|
||||
rightauth=pubkey
|
||||
@@ -0,0 +1,3 @@
|
||||
# /etc/ipsec.secrets - strongSwan IPsec secrets file
|
||||
|
||||
dave : EAP "W7R0g3do"
|
||||
@@ -0,0 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac xcbc stroke kernel-netlink socket-default fips-prf eap-md5 eap-identity updown
|
||||
}
|
||||
Reference in New Issue
Block a user