So i need to connect two Locations with a tunnel, one with Sophos utm one with Pfsense. This is needed, because of an third Party device that only awnsers if the call comes from the same subnet.
172.16.1.0-127 on one site and 172.16.1.128-255 on the other
So i build a ip_sec between both with shared key. Automatic rules for sophos and an any rule for pfsense
Build Gre Tunnel:
Sophos:
iptunnel add tun0 mode gre remote 172.16.250.1 local 172.16.250.2 ttl 255
ifconfig tun0 inet 172.16.1.249 netmask 255.255.255.0
ifconfig tun0 up
added Protocol 47 Rules
Pfsense: over the web interface the gre interface has an any rule at the moment
172.16.250.1 and 250.2 are also set in the Ipsec
Static routes are set.
Both sides tell that ipsec is working but pfsense says 172.16.250.2 is not up
so at this moment i have no more ideas what is missing and why i cant get the Network to work
could also awnser in German.
Thanks in advance
This thread was automatically locked due to age.