Hi,
I'm trying to figure how to perform this:
-I want to log the internet access traffic by private IPs (NAT) but I don't want to log all the tcp connections (eg syn status), udp packets, etc.. with a simple ip firewall rule.
I want to keep the log file as small as possible, I only need to log the destination ip (doesn't matter the ports) so for example a web request to a site may have tens of tcp connections (html, images, etc..) but I only want to log 1 entry for the host. Also time resolution is not of much importance.
Is there a way to perform this?
Thanks!
Antonio