-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello sir!
On Mon, 21 Feb 2000, Kashif Sherjeel wrote:
> Can anyone help me in configuring a squid server. I set up a squid cache
> server and tried to access it using Windows client. but when I try to do
> that I get a message of "Access Denied". Please tell me what should I
> do.
The default installation of Squid under Red Hat is configured not to allow
any outside access to your Squid cache. This was done for security
reasons. If you would like to access Squid from other clients, edit your
/etc/squid/squid.conf file (as root), and make the following changes
(look for "ACCESS CONTROLS" as you will be making changes here):
First, you will need to create an "acl" (access control list) for the
class A/B/C/D address(es) you wish to allow access for. For example, if I
wish to allow my "LeetNet" 205.100.100.* class C access, as well as giving
access to my "haxor" buddy who uses 123.234.011.13 as well as
123.234.011.14, I could create an acl for them:
acl leetnet 205.100.100.0/205.100.100.0
acl haxor 123.234.011.13/123.234.011.14
Then, a little lower (under the "INSERT YOUR OWN RULE(S)..." line), I
would then add:
http_access allow leetnet
http_access allow haxor
After you have saved your changes, you will need to restart Squid (type
/etc/rc.d/init.d/squid restart) in order for the changes to take effect.
Cheers...
- --------------< LINUX: The choice of a GNU generation. >--------------
Steve Frampton <[EMAIL PROTECTED]> Japan Communications, Inc.
Software Developer/Systems Administrator http://www.j-com.co.jp/
GNU Privacy Guard ID: D055EBC5 (see http://www.gnupg.org for details)
GNU-PG Fingerprint: EEFB F03D 29B6 07E8 AF73 EF6A 9A72 F1F5 D055 EBC5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.0 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE4sMQamnLx9dBV68URArojAJ9+Rzj/iTxL9bEtsslEql/NJHriJACgh7GR
Gux6ph3lSpjaPwU0CgwIAHQ=
=iVNF
-----END PGP SIGNATURE-----
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.