Squid issue

Issues related to configuring your network
Post Reply
joselet
Posts: 2
Joined: 2017/08/18 17:07:11

Squid issue

Post by joselet » 2017/08/28 16:32:03

I had configured a squid proxy server and added acl for the client. But when access through the browser it blocks all sites. I tried many times. Please help.

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: Squid issue

Post by avij » 2017/08/28 17:34:30

I have something similar to this in my own setup:

Code: Select all

acl localnet src 192.0.2.0/24

[...]

# Example rule allowing access from your local networks.
# Adapt localnet in the ACL section to list your (internal) IP networks
# from where browsing should be allowed
http_access allow localnet
http_access allow localhost

# And finally deny all other access to this proxy
http_access deny all

Post Reply