/*
* C:\co\fritzbox.cfg
* Fri Feb 29 20:44:09 2008
*/
vpncfg {
connections {
enabled = yes;
conn_type = conntype_lan;
name = "[COLOR="Red"]Ein beliebiger Name[/COLOR]";
always_renew = no;
reject_not_encrypted = no;
dont_filter_netbios = yes;
localip = 0.0.0.0;
remoteip = [COLOR="Red"]IP des VPN Servers[/COLOR];
localid {
user_fqdn = "[COLOR="Red"]Cisco Gruppenname[/COLOR]";
}
mode = phase1_mode_aggressive;
phase1ss = "all/all/all";
keytype = connkeytype_pre_shared;
key = "[COLOR="Red"]Cisco Gruppenpasswort[/COLOR]";
cert_do_server_auth = no;
use_nat_t = no;
use_xauth = yes;
xauth {
valid = yes;
username = "[COLOR="Red"]Cisco Username[/COLOR]";
passwd = "[COLOR="Red"]Cisco User Passwort[/COLOR]";
}
use_cfgmode = yes;
phase2ss = "esp-all-all/ah-all/comp-all/no-pfs";
accesslist = "permit ip any [COLOR="Red"]192.168.0.0 255.255.255.0[/COLOR]";
}
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