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

TCP Retransmission / RST, ACK - Application Freezing

Hello, 

We are having a stranger problem when accessing by VPN (IPSEC Site to Site) a web application. The WEB application when accessed by VPN stay loading Loading and freeze. After using Wireshark on this server that hosting the web application I could some retransmission events (image attached)

My troubleshooting steps until now:

- Create a DNAT rule on Head office and try access the same aplication by WAN address from Branch office, and the application it works as expected.

- Accessing this application over the same LAN (from Head Office)  it works as expected.

- Disable all IPS rules on Firewall Rules VPN-TO-VPN. Not effect, not working

- Change WEB application port on Hosting web server, not working

- Adding bypass stateful firewall rules on BO device and HO device the access it works as expected. (With This I supposed that there iare something on XG device that can be causing it)

All others access (SSH, CIFS, RDP, form BO to HO over this VPN it works)

Could someone has any tip for this ?

Regards

Carlos



This thread was automatically locked due to age.
Parents Reply Children
  • Hi ,

    But it does not make sense, because these events (close sessions) happen only when the traffic is filtred by Sophos.

    As I told, this does not happen when I access it by DNAT, same LAN or using bypass rules.

    But I will check pcap files generated by Sophos. 

    I have other similar case that it was migrated from v17 to v18 presenting a similar problem.

    Regards

    Carlos

  • There is something, the Client or the Server does not like about this connection. There could be multiple reasons for this. MTU Size, fragmentation etc. 

    If the packet is not the same, the application will close the connection. And you will see such errors in drop packet capture and logviewer (because the connection will be closed multiple times, thats sometimes normal, depending on the application). 

    You say, the DNAT works fine. Is the DNAT from XG (WAN to Application) ? Therefore the XG is allowing this? So the App is likely having some issues with the VPN Connection.  

  • Hi , thanks by reply.

    I appreciate the considerations.
    But only new information that make me believe that this problem is related to XG

    1 - The DNAT it works as expected, yes the DNAT is done by XG (WAN to Application).

    2 - The problem does not happen only with VPN, the problem happen with too with routing, in same device I have two network segments LAN (192.168.0.0/24) and other LAN Zone (192.168.2.0/24) each one connected in a physical port in XG device
    The same problem happen when users from LAN network 192.168.2.0/24 try access application that is running on 192.168.0.0/24
    I have tested replacing the XG device by Mikrotik (only to routing) and it works
    In XG device when creating bypass rules from network 192.168.0.0/24 to 192.168.2.0/24 and vice-versa it works


    3 - I have other similar scneario that was running V17 firmware and it was migrated to V18 and the similar behavior is happening.

    Anyway I created I pcap file to investigate.

    And I saw a lot of kind of this messages

    Any other tip for this!?

    Best regards

    Carlos

  • Its a MTU Size issue. Try to smaller the MTU Size of your VPN Client to 1400 or something like that and retry this. 

  • Hello ,

    Even with changes the problem persists.

    The problem is was fixed as suggestion of

    set ips ac_atp exception fwrules <number of the firewall rule>

    I have tested the same configs with (SFOS 18.0.2 MR-2) and this problem does not happen. it seem anything with (SFOS 18.0.3 MR-3).

    Regards,

    Carlos