I'm running RRAS, DHCP, and DNS servers on my Windows Server 2008 box, and it's current purpose is being a NAT firewall and router.
I would like to be able to have the server email me a log, daily, of outgoing and incoming network traffic. I know this can balloon to be huge, but this has to be done for legal purposes. I've seen people do this by attaching to an event, but I'm not sure if there's an event fired when a new day begins (as in returns to 0100 hours).
I might be using the wrong terminology, so this is basically what I'd be looking for
{Timestamp} {local IP address} connected to {External host or IP}.
It doesn't need to be strictly this format, but the information I require, at the least, is a timestamp, the local ip making the connection, and the external host or ip it established a connection to.
This is a server at a fraternity, and the legal matter is notices from our ISP (Comcast) about notifications received from copyright holders on infringement of copyright. In these letters, the information they give is timestamp, torrent tracker, peer IP they connected to and our WAN IP at the time. Some hash information is also shown. We need to keep a log of Internet traffic so, in the event of actual legal action being pursued, we can show which person performed the infringement. If we can't do this, then the organization will need to take the hit.