分页: 1 / 1
[问题]Linux下如何连接企业级WPA的WIFI
发表于 : 2007-05-05 6:30
由 feilfly
因为学校的无线网络使用的是企业级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可以吗?
发表于 : 2007-09-21 20:44
由 oland
强烈建议有人能帮忙解决这个问题…
我不是挖尸…不过这个问题真的好严重…
不能上网比什么都惨…
发表于 : 2007-09-21 20:50
由 matri
我跟你一样。。。目前无解,ubuntu自带的wapsupplicant支持的加密方式不完全,自己编译然后覆盖的话,似乎跟networkmanager冲突,无线网络直接挂掉,无法驱动网卡;假如卸载自带networkmanager的话,dhcp又无法启用,这根本就是死结。。。可能其他发行版没这个问题,不过我懒得折腾了。
发表于 : 2008-06-11 12:34
由 neosnake
公司无线用的是企业级WPA,验证方式是 EAP-MSCHAPv2, 还用了一个ca证书文件。
之前一直连接不上,最近一次更新后突然可以连接了, 我用的是Hardy
Re: [问题]Linux下如何连接企业级WPA的WIFI
发表于 : 2009-09-08 19:31
由 流羽翔
唉。。。。。。我也是啊 连不上。。。。。
Re: [问题]Linux下如何连接企业级WPA的WIFI
发表于 : 2009-09-08 20:18
由 yaska
wicd 可以吗?
Re: [问题]Linux下如何连接企业级WPA的WIFI
发表于 : 2010-11-12 4:12
由 wenjiew
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。