Hello all,
I am new to proxmox and have some issue with set up two nics on host to two bridges and use them as interface in lxc.
Maybe, first my setup:
Read more
I am new to proxmox and have some issue with set up two nics on host to two bridges and use them as interface in lxc.
Maybe, first my setup:
Code:
#Host
cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto enp4s0
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.2/24
gateway 192.168.1.1
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static...
Read more