I am trying to find a home network solution that will allow me to:
a) Track and collect various in/out data like bandwidth
b) Track what websites are being visited from the network (basically an http log)
I have a D-Link Router, and 8 computers. All the computers are running Windows XP but I don't think that matters.
Anyone got any ideas?
If you're trying to get information from a switched network that's going to be difficult. Basically there are three options...
- Put monitoring software on each individual computer.
- Put a computer between your router and the WAN which passes everything through while logging it.
- Get a router with that kind of logging capability.
I am pretty sure if you are good with some flavor of Linux or BSD you could create a computer with two NICs that sits between your router and the WAN and logs traffic that goes through it. The computer can also act as a firewall or a server of some kind. I have never done this myself, but I know it's a fairly common thing for
people geeks to do on their home networks.