View Single Post
Posts: 13 | Thanked: 8 times | Joined on Jun 2012
#24
Originally Posted by Scharel View Post
Just enter youre IPsec data and press Start. That's it.
Would be VERY happy if it would be as easy as this. As VPN is the ONLY feature I miss to get my N9 to be the most complete Nokia I ever owned. So I tried since I first read this thread to get VPN9C running on my N9 - my server is a "FRITZBox" - product that dominates the router/modem/voip market in Germany.

The config file on the server looks like this:

Code:
connections {
                enabled = yes;
                conn_type = conntype_lan;
                name = "N9@nokia.de";
                always_renew = no;
                reject_not_encrypted = no;
                dont_filter_netbios = yes;
                localip = 0.0.0.0;
                local_virtualip = 0.0.0.0;
                remoteip = 0.0.0.0;
                remote_virtualip = 192.168.174.205;
                remoteid {
                        key_id = "N9@nokia.de";
                }
                mode = phase1_mode_aggressive;
                phase1ss = "alt/aes/sha";
                keytype = connkeytype_pre_shared;
                key = "keykeykey";
                cert_do_server_auth = no;
                use_nat_t = no;
                use_xauth = yes;
                xauth {
                        valid = yes;
                        username = "nokia@N9.de";
                        passwd = "secret";
                }
                use_cfgmode = yes;
                phase2localid {
                        ipnet {
                                ipaddr = 0.0.0.0;
                                mask = 0.0.0.0;
                        }
                }
                phase2remoteid {
                        ipaddr = 192.168.174.205;
                }
                phase2ss = "esp-all-all/ah-all/comp-all/no-pfs";
                accesslist = 
                             "permit ip 192.168.174.0 255.255.255.0 192.168.174.205 255.255.255.255", 
                             "permit ip any 192.168.174.205 255.255.255.255";
The data of my VPN9C Configuration are:

Gateway: My.Dyndnsadress
Group name: N9@nokia.de
Group Pwd: keykeykey
Username: nokia@N9.de
Password: secret
Domain: Dyndnsadress

When I try to connect I get back. "vpnc: response was invalid [2]: (ISAKMP_N_....)"

On the server GUI I can see at the same time: "vpn N9: connecting N9@nokia.de"

Can someone help to find and eventually correct the error(s) of my configuration? I would really be VERY grateful!

A VPN connection to the same server with a Symbian NOKIA (701) works perfect - the 701 vpn client was configured with NOKIA's Mobile VPN Client Tool

Last edited by imagomundi; 2012-08-25 at 23:20.