免费注册 查看新帖 |

Chinaunix

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

看一下我的squid.conf ??? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-04-27 15:48 |只看该作者 |倒序浏览
原码安装,configure --prefix=/var/squid
--sysconfdir=/etc
--enable-arp-acl
--enable-linux-netfilter
--enable-pthreads
--enable-err-language="Simplify_Chinese"
--enable-storeio=ufs,null
--enable-default-err-language="Simplify_Chinese"
--enable-auth="basic"
--enable-baisc-auth-helpers="NCSA"
--enable-underscore  


http_port 10.74.100.36:3128

visible_hostname www.jslib.org.cn

cache_mgr pwj4053@etang.com

cache_mem 32 MB

cache_dir ufs /var/spool/squid 100 16 256

cache_effective_user squid
cache_effective_group squid

#支持透明代理

#httpd_accel_host virtual

#httpd_accel_port 80

#httpd_accel_with_proxy on

#httpd_accel_uses_host_header on


acl all src 0.0.0.0/0.0.0.0

#acl denyurl url_regex "/etc/squid/denyurl.txt"

acl allowedmac arp "/etc/squid/maclist.txt"


#http_access deny denyurl

http_access allow allowedmac
http_access deny all

现在allowedmac组访问不了网络。不知何故?

论坛徽章:
0
2 [报告]
发表于 2004-04-27 16:12 |只看该作者

看一下我的squid.conf ???

去掉这个试试
http_access deny all

论坛徽章:
0
3 [报告]
发表于 2004-04-27 16:21 |只看该作者

看一下我的squid.conf ???

没有用
但 http_access deny all 改为 http_access alllow all就可以了。但我访问控制规则就没用了

论坛徽章:
0
4 [报告]
发表于 2004-04-27 23:54 |只看该作者

看一下我的squid.conf ???

try allow one of the mac addr first,

acl allowedmac arp 00:01:00:01:00:01
http_access allow allowedmac

if this setting work, it means something to do with "/etc/squid/maclist.txt"

论坛徽章:
0
5 [报告]
发表于 2004-04-28 10:06 |只看该作者

看一下我的squid.conf ???

try allow one of the mac addr first,

acl allowedmac arp 00:01:00:01:00:01
http_access allow allowedmac
如此也没用,难道 arp参数没用
有没有人用过arp?

论坛徽章:
0
6 [报告]
发表于 2004-04-28 10:33 |只看该作者

看一下我的squid.conf ???

yes, it should be your arp setting doesn't work.
i used arp in linux squid before, it work fine.

论坛徽章:
0
7 [报告]
发表于 2004-04-28 12:00 |只看该作者

看一下我的squid.conf ???

你的configure 配置?
用squid -v 显示

论坛徽章:
0
8 [报告]
发表于 2004-04-28 13:14 |只看该作者

看一下我的squid.conf ???

sorry, it is my customer machine, i was configure for them with using mac address access list

论坛徽章:
0
9 [报告]
发表于 2004-04-28 13:46 |只看该作者

看一下我的squid.conf ???

谢了,其他群众代表给个办法?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP