Bước 1: Off hết VM đang bật trên Virtualizor
Bước 2: Kiểm tra không còn vInterface nào bằng lệnh:
| brctl show |
Bước 3: Shutdown và xóa bridge viifbr0:
| ip link set viifbr0 down brctl delbr viifbr0 |
Bước 4: Kiểm tra lại cấu hình netplan và apply lại cấu hình:
| root@ubuntu:~# cat /etc/netplan/50-cloud-init.yaml # This file is generated from information provided by the datasource. Changes # to it will not persist across an instance reboot. To disable cloud-init’s # network configuration capabilities, write a file # /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following: # network: {config: disabled} network: version: 2 renderer: networkd ethernets: bridges: |
Leave A Comment?