I was using Linux KVM and virt-manager to manage my virtual machines prior to Proxmox. Now, I'm migrating my Linux hosts over to Proxmox and running into a problem with Virtual NICs on the hypervisor. Is there a way to create a second virtual interface from within Proxmox? I can do this on the command line to get what I want:
eg:
What this does is let the ARP requests/lookups for vmbr0 answer for two or more IP address and then I use Netfilter to NAT the traffic from vmbr0 to the appropriate VM (depending on the destination IP) which may be on a private bridge.
Maybe there's another way to do this with Proxmox?
eg:
Code:
ifconfig vmbr0:1 10.11.12.1 up
What this does is let the ARP requests/lookups for vmbr0 answer for two or more IP address and then I use Netfilter to NAT the traffic from vmbr0 to the appropriate VM (depending on the destination IP) which may be on a private bridge.
Maybe there's another way to do this with Proxmox?