04-07-2006 06:33 AM - edited 02-21-2020 12:49 AM
At what point does the PIX issue the 'connection built' syslog message. Example - 04 04 12:42:38 DMZPIX %PIX-6-302013: Built outbound TCP connection -668712345 for outside:xxx.xxx.xxx.xxx/1234 (xxx.xxx.xxx.xxx/1234) to inside:xxx.xxx.xxx.xxx/4514 (xxx.xxx.xxx.xxx/4514)
Is this done only after a completed TCP handshake or after an intial SYN (is this when PIX builds connection slot?)or some other citeria?
04-07-2006 06:48 AM
Syslog message 302013:
Error Message %PIX-6-302013: Built {inbound|outbound} TCP connection number for
interface_name:real_address/real_port (mapped_address/mapped_port) to
interface_name:real_address/real_port (mapped_address/mapped_port) [(user)]
Explanation A TCP connection slot between two hosts was created.
Where:
connection number is a unique identifier.
interface, real_address, real_port identify the actual sockets.
mapped_address, mapped_port identify the mapped sockets.
user is the AAA name of the user.
If inbound is specified, then the original control connection was initiated from the outside. For example, for FTP, all data transfer channels are inbound if the original control channel is inbound. If outbound is specified, then the original control connection was initiated from the inside.
Recommended Action None required.
sincerely
Patrick
04-20-2006 10:52 AM
Thank you for the info Patrick, but that does entirely answer the question. Does the PIX create a connection slot upon seeing the intial SYN for the TCP handshake or is there other criteria.
Thanks you.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide