Hello all,
I have a linux box with SUSE, 2 networks cards one go to my LAN and the second to Internet, i am trying to get up SQUID but when i want to tested from my lan to get access internet i got an ACCESS DENY message.
I have tried many configurations but don't work.
I don't know if i am making some mistake.
This is the acl that i have:
# 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 10.156.0.0/255.255.0.0
http_access allow our_networks
# And finally deny all other access to this proxy
http_access deny all
I will appreciate your orientation,
Thanks in advance.
I have a linux box with SUSE, 2 networks cards one go to my LAN and the second to Internet, i am trying to get up SQUID but when i want to tested from my lan to get access internet i got an ACCESS DENY message.
I have tried many configurations but don't work.
I don't know if i am making some mistake.
This is the acl that i have:
# 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 10.156.0.0/255.255.0.0
http_access allow our_networks
# And finally deny all other access to this proxy
http_access deny all
I will appreciate your orientation,
Thanks in advance.