Each entry in connection tracking table represents bidirectional communication. Every time packet gets associated to particular entry, packet size value (including IP header) is added to “connection-bytes” value for this entry. (in another words “connection-bytes” includes both - upload and download)
When I look at connections tab it lists up down links separately, ie:
hm..I cannot find any entries that have the same ports today. What I still see is my LAN as a source and destination even though we are behind nat (so LAN is always the source address) like so:
What is the definition of src address on MT? Isn’t it the side that started with TCP (SYN) packet? By that definition, since LAN is always initiating traffic it should always be the src.
The source address is the IP address of the device that sent the particular packet you’re looking at. In a unicast TCP virtual circuit that could be either of the two hosts involved, the destination address will be the other host.