LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   wpa_supplicant.conf build (https://www.linuxquestions.org/questions/linux-networking-3/wpa_supplicant-conf-build-737001/)

an0nymous 07-01-2009 01:22 PM

wpa_supplicant.conf build
 
can someone help me build a wpa_supplicant.conf that will us the following settings?

SSID:
Authentication: WPA2 (or second choice WPA)
Encryption: AES (or TKIP if WPA is used above)
Authentication type: PEAP
Login: username
Password: password

any input would be appreciated. kind of in a pinch

TB0ne 07-02-2009 09:16 AM

Quote:

Originally Posted by an0nymous (Post 3593272)
can someone help me build a wpa_supplicant.conf that will us the following settings?

SSID:
Authentication: WPA2 (or second choice WPA)
Encryption: AES (or TKIP if WPA is used above)
Authentication type: PEAP
Login: username
Password: password

any input would be appreciated. kind of in a pinch

Check the man page: http://linux.die.net/man/5/wpa_supplicant.conf Got lots of examples....what have you tried so far?

stress_junkie 07-02-2009 09:41 AM

If you plan to use wireless networking a lot you can save yourself a lot of time and hassles by choosing a distribution that has good wifi support in the first place. I have PCLinuxOS 2009.1 with KDE on my Acer Aspire One. Once I added all of the KDE applications that showed up when I searched their package manager for wifi.

Now it is as easy, or easier in come cases, to connect to a wireless network with my Acer using PCLinuxOS as when using Windows. I don't have to edit wpa supplicant configuration files. I don't have to edit wlan configuration files. I just left click on the wifi icon in the task bar and select a network that appears in the list of available wireless networks in range of the machine.

That's the way it should be. Select the right distribution and desktop environment and that's the way it will be for you.

an0nymous 07-06-2009 08:13 AM

network={
ssid="networkSSID"
proto=WPA
key_mgmt=WPA-EAP
auth_alg=PEAP
eap=LEAP
identity="username"
password="password"
}

thanks for the reply. this is what i have right now minus header, ssid, username, and password. we are in the process of changing wireless configurations, but we need to setup some new equipment before that project will be finished.


All times are GMT -5. The time now is 03:38 PM.