openstack代码解读——安全组

来源:互联网 发布:手机游戏直播软件 编辑:程序博客网 时间:2024/05/16 14:32

Linux一句话精彩问答


http://bbs.chinaunix.net/forum.php?mod=viewthread&tid=16141


一、openstack代码解读

https://github.com/yeasy/tech_writing/tree/master/OpenStack


二、大神级openstack逻辑解读:例子很到位

http://www.cnblogs.com/sammyliu/p/4658746.html


三、iptables调试——利用raw表实现iptables调试

http://blog.youlingman.info/debugging-iptables-with-raw-table/

TRACE: nat:quantum-l3-agent-POSTROUTING:rule:1 IN= OUT=br-ex SRC=10.0.0.4 DST=192.168.0.19    似乎用iptables-save查的不一致?要用iptables --list ?或具体查询filter表:# iptables -t filter --list四、提到了:分包装链与非包装链两类,非常重要http://blog.csdn.net/quqi99/article/details/7447233

五、Linux TCP/IP 网络工具对比:net-tools 和 iproute2

http://blog.jobbole.com/97270/


六、TCP建立连接(三次握手)

http://www.cnblogs.com/Jessy/p/3535612.html

http://blog.csdn.net/g_brightboy/article/details/8191760

0 0
原创粉丝点击