1,显示网桥
brctl show
2,显示ip
ip a
3,查看openvswitch的配置信息
ovs-vsctl show
4,显示网络命名空间
ip netns
5,显示DHCP信息
ps -ef | grep dnsmasq
6,显示路由表
ip route
7,显示NAT表
iptables -t nat -nL
1,显示网桥
brctl show
2,显示ip
ip a
3,查看openvswitch的配置信息
ovs-vsctl show
4,显示网络命名空间
ip netns
5,显示DHCP信息
ps -ef | grep dnsmasq
6,显示路由表
ip route
7,显示NAT表
iptables -t nat -nL