|
红帽9。0下做了squid~客户机上不了网~
以下是我的CONF文件!大家帮我看看~谢谢~
本来是我做二级代理上网~
直接用ADSL上网也客户机也不行~本机直接可以上网~
本机IP:172。18。99。180、255。255。0。0
http_port 3128
cache_mem 128 MB
maximum_object_size 4096 KB
cache_dir ufs /var/spool/squid 1000 16 256
cache_swap_low 90
cache_swap_high 95
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
#cache_store_log /var/log/squid/store.log
dns_nameservers 202.96.134.133
acl all src 0.0.0.0/0.0.0.0
acl allow_ip src 172.18.0.0/255.255.0.0
acl locel src 172.18.0.143/255.255.255.255
http_access allow locel
http_access allow allow_ip
#dns_testnames internic.net usc.edu cs.colorado.edu mit.edu yale.edu
cache_effective_user squid squid
visible_hostname HZFTP
#cache_peer 172.18.0.1 parent 3128 0 no-query no-delay proxy-only
#never_direct allow all |
|