I have two interfaces with bridges:
eth0 (vmbr0)
eth1 (vmbr1)
I want a third (virtual) interface that can communicate with vmbr1/vmbr0.
I tried this:
eth0 (vmbr0)
eth1 (vmbr1)
vmbr2 (with no eth)
Now I can communicate with all VM's on the proxmox server (vmbr0-3), but I cannot communicate with other physical interfaces outside the server.
See: https://pve.proxmox.com/wiki/Network_Model "For connecting VMs to the outside world, bridges are attached to physical network cards assigned a TCP/IP configuration"
Can I create a "dummy" network card for vmbr2 so vmbr2 can connect to the "outside world"?
eth0 (vmbr0)
eth1 (vmbr1)
I want a third (virtual) interface that can communicate with vmbr1/vmbr0.
I tried this:
eth0 (vmbr0)
eth1 (vmbr1)
vmbr2 (with no eth)
Now I can communicate with all VM's on the proxmox server (vmbr0-3), but I cannot communicate with other physical interfaces outside the server.
See: https://pve.proxmox.com/wiki/Network_Model "For connecting VMs to the outside world, bridges are attached to physical network cards assigned a TCP/IP configuration"
Can I create a "dummy" network card for vmbr2 so vmbr2 can connect to the "outside world"?