免费注册 查看新帖 |

Chinaunix

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

[proxy] 用iptables的命令,怎么实现下面的功能,高手进来。 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-08-31 14:10 |只看该作者 |倒序浏览
[root@longyu rc.d]# iptables -t filter -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
RH-Firewall-1-INPUT  all  --  anywhere             anywhere

(对于lo eth0 eth1 在input链上的活动都可以接受)

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
RH-Firewall-1-INPUT  all  --  anywhere             anywhere

(对于lo eth0 eth1 在FORWARD 链上的活动都可以接受)

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

(对于lo eth0 eth1 在OUTPUT链上的活动都可以接受)

Chain RH-Firewall-1-INPUT (2 references)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere
ACCEPT     icmp --  anywhere             anywhere           icmp any
ACCEPT     ipv6-crypt--  anywhere             anywhere
ACCEPT     ipv6-auth--  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere           state RELATED,ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere           state NEW tcp dpt:ssh
ACCEPT     tcp  --  anywhere             anywhere           state NEW tcp dpt:telnet
ACCEPT     tcp  --  anywhere             anywhere           state NEW tcp dpt:smtp
ACCEPT     tcp  --  anywhere             anywhere           state NEW tcp dpt:http
ACCEPT     tcp  --  anywhere             anywhere           state NEW tcp dpt:ftp
REJECT     all  --  anywhere             anywhere           reject-with icmp-host-prohibited
这是的as3.0linux的规则,我想通过在firewall文件中实现开ssh, telnet,smtp,http,ftp, 内网和外网都能ping我的linux主机, 还要有state NEW 和state RELATED,ESTABLISHED和功能,我看了这是防火墙新建了一个链,有的地方我看不明白图中红字是我的理解不知是对不对
请iptables的高手给出具体的语法,我是想把input output forward都drop了然后用到什么服务就开什么服务,比如说ssh, ftp, www, telnet, stmp,等.
我的网络环境是一个服务器,双网卡,eth0 接公网IP(x.x.x.x), eth1接局域网(192.168.0.1) 局域网ip为192.168.0.0/24 .
以上的ssh,ftp,www,telnet,stmp等服务器在linux上,在局域网上也有ssh,ftp,www,telnet,stmp等服务器,小弟是用iptables+squid 上网.  

论坛徽章:
0
2 [报告]
发表于 2004-09-17 10:20 |只看该作者

用iptables的命令,怎么实现下面的功能,高手进来。

我看不懂

论坛徽章:
0
3 [报告]
发表于 2004-09-17 11:45 |只看该作者

用iptables的命令,怎么实现下面的功能,高手进来。

你说的那个  "用到什么服务就开什么服务"

直接在input链里修改就好了啊

为什么要新开一个链呢?

论坛徽章:
0
4 [报告]
发表于 2004-09-17 17:14 |只看该作者

用iptables的命令,怎么实现下面的功能,高手进来。

我觉得你疯了,贴的谁看的懂?怎么帮你看!!!

论坛徽章:
0
5 [报告]
发表于 2004-09-18 09:31 |只看该作者

用iptables的命令,怎么实现下面的功能,高手进来。

iptables  -P FORWARD  DROP
iptables  -P INPUT  DROP
iptables  -P OUTPUT  DROP
iptables -A INPUT -p icmp -j ACCEPT
iptables -FORWARD INPUT -p icmp -j ACCEPT
iptables -A OUTPUT -p icmp -j ACCEPT
这样设置也很累啊。你再照样试试吧。

论坛徽章:
0
6 [报告]
发表于 2004-09-19 04:05 |只看该作者

用iptables的命令,怎么实现下面的功能,高手进来。

我是看不懂的
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP