This is my first time to use Juniper VPN to connect to the workplace from home. My computer runs Fedora 20 in 64bit and Firefox in 64bit. I had a hard time to establish a connection through the web portal. The client files were downloaded into
~/.juniper_networks
I followed the instructions listed here, here, here and here. None of them
worked. I got stuck by the error message in ncsvc.log
like this:
ncapp.error Failed to authenticate with IVE.
Finally this blog post saved my day. I confirmed it solved my issue. It turns out sometimes you have to use the web browser to make the connection. Here is what I did.
- Install 32bit Opera
- Install 32bit JRE. Java plugin is stored in
/usr/java/default/i386/libnpjp2.so
- Type
about:plugins
in the address windows of Opera to find out where the plugins is located. In my case it is in/usr/lib/mozilla/plugins
. - Made a symbolic link of 32bit Java plugin to
/usr/lib/mozilla/plugins
. - Re-visit the VPN login portal to set up the connection.
You should see the VPN session window pop up and the connection is up. This is the simplest way to make everything work.