strongSwan as TNC Client » History » Version 7
« Previous -
Version 7/22
(diff) -
Next » -
Current version
Andreas Steffen, 14.12.2010 19:14
strongSwan as TNC Client¶
The following plugins must activated for strongSwan to take on the role of a TNC Client
Configuration as a TNCCS 2.0 Client with EAP-MD5 password-based client authentication¶
./configure --prefix=/usr --sysconfdir=/etc --disable-pluto --enable-curl --enable-eap-tls --enable-eap-ttls --enable-eap-identity --enable-eap-md5 --enable-eap-tnc --enable-tnc-imc --enable-tnccs-20
/etc/strongswan.conf - strongSwan configuration file
charon { plugins { eap-tnc { protocol = tnccs-2.0 } tnc-imc { preferred_language = de, en } } }
/etc/ipsec.secrets - strongSwan IPsec secrets file
carol@strongswan.org : EAP "Ar3etTnp"
/etc/ipsec.conf - strongSwan IPsec configuration file
conn home leftid=carol@strongswan.org leftauth=eap right=192.168.0.1 rightid=@moon.strongswan.org rightsubnet=10.1.0.0/16 auto=add
Configuration as a TNCCS 2.0 Client with EAP-TLS certicate-based client authentication¶
./configure --prefix=/usr --sysconfdir=/etc --disable-pluto --enable-curl --enable-eap-tls --enable-eap-ttls --enable-eap-identity --enable-eap-tnc --enable-tnc-imc --enable-tnccs-20
/etc/strongswan.conf - strongSwan configuration file
charon { plugins { eap-tnc { protocol = tnccs-2.0 } tnc-imc { preferred_language = ru, fr, en } } }
/etc/ipsec.secrets - strongSwan IPsec secrets file
: RSA carolKey.pem "nH5ZQEWtku0RJEZ6"
/etc/ipsec.conf - strongSwan IPsec configuration file
conn home leftcert=carolCert.pem leftid=carol@strongswan.org leftauth=eap right=192.168.0.1 rightid=@moon.strongswan.org rightsubnet=10.1.0.0/16 auto=add
Configuration as a TNCCS 1.1 Client with EAP-MD5 password-based client authentication¶
./configure --prefix=/usr --sysconfdir =/etc --disable-pluto --enable-curl --enable-eap-tls --enable-eap-ttls --enable-eap-identity --enable-eap-md5 --enable-eap-tnc --enable-tnc-imc --enable-tnccs-11
/etc/strongswan.conf - strongSwan configuration file
charon { plugins { eap-tnc { protocol = tnccs-1.1 } } }
/etc/ipsec.secrets - strongSwan IPsec secrets file
carol@strongswan.org : EAP "Ar3etTnp"
/etc/ipsec.conf - strongSwan IPsec configuration file
conn home leftid=carol@strongswan.org leftauth=eap right=192.168.0.1 rightid=@moon.strongswan.org rightsubnet=10.1.0.0/16 auto=add