Archive for the ‘vpn’ tag
Dialling Problems with Vodafone 3G on Windows
As I’ve written about before, I use a combination of Vodafone 3G and the AT&T Network Client on Windows to access my corporate VPN. Recently, I’ve been seeing this error a lot when ‘dialling’ the 3G network (I connect it via the Windows dialler, rather than the Vodafone client):

This morning, I figured out what it was that was causing the problem. AT&T was open when I was dialling, and had the modem selected in the ‘Cellular’ tab (which I don’t normally use):

I hypothesise that it’s got a lock on the modem when this is selected (even if the ‘Cellular’ tab is not selected). Quitting the AT&T client appears to allow the connection to be created. You can then restart it and connect to the VPN in the normal way (using ‘existing internet connection’).
Hope this helps someone.
Using AT&T Network Client VPN with Ubuntu 64bit
(This post is probably of most interest to my IBM colleagues – however, since the AT&T Network Client is also available for other organisations, I’ve posted this here in case it’s of use to other folks.)
I recently installed Ubuntu 64bit (amd64) on my Lenovo Thinkpad T61. Unfortunately, the Network Client is not available in a 32bit edition. So I had to perform a few tweaks to get it to work. Here’s the steps I took:
- Install the ia32-libs package and all it’s dependencies:
sudo apt-get install ia32-libs
- Install the AT&T client itself (IBM colleagues can obtain this from the OCDC website):
sudo dpkg -i --force-architecture agnclient_1.0~2.0.1.3000-3_i386.deb
- Add some symlinks:
sudo ln -s /usr/lib32/libssl.so.0.9.8 /usr/lib32/libssl.so.4 sudo ln -s /usr/lib32/libcrypto.so.0.9.8 /usr/lib32/libcrypto.so.4
- You should now be able to start the Network Client from the Internet section of the Gnome menu, or from /opt/agns/bin/agnclient. Click Connect and enter your details as normal.