WUFI-S Linux

From CTSWiki

Jump to: navigation, search

You must use wpa_supplicant to connect; this comes with Centos5 by default.

There's a service that runs - /etc/init.d/wpa_supplicant.

Here's the /etc/wpa_supplicant/wpa_supplicant.conf, you've got to replace your own data in the identity and password line.

 ctrl_interface=/var/run/wpa_supplicant
 ctrl_interface_group=wheel

          network={
               ssid="WUFI-S"
               scan_ssid=1
               key_mgmt=WPA-EAP
               eap=TTLS
               identity="''user@domain''"
               password="''password''"
                anonymous_identity="anonymous"
                phase2="auth=PAP"
          }

This also works for Ubuntu

Personal tools