Proxmox error creating VXLAN interface

 

Khi cấu hình VXLAN trong proxmox bị lỗi khi apply tạo interface trên host không được.

Các bước xử lý:

Error 1: () WARN: missing 'source /etc/network/interfaces.d/sdn' directive for SDN support!
Fix: 

- Thêm dòng sau vào cuối file /etc/network/interfaces :
source /etc/network/interfaces.d/*

 - Reload interfaces

ifreload -a

Nếu lỗi nữa thì xử lý tiếp bước sau:

Error 2: [Errno 2] No such file or directory: '/etc/iproute2/rt_tables.d/ifupdown2_vrf_map.conf'

Fix:  

- Tạo thư mục 

mkdir -p /etc/iproute2/rt_tables.d/

 - Reload interfaces

ifreload -a

Post a Comment