Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Fawad,Explaining the output of show conn : TCP OUTSIDE a.b.c.d:80 INSIDE w.x.y.z:8942 idle 0:00:17 Bytes 1908 FLAGS - sXThe inside host w.x.y.z is awaiting a SYN from the outside ip a.b.c.dSo every TCP connection contains 2 SYN and 2 ACK. "s" is t...
Hi Shiv,"Ip verify reverse path" checks two things:1. is a route present for that specific source?2. is the packet comming on the right interface?I would suggest to check the routing to exclude possible assymetic routing issues. If everything looks ...