Wed, 2010-03-24 22:42:20 - [VPN] initiating Main Mode
Wed, 2010-03-24 22:42:30 - [VPN] STATE_MAIN_I1: retransmission; will wait 20s for response
Wed, 2010-03-24 22:42:50 - [VPN] STATE_MAIN_I1: retransmission; will wait 40s for response
Wed, 2010-03-24 22:43:30 - [VPN] max number of retransmissions reached STATE_MAIN_I1. No acceptable response to our first IKE message
Wed, 2010-03-24 22:43:36 - [VPN] terminating SAs using this connection
Wed, 2010-03-24 22:43:37 - [VPN] initiating Main Mode
Wed, 2010-03-24 22:43:47 - [VPN] STATE_MAIN_I1: retransmission; will wait 20s for response
Wed, 2010-03-24 22:44:07 - [VPN] STATE_MAIN_I1: retransmission; will wait 40s for response
Wed, 2010-03-24 22:44:47 - [VPN] max number of retransmissions reached STATE_MAIN_I1. No acceptable response to our first IKE message
Wed, 2010-03-24 22:44:53 - [VPN] terminating SAs using this connection
Wed, 2010-03-24 22:44:55 - [VPN] initiating Main Mode
/*
* C:\fritzbox.cfg
* 7. April 2009
*/
vpncfg {
connections {
enabled = yes;
conn_type = conntype_lan;
name = "VPN";
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 = 0.0.0.0;
remotehostname = "remote.domain.com";
localid {
fqdn = "local.domain.com";
}
remoteid {
fqdn = "remote.domain.com";
}
mode = phase1_mode_idp;
phase1ss = "all/all/all";
keytype = connkeytype_pre_shared;
key = "secret";
cert_do_server_auth = no;
use_nat_t = no;
use_xauth = no;
use_cfgmode = no;
phase2localid {
ipnet {
ipaddr = 192.168.178.0;
mask = 255.255.255.0;
}
}
phase2ss = "esp-3des-sha/ah-no/comp-no/no-pfs";
accesslist = "permit ip any 10.0.1.0 255.255.255.0";
}
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
Warum also den deutlich aufwendigeren Main Mode implementieren?