“Let’s go”
基础名词知识
网卡(Network Interface) 回环设备(Loopback Device) 路由表(Routing Table) iptables规则
网桥(Bridge),工作在数据链路层,主要功能是根据MAC地址学习来将数据包转发到网桥的不同端口(Port)上
Veth Pair
常用命令
# 网桥管理工具
brctl show
#
ip route
ip neigh
ip link
ip addr
#
bridge
#
route -n
#
iptables