Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access control by mac address

Status
Not open for further replies.

Bizounett

IS-IT--Management
Nov 25, 2008
62
0
0
CA
Hi,

I'm looking for to see if is possible to block the time per day each mac address can go on the internet ? I saw that some cheap router like Buffalo did, but I have a 2610 for principal router.

Thanks
 
I don't know about that one - there are application-level content-filtering devices (eg, ContentKeeper, WebSense, etc..) that do that by user.

What you can do on a router is have access lists that only operate during certain times.

eg
time-range work_day
periodic weekdays 8:00 to 18:00
!
ip access-list extended block_internet
deny tcp any any eq http time-range work_day
 
Thanks for the answer, but I want more. I will check for a cheap router model.

Bizz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top