Author: Roman Serbski
Date: 16-10-00 12:54
Good day everybody!
Need help in transparent proxy configuration.
I use FreeBSD 3.4-RELEASE, Squid/2.2.STABLE5 (using 3128 port),I also installed ipfw with standard set of rules.
I forward all incoming (from my LAN) HTTP requests to proxy port 3128:
ipfw add 40 fwd xxx.xxx.xxx.xxx,3128 tcp from xxx.xxx.xxx.0/24 to 0.0.0.0/0 80
Everything works fine, but there is one problem. Users from my LAN do not have access to all local web sites - squid returns Access Denied. If they turn off "Using proxy server" in browser - everything is ok, access is granted.
Where is my mistake? Should I forward incoming packets to 80 port for each local webserver or I messed something in squid.conf configuration???
Looking forward to hear any suggeston.
Thank you and good luck!
Regards,
Roman
|
|