[SOLVED] status:error. can't create a vnet in proxmox's sdn module

johnhk

New Member
Aug 22, 2022
7
1
3
environment:
Bash:
3 nodes proxmox:  (ips: 10.0.0.30,10.0.0.31,10.0.0.32)
proxmox version: 7.2-7




local network setting:


Bash:
root@pve1:/etc/pve/sdn# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp2s0f1 inet manual
iface enp2s0f0 inet manual
auto vmbr0
iface vmbr0 inet static
        address 10.0.0.30/24
        gateway 10.0.0.254
        bridge-ports enp2s0f1
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094
auto vmbr0.100
iface vmbr0.100 inet manual


SDN setting:

Zones: (id:myvlan, bridge:vmbr0)
Vnets:(name:myvnet, zone:myvlan, tag:101)


status of networking interfaces:

Bash:
root@pve1:/etc/pve/sdn# ifquery -a -c
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static                                             [pass]
        bridge-ports enp2s0f1 (tap1201i0)                           [pass]
        bridge-stp no                                               [pass]
        bridge-fd 0                                                 [pass]
        bridge-vlan-aware yes                                       [pass]
        bridge-vids 2-4094                                              []
        address 10.0.0.30/24                                        [pass]
auto vmbr0.100
iface vmbr0.100 inet manual



after apply these settings, the status of myvnet shows "error", why?


1661163228866.png


1661163256803.png


1661163275151.png

1661163298458.png