
ClearOS: squid with VLANS
if you switch on web proxy in ClearOS and have multiple networks (subnets) on your LAN remember to make following changes to your /etc/squid/squid.conf
in the squid file either find the following section
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
# Example rule allowing access from your local networks. Adapt
# to list your (internal) IP networks from where browsing should
# be allowed
#acl our_networks src 192.168.1.0/24 192.168.2.0/24
#http_access allow our_networks
or anywhere make entriesas follows:
acl our_networks src 192.168.1.0/24 192.168.2.0/24
http_access allow our_networks