免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2359 | 回复: 0
打印 上一主题 下一主题

新安装的squid不能工作 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-04-18 01:33 |只看该作者 |倒序浏览
本帖最后由 nosec 于 2010-04-18 01:35 编辑

首先确认squid配置文件squid.conf是没错误的
然后ps -aux |grep squid也启动的
netstat -tnl 端口也开了
客户端telnet这个端口也可以
但是在IE下设置代理访问
或者直接http://ip:3128
确访问不到
iptables也加了将内网80转发到3128端口上
  1. Chain PREROUTING (policy ACCEPT)
  2. num  target     prot opt source               destination
  3. 1    REDIRECT   tcp  --  192.168.1.0/24       0.0.0.0/0           tcp dpt:80 redir ports 3128
复制代码
贴下部分配置文件

  1. acl all src 0.0.0.0/0.0.0.0
  2. acl testgroup src 192.168.1.0/24
  3. acl manager proto cache_object
  4. acl localhost src 127.0.0.1/255.255.255.255
  5. acl to_localhost dst 127.0.0.0/8
  6. acl SSL_ports port 443
  7. acl Safe_ports port 80          # http
  8. acl Safe_ports port 21          # ftp
  9. acl Safe_ports port 443         # https
  10. acl Safe_ports port 70          # gopher
  11. acl Safe_ports port 210         # wais
  12. acl Safe_ports port 1025-65535  # unregistered ports
  13. acl Safe_ports port 280         # http-mgmt
  14. acl Safe_ports port 488         # gss-http
  15. acl Safe_ports port 591         # filemaker
  16. acl Safe_ports port 777         # multiling http
  17. acl CONNECT method CONNECT

  18. http_access allow manager localhost
  19. http_access deny manager
  20. http_access deny manager
  21. http_access allow testgroup
  22. http_access allow localhost
  23. http_access deny all

复制代码
请教是什么问题?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP