IP
虚拟网桥
brctl命令
#查看网桥信息 brctl show #给网桥添加ip ifconfig brtest0 199.199.100.1 ifconfig brtest0 down brctl delbr brtest0 #不需要STP(生成树)协议 brctl stp br0 off
OSI模型
OSI模型定义数据链路层/物理层和传输层/网络层有着十分相似的职责:提供数据传输的手段,即沿某条路径将数据从源点传送到目的点。不同之处在于数据链路层/网络层提供跨越物理路径的通信服务,而传输层、网络层提供跨越一连串数据链路组成的逻辑或虚拟路径的通信服务。
Resources
iproute2和net-tools比较: https://www.cnblogs.com/anliven/p/6041246.html
iproute2和netstat比较: https://blog.csdn.net/weixin_42767604/article/details/106251844
iptables详解: https://www.zsythink.net/archives/1199
ip route相关知识: https://blog.csdn.net/zqixiao_09/article/details/53327074
ip rule, ip route, iptables三者之间关系: https://blog.csdn.net/qq_20817327/article/details/119148298
ip address命令:
为何MTU是1500: https://blog.csdn.net/passionkk/article/details/100538418
Linux上软件实现的"交换机"-Brige: https://mp.weixin.qq.com/s/ejM7OlmK-ljt_276M59UBA