Home | Syndication | Delicious | Douban | Twitter | FriendFeed

AT&T Global Network Client on Ubuntu 8.04

一直以来,阻碍我使用 Ubuntu 的一大原因就是无法拨入公司的内部办公网络,因为公司给出的拨入客户端只有 Windows 版。前些日子突然想到,既然我们用的是 AT&T VPN 服务,那何不去 AT&T 找找看有没有提供对 Linux 的支持。于是有了以下发现。

其实 AT&T 官方提供了支持 Linux 的客户端,可惜的是,只支持 RHEL 和 SuSE。但没关系,万能的 google 找到了一条变通之法 :-)

首先,从 AT&T 下载其最新 Linux 客户端,我载的是 agnclient-1.0-2.0.1.3000.i386.rpm。当然,这个 rpm 包无法直接用,也不可以直接用 alien 转化成 deb 包之后来安装,因为还有很多的依赖关系和配置需要解决。

接着,解决问题的人 André F. Macêdo 来了,从他的 BLOG 下载一个超有用的脚本 ubuntu_rpm2deb.sh

好了,可以开始工作了!

安装 tcl
$ sudo apt-get install tcl8.5

给脚本执行权限
$ chmod +x ubuntu_rpm2deb.sh

安装依赖关系
$ ./ubuntu_rpm2deb.sh --deps

转化包格式
$ ./ubuntu_rpm2deb.sh agnclient-1.0-2.0.1.3000.i386.rpm
这将生成我们的目标文件 agnclient_1.0~2.0.1.3000-1.1_i386.deb

安装新得到的 deb 包
$ sudo dpkg -i agnclient_1.0~2.0.1.3000-1.1_i386.deb

就这么多,现在可以启动 AT&T Global Network Client 了,如下图:

AT&T Global Network Client 

点击绿色的 CONNECT 按钮,在跳出的对话框中输入 Account / User Name / Password 即可开始连接。

Enjoy! 

This entry was posted on Monday, May 19th, 2008 at 2:17 and is filed under TechNotes. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

6 Responses to “AT&T Global Network Client on Ubuntu 8.04”

  • roberto Says at 22:34, May 19, 2008

    Great!!!好文!!!搜藏了!!!!

  • richard Says at 12:57, May 20, 2008

    换 Ubuntu 做桌面 OS 吧,很好用的。

  • yanbing Says at 20:42, October 19, 2008

    hi,are you IBMer?

  • richard Says at 21:23, October 19, 2008

    Yes, I'm from CDL, working on Tivoli.

  • yanbing Says at 6:04, October 20, 2008

    Nice to meet you!
    I'm from GTS,working on power server p series services.
    I try to use linux system on my notebook now ,thanks for you share your tips about agnclient.
    It is very usefully!thanks again!

  • richard Says at 8:52, October 20, 2008

    Happy to see colleague on weblog. Enjoy your Linux journey on ThinkPad ;-)

Leave a Reply