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 configuration does not permit local network traffic to use
the cache. Take a look at /etc/squid/squid.conf in the section where
ACLs are defined. You'll have to define an ACL for your local network:

  acl LOCALNET src 10.1.0.192/255.255.255.192

(substituting, of course, *your* local network IP range) and then
permit it to use the cache:
  .
  . other rules here
  .
  http_access allow LOCALNET
  http_access allow localhost
  http_access deny all

Where to make these changes should be fairly clear from context.

--
 John Hardin KA7OHZ   ICQ#15735746   http://www.wolfenet.com/~jhardin/
 [EMAIL PROTECTED]      pgpk -a finger://gonzo.wolfenet.com/jhardin
  768: 0x41EA94F5 - A3 0C 5B C2 EF 0D 2C E5  E9 BF C8 33 A7 A9 CE 76 
 1024: 0xB8732E79 - 2D8C 34F4 6411 F507 136C  AF76 D822 E6E6 B873 2E79
-----------------------------------------------------------------------
   41 days until Daylight Savings Time begins


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to