Hello @idants, thanks for the reply. in our case I think it is a differente problem. just FYI In our case the problem is not similar to what you describe. In vpn tu tlist we can see:
+-----------------------------------------+-----------------------+---------------------+
| Peer: Peer_IP - Peer_Name | MSA: ffffc9005ee299e0 | i: 0 ref: 10 |
| Methods: ESP Tunnel PFS AES-256 SHA256..| | i: 1 ref: 8 |
| My TS: Local_Domain | | |
| Peer TS: Remote_Domain | | |
| MSPI: 15 (i: 0, p: 0) | Out SPI: 990e0f27 | |
| Tunnel created: Aug 10 17:33:58 | | |
| Tunnel expiration: Aug 11 17:33:58 | | |
Check we have Out SPI: 990e0f27. But the tunnel is down, when we look for this peer using vpn tu, nothing appears so it is not possible to delete it from there. The tunnel does not appear on smartview.
doing a tcpdump we can see that CheckPoint gateway is trying to use that SPI.
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on bond2.73, link-type EN10MB (Ethernet), capture size 262144 bytes
11:22:48.296561 IP My_PublicIP > Peer_PublicIP: ESP(spi=0x990e0f27,seq=0xa799c), length 104
11:22:49.148963 IP My_PublicIP > Peer_PublicIP: ESP(spi=0x990e0f27,seq=0xa799d), length 104
11:22:49.298097 IP My_PublicIP > Peer_PublicIP: ESP(spi=0x990e0f27,seq=0xa799e), length 104
As this phase two SA is not present on the peer they reject our ESP traffic:
ESP request discarded from My_PublicIP.
The SPI expires today, so i will check if it is deteted at that time.
Regards