|
|
我装RH9的时候没有选上自带的SQUID,就到网上下了squid-3.0-PRE3.tar.bz2,解压安装
#./configure --prefix=/usr/local/squid --enable-linux-netfilter
#make
#make install
然后就改squid.conf
其中就有加上了以下支持透明代理的句子,
.....
http_port 3128
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
保存后初始化,./squid -z
就出现
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
这些句子un****,表示出错,(因为服务器不在这里,我没有全部贴出),但能初始成功,并且ADSL双网卡客户机也能上网,
想请问一下各位朋友,是不是透明代理没有成功??只是单单用NAT上网,没有发挥绶存代理的功能???有什么方法可以解决这些出错的问题??? |
|