3
請問各位先進:
小弟的環境是freebsd4.10+squid2.4,安裝好後,可以利用
/usr/local/etc/rc.d/squid.sh start啟動,可以看到兩個程序
1./usr/local/sbin/squid -D
2.(squid) -D (squid)
我的設定檔內容為
http_port 8080
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
acl lan src 61.222.152.198/255.255.255.255
acl lan1 src 10.144.0.0/255.255.0.0
acl lan2 src 192.168.0.0/255.255.0.0
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
http_access allow manager localhost
http_access allow lan
http_access allow lan1
http_access allow lan2
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny all !lan !lan1 !lan2
icp_access allow all
可是,在CLIENT中BROWER是IE,在INTERNET選項中,有設定使用PROXY伺服器,HTTP://10.144.188.254/透過8080出去,
但是Squid的log中都沒有記錄,一但利用firewall把80埠擋起來後,也沒有辦法透過squid出去?
不知道是那裏設定有錯?
請各位先進指導!
感謝