Re: [squid-users] Stoping messaging through Squid

From: Kancha . <kancha2np@dont-contact.us>
Date: Mon, 11 Feb 2002 08:04:21 -0800 (PST)

Yes you can block msn chat through squid, but you also
need a firewall like ipchains or iptables. You need to
block the following sites through squid using acl

acl MSNGW url_regex -i
^http://gateway.messenger.hotmail.com
acl MSNGW1 dstdomain gateway.messenger.hotmail.com
acl MSNGW2 url_regex -i
^http://login.gateway.hotmail.com
acl MSNGW3 dstdomain login.gateway.hotmail.comacl
MSNC1 dst 64.4.13.171
acl MSNC2 dst 64.4.13.172
acl MSNC3 dst 64.4.13.173
acl MSNC4 dst 64.4.13.174
acl MSNC5 dst 64.4.13.175
acl MSNC6 dst 64.4.13.176
acl MSNC7 dst 64.4.13.177
acl MSNC8 dst 64.4.13.178
acl MSNC9 dst 64.4.13.179
acl MSNC10 dst 64.4.13.180

then use http_access to deny these acls.

You also need to block port 1863 using firewall.

make sure that users can't by pass your proxy.

>
>
> > Deshwal Chand wrote:
> >
> >
> > Dear All,
> >
> > I have a nice problem at hands.
> >
> > I want my users to browse the internet through
> SQUID, using HTTP
> >
> > Simultaneously, I don't want my users to do
> MESSAGING or CHATTING on
> > some standard sites like MSN, Yahoo messanger etc.
> >
> > Please help!
>
> Squid , won't help you with these problems.
> It is a http proxy only as your stating.
>
> You will need some firewall tools, or commercial
> Firewall software (including hardware) to
> accomplish your needs.
>
> Marc.

__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
Received on Mon Feb 11 2002 - 09:04:23 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:06:13 MST