Loading...

使用 Wicd 连接 TTLS with WEP 加密的网络

很多大学的 Wi-Fi 网络使用 TTLS with WEP 的加密方式,在 Windows 和 Mac 上都有很便捷的配置方法。在 Linux 下我们借助 Wicd 也可以很方便的连接 TTLS/WEP 加密的无线网络。

编辑 Wicd 的 Encryption Templates: 修改 /etc/wicd/encryption/templates/ttls ,使用下面的配置。

name = TTLS with WEP
author = Adam Blackburn
version = 1
require identity *Identity anonymous_identity *Anonymous_identity password *Password auth *Authentication ca_cert *Path_to_CA_Cert
-----
ctrl_interface=/var/run/wpa_supplicant
network={
	ssid="$_ESSID"
	scan_ssid=$_SCAN
	eap=TTLS
	key_mgmt=IEEE8021X
	identity="$_IDENTITY"
	password="$_PASSWORD"
	ca_cert="$_CA_CERT"
	phase2="auth=$_AUTH"
}

接下来在 /etc/wicd/encryption/templates/active 里添加 ttls 这一项即可。

Share and Enjoy:
  • Google Bookmarks
  • del.icio.us
  • Facebook
  • FriendFeed
  • Twitter
  • 豆瓣
Categories: Informatics Tags:
  1. Lynx
    May 20th, 2011 at 07:41 | #1

    Phil童鞋终于又更新Blog了阿!
    Wicd好像不能连接ADSL和VPN的说……
    Ubuntu的network manager连无线好像很方便的样子。倒是没在Arch里试过连无线,下次试试。
    话说FDU的哪个邀请赛您考的怎样?

  2. May 21st, 2011 at 06:25 | #2

    @Lynx
    我全场就把那道 F 题给割了。

  3. Lynx
    May 25th, 2011 at 07:02 | #3

    @Phil F题?8页纸那个麻将么……神犇果然就是神犇阿!
    //一个裁判告诉我他花了一天切这题……

  4. January 19th, 2012 at 02:18 | #4

    怎么这么久没有更新博客 你个懒B 还说考完7号来看我 你这个王八蛋

  1. No trackbacks yet.