Hi guys I am trying to implement following scenario , however I have just one Ethernet port connected to my proxmox server
here is my interfaces file
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet static
address 192.168.0.102/24
gateway 192.168.0.1
auto vmbr0
iface...