SDN an Network adapter

lordrasmus

Member
Apr 15, 2021
4
1
8
45
i have 2 poxmox host and i defined a sdn which is usable on both hosts

now a added a network adapter to the sdn bridge on one host on the console

brctl addif test1net enp8s0f1

the frames from the network adapter are visible on the other host

how can tell proxmox to atomaticly attach the network adapter when network config is changed ?
 
i have 2 poxmox host and i defined a sdn which is usable on both hosts
These are two standalone hosts, correct?

now a added a network adapter to the sdn bridge on one host on the console

brctl addif test1net enp8s0f1

The SDN is easier configured in the web GUI. Are you adding a physical NIC to the PVE host and trying to make it available to the VMs?

how can tell proxmox to atomaticly attach the network adapter when network config is changed ?

For a physical NIC on the host, you would add it to the bridge used by the SDN. You can do that in the /etc/network/interfacesfile or in the web GUI. If you do it in the web GUI, it will update the interfaces file.