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

eoIP Sophos XG alternative

Hi Folks, 

Currently we have some customers that need extend the HeadOffice LAN network to Banch Office over internet, and currently they use Mikrotik with EOIP protocol.

Is there any wayt to do it with XG ?

 

Eg.

 

HO LAN 192.168.0.0/24    ---- Sophos XG  ------- Internet   -------- Sophos XG ------ BO LAN 192.168.0.0/24

 

Regards,

Carlos



This thread was automatically locked due to age.
Parents Reply Children
  • What do you mean the same as in they both use the same subnet?  

  • Yes,

    the HO and BO usage the same LAN subnet.

     

    :)

     

    Carlos

  • This could be wrong but could you use a site to site VPN and have each LAN be set for a different VLAN?

  • Lets wrap up:

    NAT would basically hide the network from the Firewall Perspective. 

    So Basically you will have another Network on each site.

    For Example:

    XG1 192.168.0.0/24

    XG2 192.168.0.0/24

     

    You will create a 1:1 NAT with different Networks.

    XG1 will stay to have 192.168.0.0/24 and sees the Network of XG2 as 192.168.1.0/24

    XG2 will stay to have 192.168.0.0/24 and sees the Network of XG1 as 192.168.2.0/24

     

    The 1:1 NAT will translate each request correctly. 

    Client1 behind XG1 with 192.168.0.10 will try to access Client2 behind XG2 with 192.168.0.20. 

    Client1 will have to ask for 192.168.2.20.

    XG2 will translate those packets back to 192.168.0.20 on XG2 site.

     

     

     

    The other approach will be: 

    Bridge Networks together. 

    But you cannot actually have the same network addresses, you have to decide, who is going to preserve the NAT, XG1 or XG2 or a Server. 

    If the Tunnel fails, the other site will fail without DHCP.

    All Broadcast Traffic will be forwarded to the other Site (using the Internet connection): Most likely will flood your WAN connection - You have to deal with it on the XG Firewall Site. 

     

    Basically you will throw a long ethernet cable and build a Layer 2 bridge between both sites. 

  • Hi  

    Thank you by your response.

    Yes, NAT 1:1 would work very goood, I have environments running with this. But in this case, I need replace Mikrotik devices in HO and BO, and currently they are connected by EOIP protocol by Mikrotik.

    The current environment has devices connected using this scenario, and need keep this config.

     

    Using your suggestion Im testing RED + LAN Bridge - https://community.sophos.com/kb/en-us/122783 - and in y first tests it is working as expected. It exists one problem that I need investigate, the ping to devices behind XG has 2 ms and ping to direct XG device has 20 ms. 

    I'll try investigate the reason of this.

     

    Thank you by your suggestions 

     

    Cheers

    Carlos