This is an old revision of the document!
Radius Auth Test Radclient
echo “User-Name = test, Password = pasrola” | radclient -x 192.168.46.251 auth 6reZBnmEm7SBD84wqCay
echo “User-Name='neo',User-Password='test'” | radclient -c '1' -n '3' -r '3' -t '3' -x '172.16.8.1:1812' 'auth' 'radiuskey' 2>&1
echo “User-Name='user', User-Password='test'” | radclient -c '1' -n '3' -t '3' -x '10.75.96.10:1812' auth 'xxxx'
eapol_test -c radius.conf -a 10.80.144.43 -p 1812 -s _T@C@C5_ -r 3
where radius.conf is
[root@jarvis /]# cat radius.conf
# IEEE 802.1X with dynamic WEP keys using EAP-PEAP/MSCHAPv2
ctrl_interface=/var/run/wpa_supplicant
network={
# ssid=“example 802.1x network”
key_mgmt=IEEE8021X
eap=PEAP
phase2=“auth=MSCHAPV2”
identity=“user”
password=“pass”
# ca_cert=“/etc/cert/ca.pem”}
