免费注册 查看新帖 |

Chinaunix

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

为什么我的squid的log纪录显示是网段,而不是内网ip? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-06-02 19:42 |只看该作者 |倒序浏览
现象:
1、我的squid log摘录:
   见附件贴图。
2、我的squid.conf摘录:
client_netmask 255.255.255.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 to_localhost dst 127.0.0.0/8
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 all
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl our_networks src 192.168.98.0/24
http_access allow our_networks
http_access deny all

问题:
为什么我的squid的log纪录显示是网段,而不是ip内网ip?
另外,怎么样为什么log纪录不是显示的时间?有什么工具能使生成的log中的时间更直观些?

谢谢!

[ 本帖最后由 mdiane 于 2006-6-2 20:41 编辑 ]

Untitled-1 copy.gif (7.34 KB, 下载次数: 34)

Untitled-1 copy.gif

论坛徽章:
0
2 [报告]
发表于 2006-06-08 09:31 |只看该作者
squid 里面设置
client_netmask 255.255.255.255
emulate_httpd_log on

[ 本帖最后由 tqbhit 于 2006-6-8 18:10 编辑 ]
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP