Chinaunix首页 | 论坛 | 博客
  • 博客访问: 25784
  • 博文数量: 6
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 65
  • 用 户 组: 普通用户
  • 注册时间: 2015-04-21 16:41
文章分类
文章存档

2016年(2)

2015年(4)

我的朋友
最近访客

分类: LINUX

2016-07-12 16:59:42

http://blog.csdn.net/wuruixn/article/details/7957368
iptables四表五链
表顺序及包含链:
raw表匹配链:    prerouting、output
mangle表匹配连:prerouting、input、forword、output、postrouting
nat匹配链:prerouting、output、postrouting
filter匹配链:input、output、forword

处理包流程:
进入接口
raw:prerouting
mangle:prerouting
nat:prerouting
|
路由选择决策
(进入的包)        (转发的包)
mangle:input        mangle:forword
filter:input                filter:forword
|                |
本机应用程序                |
|
(出去的包)
路由选择
raw:output
mangle:output
nat:output
filter:output
|
——————————————————————————————————————————
mangle:postrouting
nat:postrouting

钩子函数位置:                           
应用程序进程
|           |
—————————————————————————————
———————————————————  
(外)         路由选择
——————————
(里)   input/output/forword
—————————— 
———————————————————
进入网卡之后,路由之前             prerouting/postrouting
——————————————————————————————
















阅读(1409) | 评论(0) | 转发(0) |
0

上一篇:IPTABLES CASE

下一篇:没有了

给主人留下些什么吧!~~