A adrianovf New Member Feb 18, 2026 7 1 3 Yesterday at 16:55 #1 Hi, I am migrating from VMware to Proxmox and I was wondering if there is a way to replicate this kind of settings on proxmox? I assume its by using the SDN? But I would like some guidance or tips how to achieve this in proxmox ? Thanks
Hi, I am migrating from VMware to Proxmox and I was wondering if there is a way to replicate this kind of settings on proxmox? I assume its by using the SDN? But I would like some guidance or tips how to achieve this in proxmox ? Thanks
D d.oishi Member Proxmox Subscriber Oct 24, 2023 54 36 23 www.classact.co.jp Today at 14:02 #2 If your goal is to provide redundancy for two physical NICs and use multiple VLANs on them, Proxmox can do this without SDN in most cases. A common approach is as follows: Use bonding for NIC redundancy, create VLAN interfaces on that bonding and connect each to a separate bridge, or use a VLAN-enabled bridge and set VLAN tags on each VM NIC. If you also need host-side IP addresses, assign IP addresses to the corresponding VLAN interfaces on the Proxmox host. The following URL may be helpful. https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_network_configuration https://pve.proxmox.com/wiki/Network_Configuration Reactions: UdoB
If your goal is to provide redundancy for two physical NICs and use multiple VLANs on them, Proxmox can do this without SDN in most cases. A common approach is as follows: Use bonding for NIC redundancy, create VLAN interfaces on that bonding and connect each to a separate bridge, or use a VLAN-enabled bridge and set VLAN tags on each VM NIC. If you also need host-side IP addresses, assign IP addresses to the corresponding VLAN interfaces on the Proxmox host. The following URL may be helpful. https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_network_configuration https://pve.proxmox.com/wiki/Network_Configuration