[pve-devel] [PATCH] add routed network mode
Dietmar Maurer
dietmar at proxmox.com
Mon Aug 26 19:02:08 CEST 2013
> > 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.
More information about the pve-devel
mailing list