Is there a way to add an IP address on each node for a SDN Vnet?
I have two storage VLANs 20 and 30 that I share to both VM's and the physical nodes. I would like to move all my network config to SDN - VLANs but I can't find a way to add IP addresses to the nodes so they can also access those VLANs and the NFS or iSCSI resources presented.
If I manually add the ip to the create SDN interface:
# ip address add 192.168.20.21/24 dev vmbr0.20
it will work but has no persistence across reboots.
I have two storage VLANs 20 and 30 that I share to both VM's and the physical nodes. I would like to move all my network config to SDN - VLANs but I can't find a way to add IP addresses to the nodes so they can also access those VLANs and the NFS or iSCSI resources presented.
If I manually add the ip to the create SDN interface:
# ip address add 192.168.20.21/24 dev vmbr0.20
it will work but has no persistence across reboots.
Last edited: