Can Proxmox bridge two NICs (one has internet access, one does not)

jena

Member
Jul 9, 2020
47
8
13
34
Due to some restrictions, I have to use two NICs on my Proxmox node in the following way:

For example:
NIC1: 10.10.10.xxx, just one IP assigned by the facility to the Proxmox Node, able to access internet via their firewall
NIC2: 192.168.150.xxx, connected to my own router (192.168.150.1)

Can I set my VMs to get IP address (192.168.150.xxx) from my own router; meanwhile my VMs are still able to access internet via 10.10.10.xxx (bridged by Proxmox node)?

Thanks!
 
Bridge per NICx, network interface in vm per bridge.

Read documentation...

Can I bond NIC1 and NIC2 with bond-broadcast mode and only have one bridge for NIC2 and VMs only see one network interface and being able to access the NIC1's internet?

Thanks!