- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-01-2020 09:23 AM
Hi Experts,
we have a lot (I mean a LOT :-)) of non-syn-tcp traffic on our PA5220 cluster. The PA is in an enterprise company.
Are we sure that the non-syn-tcp means that there is an asymmetric flow? Let me give you an example:
1) Host A sends a SYN to Host B passing through PA
2) PA recognize it properly and establish a sessione in its session table
3) Host B receive that SYN and start the standard comunication.
Host A has its timeout idle session at 3 hours;
Host B has its timeout idle session at 3 hours;
Palo Alto has ita timeoute idle TCP session at 1 hour.
After 1.5 hour the host A send a TCP Keep-Alive but on the PA the the session doesn't exist anymore... the timeout was expired.
So, that flow will be recognized as non-syn-tcp. But it is not an Asymmetric Flow.
Anyway, do you know if there is some other situation where the non-syn-tcp not mean Asymmetric Routing?
Bye!
12-01-2020 02:43 PM
Hello there!
I think you explained the only 2 examples that I could think of.
But I also do not think any keep-alive after the 3600 sec would keep a flow open, when the session itself is closed, the application/connection would drop.
So are you saying that things are working fine, and you see a bunch of keep alives, or are you saying that the connection is dropped at the 1.5 hour mark, because there is no more session for the FW to inspect?
Thanks
12-01-2020 03:51 PM
Well non-syn-tcp means the firewall is receiving 'first' packets (ones that don't belong to an existing flow) that are not SYN, so there has not been a proper TCP handshake
this does not mean traffic is asymmetrical, asymmetric routing is just one of the more common causes that the firewall is receiving ACK packets where no session exists
In your further example this is highlighted: session is torn down before either side is actually done talking, causing the firewall to receive an ACK packet for a non-existent session
This can be solved by editing the application and increasing the lifetime and idle timers to correspond with the expected time between keepalives
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!