Ich habe das folgende mal versucht, leider hat es aber nicht funktioniert. Kann mir jemand einen Tipp geben, was ich falsch mache?
1. Boot in Windows 64bit, erstellen der Datei für die Fritzbox:
Code:
vpncfg {
connections {
enabled = yes;
conn_type = conntype_user;
name = "reale@email.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.178.201;
remoteid {
user_fqdn = "reale@email.de";
}
mode = phase1_mode_aggressive;
phase1ss = "all/all/all";
keytype = connkeytype_pre_shared;
key = "abc";
cert_do_server_auth = no;
use_nat_t = yes;
use_xauth = no;
use_cfgmode = no;
phase2localid {
ipnet {
ipaddr = 192.168.178.1;
mask = 255.255.255.255;
}
}
phase2remoteid {
ipaddr = 192.168.178.201;
}
phase2ss = "esp-all-all/ah-none/comp-all/pfs";
accesslist =
"permit ip 192.168.178.1 255.255.255.255 192.168.178.201 255.255.255.255";
}
ike_forward_rules = "udp 0.0.0.0:500 0.0.0.0:500",
"udp 0.0.0.0:4500 0.0.0.0:4500";
}
// EOF Dann habe ich IpSecuritas eingestellt getreu der Anleitung von AVM. Dabei erhielt ich diese Logeinträge, bei gleichzeitigem nicht verbinden.
Code:
Dec 08, 18:17:56 Info APP IPSec authenticating
Dec 08, 18:17:56 Info APP Connection Home is started
Dec 08, 18:17:56 Error APP Tunnel creation failed with errno 17
Dec 08, 18:17:56 Error APP Could not activate IPSec policies for connection Home
Dec 08, 18:17:56 Error APP Activation of connection Home failed
Dec 08, 18:17:56 Info APP IKE daemon started
Dec 08, 18:17:56 Info APP IPSec started
Dec 08, 18:17:56 Info IKE Foreground mode.
Dec 08, 18:17:56 Info IKE @(#)ipsec-tools CVS (http://ipsec-tools.sourceforge.net)
Dec 08, 18:17:56 Info IKE @(#)This product linked OpenSSL 0.9.7l 28 Sep 2006 (http://www.openssl.org/)
Dec 08, 18:17:56 Info IKE Reading configuration from "/Library/Application Support/Lobotomo Software/IPSecuritas/racoon.conf"
Dec 08, 18:17:56 Info IKE Resize address pool from 0 to 255
Lesezeichen