0%

iptables总结

一. Overview#

iptables

iptables-overview2

iptables-overview3

二. 规则#

iptables-rule

1
iptables -t 表名 <-A/I/D/R> 规则链名 [规则号] <-i/o 网卡名> -p 协议名 <-s 源IP/源子网> --sport 源端口 <-d 目标IP/目标子网> --dport 目标端口 -j 动作

参考:#

  1. 理解 Istio Service Mesh 中 Envoy 代理 Sidecar 注入及流量劫持
  2. iptables
  3. iptables概念
  4. iptables 从入门到应用
  5. 趣谈Linux操作系统 - 46-发送网络包(下):如何表达我们想让合作伙伴做什么 刘超