![]() Topic awaiting preservation: Blocking site : AKA Web Monitoring for the company (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: there...no..there..... |
![]() Was needing some software (or other alternative) to block users from going to certain sites. |
Paranoid (IV) Inmate From: Florida |
![]() To what end? |
Maniac (V) Inmate From: there...no..there..... |
![]() It would be nice to just block stuff on websites according to a time that was spent on it. Just have a lot of people checking personal email, online bill pay, general surfing. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
![]() easiest way is to block port 80 on your outgoing firewall and install a proxy server like squid, and add those sites to it's ban list. |
Maniac (V) Inmate From: there...no..there..... |
![]() quote:
|
Maniac (V) Mad Scientist From: :morF |
![]() It will, but what will then happen is the Squid proxy will pickup al transmissions bound for port 80 and reroute them, usually through port 8080. It will also filter requests by URL and allow you to ban sites fro mbeing accessed. The reason you block port 80 at the firewall is to prevent your users from trying to get around Squid by forcing transmissions out through port 80. |
Maniac (V) Inmate From: there...no..there..... |
![]() thanks for the info. I have never heard of squid I don't think which is what confused me. It looks like Squid is for Linux. This is a windows server so i guess i just need to find a proxy server for Windows? |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
![]() we run Web Sense at work to protect our precious bandwidth. |
Maniac (V) Mad Scientist From: :morF |
![]() WebSense... works... although if you do as my University does with it and just simply download the latest block of WebSense bans without actually reviewing them... |
Maniac (V) Inmate From: there...no..there..... |
![]() well I'm gonna try to talk them into just blocking port 80 via the router and then use WinProxy to open certain sites. Seems to be the easiest and most fool proof (to me anyway) |