hello i have a "server" with only one lan port. i need to have pve on subnet 172.17.200.0/24 and vms on another subnet 192.168.1.0/24 (local lan) with gw 192.168.1.1. my config
how to make this work?
Code:
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 192.168.1.251
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
how to make this work?