Hi there,
Im trying to get up a VPN Site-to-Site Tunnel between a Fritzbox 7360 and a XG85W but it dont work.
Yesterday i tried diffrent configs and solutions posted on diffrent websites but i dont get up the Tunnel. Can someone help me please and give me a little push in the right direction?
Fritzbox:
LAN: 192.168.123.254
DNS: fritzbox.dyndns.org
XG85W:
LAN: 192.168.122.254
DNS: xg85w.dyndns.org
Fritzbox vpnconfig:
vpncfg {
connections {
enabled = yes;
conn_type = conntype_lan;
name = "Sophos XG85";
always_renew = yes;
keepalive_ip = 192.168.122.254;
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 = " xg85w.dyndns.org ";
localid {
fqdn = " fritzbox.dyndns.org";
}
remoteid {
fqdn = " xg85w.dyndns.org ";
}
mode = phase1_mode_idp;
phase1ss = "dh14/aes/sha";
keytype = connkeytype_pre_shared;
key = "PreSharedKey";
cert_do_server_auth = no;
use_nat_t = no;
use_xauth = no;
use_cfgmode = no;
phase2localid {
ipnet {
ipaddr = 192.168.123.0;
mask = 255.255.255.0;
}
}
phase2remoteid {
ipnet {
ipaddr = 192.168.122.0;
mask = 255.255.255.0;
}
}
phase2ss = "esp-all-all/ah-none/comp-all/pfs";
accesslist = "permit ip any 192.168.122.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
A tunnel between the two Fritzbox works fine, but then i dont get a connection to the PCs behind the XG85W.
Any Ideas where is the problem to get a tunnel between the XG85W and the 7360?
XG85W is exposed host on the Fritzbox 7490 and Firewall VPN inbound and outbound Rules are added in the XG85W.
Goal is to get the complete Internet Traffic over the XG85W.
This thread was automatically locked due to age.