So I needed my Ubuntu configured for Juniper VPN, here is the steps I did to get it to work.
Setup Step 1. Setup Libaries
sudo apt-get install openssl libmotif3 libstdc++2.10-glibc2.2 sun-java6-jre sudo ln -s /usr/lib/libssl.so.0.9.7 /usr/lib/libssl.so.2 sudo ln -s /usr/lib/libcrypto.so.0.9.7 /usr/lib/libcrypto.so.2 sudo ln -s libssl.so.0.9.8 /usr/lib/i686/cmov/libssl.so.0
Setup Step 2. Connect to the webinterface
Use Firefox to connect to your start webpage, to setup the intial java application
Setup Step 3. Modify the Juniper configuration directory
cd ~/.juniper_networkssudo rm -rf network_connect cp -R tmp network_connect cd network_connect chmod 744 *.sh sudo chmod 6711 ncsvc sudo chown root:root ncsvc
Connect Step 1. Start ncsvc
cd ~/.juniper_networkssudo/network_connect sudo ./ncsvc
Connect Step 2. Connect to the webinterface
Use Firefox to connect to your start webpage, to setup the intial java application
That’s it, hope it helps someone