因为学校的无线网络使用的是企业级WPA验证方式,在Ubuntu下使用NetWorkmanager还是不能连接,原因有可能是使用的是EAP-MSCHAP v2的验证方式。
具体参数如下:
--------------------------------------------------------
Wireless Security:WPA Enterprise
Key Type:TKIP
EAP Method:PEAP
Certificate Method:EAP-MSCHAP v2
--------------------------------------------------------
同时还需要一个uad.p7b的客户端证书,并提供合法的用户名和密码才能连接上学校的无线网络
我发了邮件给NetworkManager的开发者,他们说现在版本的NetworkManager不支持这种验证方式
有没有其它的工具可以支持这种验证方式呢?
wpa_supplicant可以吗?
[问题]Linux下如何连接企业级WPA的WIFI
-
- 帖子: 5
- 注册时间: 2006-09-29 19:29
- matri
- 帖子: 1140
- 注册时间: 2006-10-27 11:14
- 来自: 悉尼
- neosnake
- 帖子: 169
- 注册时间: 2007-01-14 13:17
-
- 帖子: 4
- 注册时间: 2009-09-03 19:55
Re: [问题]Linux下如何连接企业级WPA的WIFI
唉。。。。。。我也是啊 连不上。。。。。
- yaska
- 帖子: 1169
- 注册时间: 2007-10-28 21:35
Re: [问题]Linux下如何连接企业级WPA的WIFI
wicd 可以吗?
-
- 帖子: 66
- 注册时间: 2010-10-30 9:05
Re: [问题]Linux下如何连接企业级WPA的WIFI
Secure wireless connections: Ubuntu
To connect to the Secure wireless network using Ubuntu, you must obtain a valid Thawte certificate, and then follow the instructions for your Ubuntu version.
Obtaining a Thawte certificate
The Secure wireless authentication server uses Thawte as its root certificate authority. You need a valid Thawte root certificate in Privacy-Enhanced Mail (PEM) format to connect.
I recommends that you use the certificate installed with your operating system. If you do not have the root certificate installed, you can download it from Thawte's Download Root Certificates.
After you download the thawte-roots.zip file, extract the Thawte Root Certificates/thawte Premium Server CA/Thawte Premium Server CA.pem file to your home directory.
In a default Ubuntu installation, you can find the certificate in /etc/ssl/certs/Thawte_Premium_Server_CA.pem.
Connecting to the Secure Wifi
Click the NetworkManager applet (a pair of superimposed monitors, typically in the upper bar on the right), and select Secure Wifi. The Wireless Network Authentication Required window will appear.
Configure the settings as follows:
。Next to "Wireless Security:", select WPA & WPA2 Enterprise.
。Next to "Authentication:", select Protected EAP (PEAP).
。Leave the "Anonymous Identity:" field blank.
。Click the button next to "CA Certificate:", and then browse to the Thawte certificate.
。Next to "PEAP Version:", choose Version 0.
。Make sure "Inner Authentication:" is set to MSCHAPv2.
。Next to "User Name:" and "Password:"
Note: Do not check Show password, as it will display your Network ID passphrase in clear text.
Click Connect. If the connection fails, you will be prompted to re-enter configuration details.
我按这些步骤做,成功连上WIFI。
To connect to the Secure wireless network using Ubuntu, you must obtain a valid Thawte certificate, and then follow the instructions for your Ubuntu version.
Obtaining a Thawte certificate
The Secure wireless authentication server uses Thawte as its root certificate authority. You need a valid Thawte root certificate in Privacy-Enhanced Mail (PEM) format to connect.
I recommends that you use the certificate installed with your operating system. If you do not have the root certificate installed, you can download it from Thawte's Download Root Certificates.
After you download the thawte-roots.zip file, extract the Thawte Root Certificates/thawte Premium Server CA/Thawte Premium Server CA.pem file to your home directory.
In a default Ubuntu installation, you can find the certificate in /etc/ssl/certs/Thawte_Premium_Server_CA.pem.
Connecting to the Secure Wifi
Click the NetworkManager applet (a pair of superimposed monitors, typically in the upper bar on the right), and select Secure Wifi. The Wireless Network Authentication Required window will appear.
Configure the settings as follows:
。Next to "Wireless Security:", select WPA & WPA2 Enterprise.
。Next to "Authentication:", select Protected EAP (PEAP).
。Leave the "Anonymous Identity:" field blank.
。Click the button next to "CA Certificate:", and then browse to the Thawte certificate.
。Next to "PEAP Version:", choose Version 0.
。Make sure "Inner Authentication:" is set to MSCHAPv2.
。Next to "User Name:" and "Password:"
Note: Do not check Show password, as it will display your Network ID passphrase in clear text.
Click Connect. If the connection fails, you will be prompted to re-enter configuration details.
我按这些步骤做,成功连上WIFI。