Entry Level Routers cannot do it.Originally posted by: AmaruI want to limit how much a user can download in a day, for example.
Originally posted by: Cloud Strife
I think the Linksys WRT54G with 3rd party firmware can do this.
Windows 2003 with ISA would.Originally posted by: spidey07
best bet would be some kind of proxy server that authenticates people.
one would assume microsoft ISA or squid could do this.
Originally posted by: spidey07
makes sense...that's what a proxy does.
Routers/firewalls rarely get involved with tracking users and their usage. Notice I said user, not IP address. If they do they normally use a protocol to offload this tracking to a server. Same as you offload virus scrubbing of internet traffic.
But the approach of a authenticated proxy is the best option IMHO. You limit usage by account/username so no matter what computer they're using they're tracked.
Originally posted by: Cloud Strife
Originally posted by: spidey07
makes sense...that's what a proxy does.
Routers/firewalls rarely get involved with tracking users and their usage. Notice I said user, not IP address. If they do they normally use a protocol to offload this tracking to a server. Same as you offload virus scrubbing of internet traffic.
But the approach of a authenticated proxy is the best option IMHO. You limit usage by account/username so no matter what computer they're using they're tracked.
That means he'll have to set up an Active Directory if he's going with the Windows route.
What's the Linux version name of Active Directory?