> > client : route add 192.168.1.1 gw 10.0.0.1
> 
> I guess this part is wrong - no gateway please.
> simply route the network to the local interface - on both sides

For example, let us assume your local network 192.168.1.0/24

So the /etc/network/interfaces on the proxmox node can be:

auto eth0
iface eth0 inet statis
        address 192.168.1.2
        netmask 255.255.255.0
        gateway 192.168.1.1

Note: above is just an example

Now you can start VMs in routed mode using any address within that network.

 

_______________________________________________
pve-devel mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to