> I'm a bit lost for now, I'll try to create a testlab tomorrow to see how 
> things
> works.

I currently use the following configuration for testing:

-----------------------
auto vmbr0
iface vmbr0 inet manual
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0

auto pm0
iface pm0 inet static
        address  XXX.XXX.XXX.XXX
        netmask  255.255.255.0
        gateway  YYY.YYY.YYY.YYY
        VETH_BRIDGETO vmbr0

auto vmbr1
iface vmbr1 inet manual
      bridge_ports none
      bridge_stp off
      bridge_fd 0

auto pm1
iface pm1 inet static
       address 10.10.10.1
       netmask 255.255.255.0
       VETH_BRIDGETO vmbr1
       VETH_MASQUERADE pm0
-------------------------------

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to