免费注册 查看新帖 |

Chinaunix

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

[proxy] 如何阻止外部网络连接我的proxy server(iptables+squid)? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-07-25 13:10 |只看该作者 |倒序浏览
环境:iptables+squid做成透明代理,现在我用netstat -a看系统进程,老看到有这样的进程
[root@zghjght-dgdg]# netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 2**.9*.22*.6*:40322 218.30.12.59:http ESTABLISHED
tcp 0 0 2**.9*.22*.6*:34724     202.96.140.105:http   TIME_WAIT   
tcp 0 0 2**.9*.22*.6*:34717     61.188.179.245:http   TIME_WAIT   
tcp 0  0 2**.9*.22*.6*:34718     61.145.114.152:http  TIME_WAIT   
tcp 0  1 2**.9*.22*.6*:34807     192.168.1.40:http       SYN_SENT  

我在squid里已经定义了
http_port 192.168.0.1:3128
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
acl z src 192.168.0.0/255.255.255.0
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow z
http_access deny all
请问我该如何阻止外部网络连接我的proxy server?
我不大懂iptables ,能给我做条具体的规则吗?

论坛徽章:
0
2 [报告]
发表于 2003-07-28 11:55 |只看该作者

如何阻止外部网络连接我的proxy server(iptables+squid)?

使用IPTABLE 只允许内部IP使用代理既可!请查看精华!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP