[问题]Linux下如何连接企业级WPA的WIFI

上网、浏览、聊天、下载等
回复
feilfly
帖子: 5
注册时间: 2006-09-29 19:29

[问题]Linux下如何连接企业级WPA的WIFI

#1

帖子 feilfly » 2007-05-05 6:30

因为学校的无线网络使用的是企业级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可以吗?
头像
oland
帖子: 106
注册时间: 2007-09-17 21:58

#2

帖子 oland » 2007-09-21 20:44

强烈建议有人能帮忙解决这个问题…

我不是挖尸…不过这个问题真的好严重…

不能上网比什么都惨…
头像
matri
帖子: 1140
注册时间: 2006-10-27 11:14
来自: 悉尼

#3

帖子 matri » 2007-09-21 20:50

我跟你一样。。。目前无解,ubuntu自带的wapsupplicant支持的加密方式不完全,自己编译然后覆盖的话,似乎跟networkmanager冲突,无线网络直接挂掉,无法驱动网卡;假如卸载自带networkmanager的话,dhcp又无法启用,这根本就是死结。。。可能其他发行版没这个问题,不过我懒得折腾了。
头像
neosnake
帖子: 169
注册时间: 2007-01-14 13:17

#4

帖子 neosnake » 2008-06-11 12:34

公司无线用的是企业级WPA,验证方式是 EAP-MSCHAPv2, 还用了一个ca证书文件。

之前一直连接不上,最近一次更新后突然可以连接了, 我用的是Hardy
Win7+ Ubuntu
流羽翔
帖子: 4
注册时间: 2009-09-03 19:55

Re: [问题]Linux下如何连接企业级WPA的WIFI

#5

帖子 流羽翔 » 2009-09-08 19:31

唉。。。。。。我也是啊 连不上。。。。。
头像
yaska
帖子: 1169
注册时间: 2007-10-28 21:35

Re: [问题]Linux下如何连接企业级WPA的WIFI

#6

帖子 yaska » 2009-09-08 20:18

wicd 可以吗?
wenjiew
帖子: 66
注册时间: 2010-10-30 9:05

Re: [问题]Linux下如何连接企业级WPA的WIFI

#7

帖子 wenjiew » 2010-11-12 4:12

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
回复