added ike2/rw-eap-md5-class-radius scenario

This commit is contained in:
Andreas Steffen
2012-11-21 06:05:34 +01:00
parent 2e50a8e751
commit ef214f2855
22 changed files with 467 additions and 0 deletions
@@ -0,0 +1,12 @@
# /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-radius eap-identity updown
plugins {
eap-radius {
class_group = yes
secret = gv6URkSs
server = PH_IP_ALICE
}
}
}