• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Specific Logging on Linux Router?

Vertimus

Banned
I have a linux box running as a router on my network, so that every single packet between my network and the internet goes through that router.

I would like to log all the URLs accessed by the client computers. If I filter all the packets with the destination port 80 and log them somewhere, I still need a way to go through the packet and find the URL. Is there a easy way for me to do this?

Also, I have AOL/Oscar clients running on many different computers, and I find it bothersome to combine the log files every once in a while. Is there an easy way to log the messages directly from the router?

Thanks
 
I'm not an expert on this sort of thing, but it sounds like you want a proxy of some sort. That'll log all your requests. If you set up a transparent proxy, no client machine configuration is required.
 
Back
Top