[strongSwan] strongswan.conf for eap-radius

Martin Willi martin at strongswan.org
Fri Apr 9 08:56:34 CEST 2010


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





More information about the Users mailing list