标签: mark
iptables命令
2020年2月16日
1 iptables 基本语法格式
1 2 3 4 5 | iptables [-t table] # 指定表名,如filter,nat,mangle,raw command # 对链操作命令 [chain] # 链名,如PREROUTING、INPUT、FORWARD、OUTPUT、POSTROUTING [rules] # 规则,包是否匹配该条规则 [-j target] # 符合规则的数据包采取什么动作 |
用法: […]
近期评论