Guest User!

You are not Sophos Staff.

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

IPSEC site-to-site VPN connects but no traffic passes

Hi!

 

We've updated two of our Cyberoams to the new Sophos XG firewall firmware and trying to create a IPsec VPN Site-to-site tunnel. I've read and followed a lot of the posts and guides after I couldn't figure out why it is not passing traffic through.  The VPN tunnel says it is up, but no traffic passes.

The Main unit is a CR100iNG (SFOS 16.05.4 MR-4) and the remote office is CR15wiNG (SFOS 16.05.5 MR-5)

Would I be able to get some assistance setting the tunnel up?

Thanks!

 

Brad.



This thread was automatically locked due to age.
Parents Reply
  • We shared a connection and I had a look at Brad configuration. Here the steps:

    1. Check the routing table using command route -n from advanced shell
    2. If the remote network is not there you have to proceed with step 3 (192.168.105.0   0.0.0.0         255.255.255.0   U     0      0        0 ipsec0)
    3. go to console and check if the ipsec_route is there: system ipsec_route show
    4. if the point 3 does not contain the remote network, then add the route manually: system ipsec_route add net 192.168.12.0/255.255.255.0 tunnelname "tunnelname configured from GUI"
    5. check if you can ping the remote network from both sides. If ping does not work, you have to force the IP used when the traffic goes out using the command 6.
    6. set advanced-firewall sys-traffic-nat add destination 192.168.12.0 netmask 255.255.255.0 snatip "XG LAN IP of where you are launching the commands"
    7. Repeate the same steps, if necessary, on the other sides by adjusting the IP and SNAT IP
    8. Ping should work now! Make sure ping is enabled on VPN zone from Administration > Device Access

Children