标签:ubuntu reboot wait 成功 stp ack oop 文件 int
一、修改网络配置文件
#vim /etc/network/interfaces
auto lo
iface lo inet loopback
auto ens33
iface ens33 inet manual
auto br0
iface br0 inet dhcp
bridge_stp off
bridge_waitport 0
bridge_fd 0
bridge_ports ens33
二、重启主机
#reboot
三、查看网桥是否配置成功
root@ubuntu:~# brctl show
bridge name bridge id STP enabled interfaces
br0 8000.000c29fd745e no ens33
virbr0 8000.52540073ecf6 yes virbr0-nic
标签:ubuntu reboot wait 成功 stp ack oop 文件 int
原文地址:https://www.cnblogs.com/Python-K8S/p/13389103.html