This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Three way site2site VPN

Hi all together,

first of all: I am pretty new to Sophos UTMs so I might lack some basics you would otherwise expect me to have.

Currently I am planning a three-way site2site VPN connection.
Later on this will be expanded to connect 16 different locations all connecting to the HQ.
We decided against RED devices because all locations need to be as independent as possible.

Furthermore all locations share the same LAN subnet (172.17.0.0).

This leads directly to site2site VPN configurations between mostly SG115 firewalls.

At the moment I get the error:
cannot route -- route already in use for "X_location a to location b"
Bot sides are behind a router and NATed, but adding the local IP as VLAN-ID solved that as it seems.

From other posts I guess my failure lies within the assigned IP-Adresses on the interfaces.
LAN-Interface: 172.17.2.23/255.255.0.0
WAN-Interface: 172.17.2.22/255.255.0.0

So I will change the IP on the wan interface.
The question is: In wich way?

Will it work when all  locations (3 for now) have the same subnet on the WAN-Interface?
Example:

Location A
LAN-Interface: 172.17.2.23/255.255.0.0
WAN-Interface: 172.18.2.23/255.255.255.0

Location B
LAN-Interface: 172.17.2.24/255.255.0.0
WAN-Interface: 172.18.2.24/255.255.255.0

Location C
LAN-Interface: 172.17.2.25/255.255.0.0
WAN-Interface: 172.18.2.25/255.255.255.0

and so on...


Another idea is to split all connections evenly by using 255.255.255.248 on router and WAN-Interface of the firewall.
Later on it is planned that all offices should be able to contact AD, DNS etc. from the HQ.

I hope you could help me to clarify this problem because otherwise I already see myself driving between all offices for days :)

Thanks in advance!



This thread was automatically locked due to age.
Parents
  • Changed the WAN-Iterface IP but still no luck.
    The same error persists:

    2018:04:17-15:33:14 sophos01-1 pluto[22325]: added connection description "S_a to b"
    2018:04:17-15:33:14 sophos01-1 pluto[22325]: | 172.17.0.0/16===172.18.2.23[172.18.2.23]...*WAN-IP location a*[172.18.2.50]===172.17.0.0/16
    2018:04:17-15:33:14 sophos01-1 pluto[22325]: | ike_life: 7800s; ipsec_life: 3600s; rekey_margin: 540s; rekey_fuzz: 100%; keyingtries: 0; policy: PSK+ENCRYPT+TUNNEL
    2018:04:17-15:33:14 sophos01-1 pluto[22325]: | next event EVENT_REINIT_SECRET in 3599 seconds

    2018:04:17-15:33:14 sophos01-1 pluto[22325]: added connection description "X_a to b"
    2018:04:17-15:33:14 sophos01-1 pluto[22325]: | 172.17.0.0/16===172.18.2.23[172.18.2.23]...255.255.255.255[255.255.255.255]===172.17.0.0/16
    2018:04:17-15:33:14 sophos01-1 pluto[22325]: | ike_life: 10800s; ipsec_life: 3600s; rekey_margin: 540s; rekey_fuzz: 100%; keyingtries: 0; policy: PFS+PASS+NEVER_NEGOTIATE


    2018:04:17-15:33:23 sophos01-2 pluto[6236]: | install_ipsec_sas() for #2: inbound and outbound
    2018:04:17-15:33:23 sophos01-2 pluto[6236]: | route owner of "S_a to b" unrouted: "X_a to b" prospective erouted; eroute owner: "X_a to b" prospective erouted
    2018:04:17-15:33:23 sophos01-2 pluto[6236]: "S_a to b" #2: cannot route -- route already in use for "X_a to b"
    2018:04:17-15:33:23 sophos01-2 pluto[6236]: | state transition function for STATE_QUICK_I1 had internal error

    Seems like you can not connect 2 same networks like a with 172.17.0.0 and b with 172.17.0.0.
    Any trick to make that happen or is this a total loss?
Reply
  • Changed the WAN-Iterface IP but still no luck.
    The same error persists:

    2018:04:17-15:33:14 sophos01-1 pluto[22325]: added connection description "S_a to b"
    2018:04:17-15:33:14 sophos01-1 pluto[22325]: | 172.17.0.0/16===172.18.2.23[172.18.2.23]...*WAN-IP location a*[172.18.2.50]===172.17.0.0/16
    2018:04:17-15:33:14 sophos01-1 pluto[22325]: | ike_life: 7800s; ipsec_life: 3600s; rekey_margin: 540s; rekey_fuzz: 100%; keyingtries: 0; policy: PSK+ENCRYPT+TUNNEL
    2018:04:17-15:33:14 sophos01-1 pluto[22325]: | next event EVENT_REINIT_SECRET in 3599 seconds

    2018:04:17-15:33:14 sophos01-1 pluto[22325]: added connection description "X_a to b"
    2018:04:17-15:33:14 sophos01-1 pluto[22325]: | 172.17.0.0/16===172.18.2.23[172.18.2.23]...255.255.255.255[255.255.255.255]===172.17.0.0/16
    2018:04:17-15:33:14 sophos01-1 pluto[22325]: | ike_life: 10800s; ipsec_life: 3600s; rekey_margin: 540s; rekey_fuzz: 100%; keyingtries: 0; policy: PFS+PASS+NEVER_NEGOTIATE


    2018:04:17-15:33:23 sophos01-2 pluto[6236]: | install_ipsec_sas() for #2: inbound and outbound
    2018:04:17-15:33:23 sophos01-2 pluto[6236]: | route owner of "S_a to b" unrouted: "X_a to b" prospective erouted; eroute owner: "X_a to b" prospective erouted
    2018:04:17-15:33:23 sophos01-2 pluto[6236]: "S_a to b" #2: cannot route -- route already in use for "X_a to b"
    2018:04:17-15:33:23 sophos01-2 pluto[6236]: | state transition function for STATE_QUICK_I1 had internal error

    Seems like you can not connect 2 same networks like a with 172.17.0.0 and b with 172.17.0.0.
    Any trick to make that happen or is this a total loss?
Children
No Data