Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to restrict?

0 views
Skip to first unread message

Arslan Ghani

unread,
Dec 29, 1999, 3:00:00 AM12/29/99
to squid...@ircache.net

Hi all !


I'm working for an ISP and I've been told by my senior that anyone
can use our proxy server and thus choke our bandwidth by just putting the
Proxy address ...

How can I restrict the usage of proxy to our customers only.. What
parameters should I change in squid.conf file ??......


Regards......

AG......

____________________________________________________________________
Get free email and a permanent address at http://www.amexmail.com/?A=1


Ahsan Khan

unread,
Dec 29, 1999, 3:00:00 AM12/29/99
to Arslan Ghani, squid...@ircache.net
ok its very easy .. see below and modify as u r settings..

acl all src 0.0.0.0/0.0.0.0
acl public src 209.58.78.10/255.255.255.0
acl one src 209.58.78.255/255.255.255.0

http_access allow localhost
http_access allow one
http_access deny all

ok up there i have define some acl and gave them my network class, and down
i just allow these acl. u have to do same with miss access and also
icp_access and then no one can use u r squid except that network u have
define,,.

With Regards
Ahsan Khan
Sr. System Admin
Internet Division (OneNet)
Sun Communication Pvt. Ltd.
http://www.one.net.pk

0 new messages