Hallo.
Hab jetzt ewig gesucht, aber keine Lösung gefunden.
Tunnel soweit eingerichtet - der steht wohl auch, ich kann aber die Fritzbox nicht anpingen.
Client-IP:
192.168.100.37
255.255.255.0
FritzBox (ich weiß, dass ich die besser mal ändere)
192.168.178.1
255.255.255.0
DHCP .50 - .200
IP vom FritzFernzugang lt. cfg-File: 192.168.178.201
In der Fritzbox sehe ich, dass der Tunnel aufgebaut ist, lt. Fritz Fernzugang "Verbindung zu xx.homedns.org aufgebaut"
Aber wie gesagt, der Ping geht nicht durch.
Lt. unserem Admin sollten die Ports 500 und 4500 UDP auch frei sein (er checkt das im mom.)
Windoof-Firewall ist aus.
Dienst neu starten, neu config etc. hat nicht geholfen
Hier die fritzbox.cfg
und hier die vpnuser.cfgCode:vpncfg { connections { enabled = yes; conn_type = conntype_user; name = "xxx"; 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 = "xxx"; } mode = phase1_mode_aggressive; phase1ss = "all/all/all"; keytype = connkeytype_pre_shared; key = "xxx"; cert_do_server_auth = no; use_nat_t = no; use_xauth = no; use_cfgmode = no; phase2ss = "esp-all-all/ah-none/comp-all/pfs"; accesslist = "permit ip 192.168.178.0 255.255.255.0 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"; }
Warum gehts nicht?Code:version { revision = "$Revision: 1.30 $"; creatversion = "1.1"; } pwcheck { } datapipecfg { security = dpsec_quiet; icmp { ignore_echo_requests = no; destunreach_rate { burstfactor = 6; timeout = 1; } timeexceeded_rate { burstfactor = 6; timeout = 1; } echoreply_rate { burstfactor = 6; timeout = 1; } } masqtimeouts { tcp = 15m; tcp_fin = 2m; tcp_rst = 3s; udp = 5m; icmp = 30s; got_icmp_error = 15s; any = 5m; tcp_connect = 6m; tcp_listen = 2m; } ipfwlow { input { } output { } } ipfwhigh { input { } output { } } NAT_T_keepalive_interval = 20; } targets { policies { name = "xxx.homedns.org"; connect_on_channelup = no; always_renew = no; reject_not_encrypted = no; dont_filter_netbios = yes; localip = 0.0.0.0; virtualip = 192.168.178.201; remoteip = 0.0.0.0; remotehostname = "xxx.homedns.org"; localid { user_fqdn = "xxx"; } mode = mode_aggressive; phase1ss = "all/all/all"; keytype = keytype_pre_shared; key = "xxx"; cert_do_server_auth = no; use_nat_t = no; use_xauth = no; use_cfgmode = no; phase2ss = "esp-all-all/ah-none/comp-all/pfs"; accesslist = "permit ip any 192.168.178.0 255.255.255.0"; wakeupremote = no; } } policybindings { }
Kann man irgendwie "checken", ob die Ports frei sind?
merci
Mountainman


Zitieren