[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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!