The correct syntax as extracted from moon's strongswan.conf file in the ikev2/rw-eap-md5-radius test scenario
http://www.strongswan.org/uml/testresults43dr/ikev2/rw-eap-md5-radius/ is charon { plugins { eap-radius { secret = gv6URkSs server = 10.1.0.10 } } } Regards Andreas Martin Willi wrote: > Hi, > >> plugins { >> eap-radius { >> secret = xxxxxxxxxxxx >> server = xxx.xxx.xxx.xxx >> } >> } > > This configuration sub-section must occur within the charon section, the > following definition works for me: > > charon { > # ... > eap-radius { > secret = test > server = 10.2.0.2 > } > } > > Regards > Martin ====================================================================== Andreas Steffen [email protected] strongSwan - the Linux VPN Solution! www.strongswan.org Institute for Internet Technologies and Applications University of Applied Sciences Rapperswil CH-8640 Rapperswil (Switzerland) ===========================================================[ITA-HSR]== _______________________________________________ Users mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/users
