Hi,
Another quick question: is there a way for me test eap-ttls/pap from the command line? If I could do this that would be great, because then I wouldn't have to send my colleague down to the location where the access-point is with an iPad every time I need to test a configuration change.
yes, using eapol_test from the wpa_supplicant project (example configs to start with are in the src/tests directory of the source code....) for a full EAP-TTLS/PAP experience..... or you can target the inner-tunnel directly with basic radius test tools - send PAP direct to inner-server local port.
Is wpa_supplicant appropriate for this? I downloaded it, but having compile issues so I haven't been able to try it.
what compilation issues? its usually just the libnl/libnl-devel packages that are needed to ensure compilation. what distro? I believe RH/centos might now be providing eapol_test as part of the RPM now(!) (yay!) alan