View Single Post
Posts: 6 | Thanked: 2 times | Joined on Sep 2012 @ Germany
#52
Hi,

thank you very much for the file. Now I almost know how to set up the connection. However, one thing is still unclear.

What is the difference between the "keykeykeykey" and the "passwordpassword"?
In the config file created by the fritzbox-vpn tool I only find a line saving key ="blablabla"

I have added a password in the fritzbox tool to create an encrypted config file, *.eff I think it was. Is this the password?

Where do I find the password or is it the same as the key?

thanks for the help.


Originally Posted by imagomundi View Post
VPN on my N9 is working again on my FRITZBox 7390 as it should with this configuration:

Code:
enabled = yes;
                conn_type = conntype_user;
                name = "name@name";
                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.202;
                remoteid {
                        key_id = "name@name";
                }
                mode = phase1_mode_aggressive;
                phase1ss = "all/all/all";
                keytype = connkeytype_pre_shared;
                key = "keykeykeykey";
                cert_do_server_auth = no;
                use_nat_t = yes;
                use_xauth = yes;
                xauth {
                        valid = yes;
                        username = "name@name";
                        passwd = "passwordpassword";
                }
                use_cfgmode = yes;
                phase2localid {
                        ipnet {
                                ipaddr = 0.0.0.0;
                                mask = 0.0.0.0;
                        }
                }
                phase2remoteid {
                        ipaddr = 192.168.174.202;
                }
                phase2ss = "esp-all-all/ah-all/comp-all/no-pfs";
                accesslist = 
                             "permit ip 192.168.174.0 255.255.255.0 192.168.174.202 255.255.255.255", 
                             "permit ip any 192.168.174.202 255.255.255.255";

VPN9C :

Gateway:	mein.dyndns.org
Group Name:       name@name
Group Pwd:          keykeykeykey
Username:           name@name
Password:            passwordpassword
Thanks once more to TOMI