码迷,mamicode.com
首页 > 其他好文 > 详细

iptables的设置

时间:2016-10-03 16:49:41      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:

一、filter表防火墙(过滤器)

 

iptables -A ( INPUT OUTPUT ) -s 192.1680.1.200 -p ( TCP UDP ICMP ) -i ( eth0 eth1 )  ( --dport --sport ) 80 -j (ACCEPT DROP)

 

二、nat表防火墙 (地址转换)

iptables -t nat -A PREROUTING ......

 


[root@tp ~]# iptables -F        清除预设表filter中的所有规则链的规则
[root@tp ~]# iptables -X        清除预设表filter中使用者自定链中的规则
 
查看filter表:
[root@tp ~]# iptables -L -n

查看本机关于NAT的设置情况

[root@tp rc.d]# iptables -t nat -L

 

 

 

 

 

 

dd

iptables的设置

标签:

原文地址:http://www.cnblogs.com/hanggegege/p/5929158.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!