Eapol testing

From NREN
Revision as of 18:44, 1 January 2019 by Indiver (talk | contribs) (Created page with "eduroam configuration for freeRADIUS testing tool: === Testing === You can use eapol_test tool to test PEAP, TLS and TTLS authentications on the configured freeRADIUS server....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

eduroam configuration for freeRADIUS testing tool:

Testing

You can use eapol_test tool to test PEAP, TLS and TTLS authentications on the configured freeRADIUS server. Download the tool from NREN training website.

mkdir ~/eapol_test
cd ~/eapol_test
curl -O https://training.nren.net.np/downloads/eapol_test-ubuntu1804.tar.gz
tar zxvf eapol_test-ubuntu1804.tar.gz
sudo mv eapol_test /usr/local/bin

Run Tests and watch for response

$ eapol_test -c eap-ttls.conf -s testing123

$ eapol_test -c peap-mschapv2.conf -s testing123

Run tests with incorrect password, watch for response. Did you notice anything different?

$ eapol_test -c eap-ttls-invalid.conf -s testing123
 
$ eapol_test -c peap-mschapv2-invalid.conf -s testing123