摘要: 转贴自:http://alexanderlaw.blog.hexun.com/9791596_d.html Network Address Translation 地址转换用来改变源/目的地址/端口,是netfilter的一部分,也是通过hook点上注册相应的结构来工作 Nat注册的hook点和co 阅读全文
posted @ 2019-05-17 00:11 codestacklinuxer 阅读(382) 评论(0) 推荐(0)
摘要: Netfilter Connection Tracking and NAT Implementation 4 Implementation: Netfilter NAT NAT is a function module built upon conntrack module, it relies o 阅读全文
posted @ 2019-05-17 00:11 codestacklinuxer 阅读(285) 评论(0) 推荐(0)
摘要: 1、查看netlink socket 丢包 cat /proc/net/netlink sk Eth Pid Groups Rmem Wmem Dump Locks Drops Inode c91eda00 0 1172 00000001 0 0 00000000 2 0 27767 c43eee0 阅读全文
posted @ 2019-05-15 10:19 codestacklinuxer 阅读(500) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-05-13 12:14 codestacklinuxer 阅读(225) 评论(0) 推荐(0)
摘要: valgrind 阅读全文
posted @ 2019-05-13 11:26 codestacklinuxer 阅读(720) 评论(0) 推荐(0)
摘要: conntrack 阅读全文
posted @ 2019-05-12 21:38 codestacklinuxer 阅读(2697) 评论(0) 推荐(1)
摘要: 连接跟踪初始化 基础参数的初始化:nf_conntrack_standalone_init 会调用nf_conntrack_init_start 完成连接跟踪基础参数的初始化, hash slab 扩展项 等; nf_conntrack_l3proto_ipv4_init 函数初始化了协议和tupl 阅读全文
posted @ 2019-05-12 17:31 codestacklinuxer 阅读(1865) 评论(0) 推荐(0)
摘要: nf_contrack 阅读全文
posted @ 2019-05-11 23:50 codestacklinuxer 阅读(7440) 评论(0) 推荐(0)
摘要: Netfilter match target 阅读全文
posted @ 2019-05-11 23:49 codestacklinuxer 阅读(1243) 评论(0) 推荐(0)
摘要: filter 阅读全文
posted @ 2019-05-11 23:48 codestacklinuxer 阅读(1359) 评论(0) 推荐(0)