A Code Monkey's Blog

Use Juniper VPN Client under Fedora 20 x86-64

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.loglike 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.

  1. Install 32bit Opera
  2. Install 32bit JRE. Java plugin is stored in /usr/java/default/i386/libnpjp2.so
  3. 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 .
  4. Made a symbolic link of 32bit Java plugin to /usr/lib/mozilla/plugins .
  5. 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.