首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

iptables 根本命令使用举例

2012-07-01 
iptables 基本命令使用举例一、链的基本操作1、清除所有的规则。1)清除预设表filter中所有规则链中的规则。# i

iptables 基本命令使用举例

一、链的基本操作

1、清除所有的规则。

1)清除预设表filter中所有规则链中的规则。

# iptables -F

2)清除预设表filter中Chain INPUT (policy ACCEPT)target prot opt source destination Chain FORWARD (policy ACCEPT)target prot opt source destination Chain OUTPUT (policy ACCEPT)target prot opt source destination

说明关闭了

热点排行