How to Setup VPN in IBM
In September IBM disabled the WECM client to access remotely to the IBM network. Fortunately, the TAP offers a very comfortable solution for Ubuntu users. You need to do the following steps:
- Get authorisation for the TAP program on this page.
- Install openconnect:
sudo apt-get install openconnect
- Install vpnc and configure it
sudo apt-get install vpnc sudo -E vpnc
where you'll set the following values (maybe the values are updated on the instruction page for linux):IPSec gateway: rcxasa.watson.ibm.com IPSec ID: *Enter* IPSec Secret: *Enter* Xauth username: *LEAP username* Xauth password: *LEAP password*
- Now you can run the ibmopenconnect.sh script with:
./ibmopenconnect.sh start
Note that if you don't have the script, you can ask me and I'll provide it to you ;-)
Thanks for the script to Mario Lucic and the author of the script Harley Stenzel.