Description

In this situation, we have a IPsec VPN tunnel with IKE & IPsec security associations full and active, both peers can ping each other via normal traffic but no traffic is flowing through the established VPN tunnel.

In the VPN statistics we're able to see the ping attempts inside the VPN and "encrypted packets" but they're not reaching the peer, so no response is given and they time out.

For this situation, there was no NAT device after the SRX.

Symptoms

  • IKE and IPsec security associations are established working correctly.
  • Can ping peer normally but not through VPN tunnel.
  • Configuration is correctly set to work.
  • Encrypted packets amount increases with each ping in the VPN tunnel.
  • No NAT device is after the SRX.
  • Flow traceoptions shows the packets are being accepted and sent outside.

Solution

In the configuration for IPsec, we see the "not-nat-traversal" command set.

Removing this command fixed the issue matching these symptoms.

Modification History

2024-01-16 : Article Created