IF i use active directory for users to log in my domain and that server is the DHCP server. Can i then see how much user is downloading from internet
|
What ErikA said. Also, if you're only worried about internet traffic, try installing a proxy server (it can be transparent, so appears to work the same as a normal NAT box) and setting your DHCP server to point to it as a gateway. Something like Squid, or ISA (if you have the budget) will give you reporting on which IPs (or users) have use how much traffic, where it went, and when it was used. A software solution like PFSense with the Squid proxy and LightSquid reporting plugins would be perfect, easy to set up and deploy. |
|||||||||||
|
|
Others have suggested pfSense, and there's nothing wrong with pfSense, but almost any enterprise class gateway these days has the ability to link to an AD and work as a proxy. You can even apply different rules to different AD users or groups. |
|||||
|
|
Short answer: No. For that type of information, you'll need to either do some sort of accounting on the user's workstation or (more likely) your router/gateway. Depending on the capabilities of your switchgear, you can use SNMP to poll interface in/out data from your switches. Of course this assumes that you know what port each user is connected to. Also - Active Directory nor DHCP really have anything to do with this. Once your clients get their lease from the DHCP server, its job is done. It has nothing to do with network traffic from that point on. |
|||
|
|