I hope it’s a final post about Juniper on Ubuntu :) And no Java, Firefox 32bit or iced-tea plugin required!

First you need to install openconnect:

$ sudo apt-get update
$ sudo apt-get install openconnect

Then login to you VPN provider and get Cookie named DSID:

  • In Chrome by pressing Ctrl + Shift + I, select Application tab, then Cookies: {chrome-cookie
  • In Firefox by pressing Ctrl + Shift + I, select Storage tab, then Cookies: {firefox-cookie

Then run openconnect with a copied cookie, the command should look following way:

$ sudo openconnect --juniper -C "DSID=15c4fd0fdc6534f7e01231041f6f1c23;" vpn.cowabunga.com

You should see something similar to this line:

Connected tun0 as 192.168.19.27, using SSL

Done!!!