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!

注:IBM 内部用户请使用 Open Client for Linux 的软件源,更方便快捷。

This entry was posted in Linux and tagged , . Bookmark the permalink.

10 Responses to AT&T Global Network Client on Ubuntu 8.04

  1. roberto says:

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

  2. richard says:

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

  3. yanbing says:

    hi,are you IBMer?

  4. richard says:

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

  5. yanbing says:

    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!

  6. richard says:

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

  7. Frank says:

    Thank you Richard….I’m an IBMer too….I

  8. ilmw says:

    您好,我也在尝试安装这个tool,但是我现在无法下载这个rpm包(连接不上),能否麻烦您发给我一个(ilmw007@gmail.com)?非常感谢!!

  9. richard says:

    @ilmw 我手头也没有这个文件,安装后就删除了。你找一个 proxy 就可以了,估计 ATT 这台 FTP 所属 IP 段被 GFWed 了。

  10. peng says:

    Great! I’m IBMer too, Thanks!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">