How to replicate VMKernels and different IPs in proxmox?

adrianovf

New Member
Feb 18, 2026
7
1
3
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?

1777992897053.png

I assume its by using the SDN? But I would like some guidance or tips how to achieve this in proxmox ?

Thanks
 
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
 
  • Like
Reactions: UdoB