This document describes the format of /proc/net/ip_conntrack
as of Linux 2.4.17, and
possibly earlier versions.
- Protocol name.
- Protocol number. (6 = TCP. 17 = UDP.)
- Seconds until this entry expires.
- TCP only: TCP connection state.
- Source address of “original”-side packets (packets from the side that initiated the connection).
- Destination address of original-side packets.
- Source port of original-side packets.
- Destination port of original-side packets.
- “
[UNREPLIED]
”, if this connection has not seen traffic in both directions. Otherwise not present. - Source address of “reply”-side packets (packets from the side that received the connection).
- Destination address of reply-side packets.
- Source port of reply-side packets.
- Destination port of reply-side packets.
- “
[ASSURED]
”, if this connection has seen traffic in both directions (for UDP) or an ACK in an ESTABLISHED connection (for TCP). Otherwise not present. - Use count of this connection structure.