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 2 Site - Unable to ping one machine

Hi Sophos community,

I've got a weird problem with an IPSEC Site to site VPN.

  • Site 1 : XG86 lan 192.168.3.1, network 192.168.3.0/24
  • Site 2 : XG125 lan 192.168.1.1, network 192.168.1.0/24

From XG86 in site 1, I can ping every machine in site 2, except one (192.168.1.2) !

When I do a packet capture, I can see that for this particular IP (192.168.1.2), source is set at 192.168.0.1, instead of 192.168.3.1 This router had previously this IP, but it was changed for 192.168.3.1, and I cannot see any hints for it in the graphic interface.

Any idea to overcome this ?



This thread was automatically locked due to age.
Parents
  • When I open a backup of the configuration, inside there's a file called "db.dump". When I open this file with a text editor I can find this line :

    COPY tblcrtrafficnat (id, destinationip, destinationmask, interface, snatip) FROM stdin;
    1    192.168.1.2    255.255.255.255    \N    192.168.0.1
    \.

    So there's a snat rule somewhere which is causing my problem. But I can't see where and how to delete it.

Reply
  • When I open a backup of the configuration, inside there's a file called "db.dump". When I open this file with a text editor I can find this line :

    COPY tblcrtrafficnat (id, destinationip, destinationmask, interface, snatip) FROM stdin;
    1    192.168.1.2    255.255.255.255    \N    192.168.0.1
    \.

    So there's a snat rule somewhere which is causing my problem. But I can't see where and how to delete it.

Children