Create a router between 2 VMs on Proxmox / Connect 2 machines in different subnets via a homemade router
Setup of the experiment Machine Interface Bridge IP PC1 eth0 vmbr10 192.168.10.2/24 ROUTER eth0 vmbr10 192.168.10.1/24 ROUTER eth1 vmbr20 192.168.20.1/24 PC2 eth0 vmbr20 192.168.20.2/24 Bridge ( vmbr 10 and 20) You can create the bridge by modi...