Accessing the Nokia VPN from Linux

Open source

The open source client is called vpnc, from this site:

VPNC for Ubuntu Edgy works out of the box.

VPNC for Ubuntu Feisty detects all peers as dead. Use attached source code. attachment:vpnc-feisty.tgz -Jamey 7/6/2007

Install contents of this file attachment:vpnc.conf as /etc/vpnc/default.conf. Change username from jahicks to your own.

Edit /etc/resolvconf/interface-order, putting nokvpn* before eth*

    jamey@hex:~/nokia$ cat /etc/resolvconf/interface-order
    # interface-order(5)
    lo.inet*
    lo.dnsmasq
    lo.pdnsd
    lo.!(pdns|pdns-recursor)
    lo
    tap*
    nokvpn*
    eth*
    ath*
    wlan*
    tun*
    ppp*
    *

    sudo vpnc default

Then type pin into SecurID, hit the diamond, and type the resulting 6 digit passphrase when prompted by vpnc.

VPNC 0.3.3

VpncVersion033Notes Files:

LinuxVpn (last edited 2007-07-06 19:48:16 by JameyHicks)