免费注册 查看新帖 |

Chinaunix

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

[proxy] squid代理用不了flashget? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-01-27 12:00 |只看该作者 |倒序浏览
squid做的代理对高级用户(即未做限制的用户)为什么用不了flashget,讯雷等下再工具,只是可以目标另存为下载,急,请教,谢谢

论坛徽章:
0
2 [报告]
发表于 2007-01-27 12:59 |只看该作者
自己看了一下,修改deny all为allow all,那么旧可以下载了,但是在这样是不好的.而且经常有的网站无法登陆,还要在safeports中添加一句allow ports,是不是不好,有没有可以使想上的网站都可以上的呢?即使我不知道他的连接端口

论坛徽章:
1
技术图书徽章
日期:2013-12-05 23:25:45
3 [报告]
发表于 2007-01-29 15:20 |只看该作者
原帖由 leasle911 于 2007-1-27 12:59 发表
自己看了一下,修改deny all为allow all,那么旧可以下载了,但是在这样是不好的.而且经常有的网站无法登陆,还要在safeports中添加一句allow ports,是不是不好,有没有可以使想上的网站都可以上的呢?即使我 ...


那需要做透明网关,而不是代理。

论坛徽章:
0
4 [报告]
发表于 2007-01-30 14:42 |只看该作者
先谢谢,我没有做iptables的,直接使用的squid代理,一块网卡,主机属于内网.
设置代理后,上网下载的时候,是有的可以下载,有的不可以下载,可以上bt.btchina.net,却上不了bt1.btchina.net,用web讯雷时,也是一样的。个人感觉好象是主页都可以上,而那些镜象或是要连接的服务器就不可以上,谢谢,就算是我allow all都一个样

[ 本帖最后由 leasle911 于 2007-1-30 18:09 编辑 ]

论坛徽章:
0
5 [报告]
发表于 2007-01-30 18:08 |只看该作者
visible_hostname Linux
http_port 192.168.0.1:3128
cache_effective_user squid
cache_effective_group squid
cache_mem 32 MB
cache_swap_low 90
cache_swap_high 95
maximum_object_size 4096 KB
maximum_object_size_in_memory 8 KB
ipcache_size                    1024
ipcache_low                     90
ipcache_high                    95
fqdncache_size                  1024
cache_dir ufs /usr/local/squid/cache 100 16 256
hierarchy_stoplist cgi-bin ?
hierarchy_stoplist -i ^https:\\ ?
#cache_store_log none
#cache_log /dev/null
#cache_access_log none
acl QUERY urlpath_regex -i cgi-bin \? \.asp \.php \.jsp \.cgi
acl denyssl urlpath_regex -i ^https:\\
no_cache deny QUERY
no_cache deny denyssl
#logfile_rotate 30

cache_access_log /usr/local/squid/var/logs/access.log
cache_log /usr/local/squid/var/logs/cache.log
cache_store_log /usr/local/squid/var/logs/store.lo
pid_filename /usr/local/squid/var/logs/squid.pid
#acl all src 0.0.0.0/0.0.0.0
#acl manager proto cache_object

#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

#用户分类
acl advance arp 04:0A:61:B3:0D:A3
acl LanUser src 192.168.0.2-192.168.0.50/32
#行为分类
acl download urlpath_regex -i \.mp3$ \.rmvb$ \.rm$ \.exe$
acl worktime time SMTWHFA 8:30-19:00

acl localhost src 127.0.0.1/255.255.255.255
acl all src 0.0.0.0/0.0.0.0


#具体规则
http_access allow advance
http_access allow localhost
http_access deny download worktime
http_access allow LanUser
http_access deny all
差不多这个样子了,其它的就略去了,可以用flashget和讯累下载直接,比如用"摆渡"搜索出来的mp3.但是当使用web讯雷下电影时就有的可以有的不可以,上不了bt1.btchina.net,总之,不知道是什么原因了,我的环境如我上一楼的贴子,代理服务器用192.168.0.250的网关,其他被代理的电脑用192.168.0.220的网关,哎,先下班吧,谢谢大家帮忙看看,squid应该是没有问题的,都重新装,编译,重写过n次了.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP