List Squid's internal ip:port to external ip:port mapping table
Posted
by joshperry
on Server Fault
See other posts from Server Fault
or by joshperry
Published on 2010-04-13T21:41:33Z
Indexed on
2010/04/13
21:43 UTC
Read the original article
Hit count: 305
squid
I'm assuming that squid keeps a list of internal ip:port that a request is made on and the matching external ip:port that the request is fulfilled with.
In the case of a long transfer, such as a file download, it would be nice to be able to see which internal ip:port is downloading the file.
I am able to see the traffic and get the external ip:port that squid is using easily with tcpdump or iptraf but I can't find a way to map this back to an internal ip:port.
© Server Fault or respective owner