Search results

  1. R

    vmbr configure for internet connection

    What should the /etc/network/interfaces on the vm look when connect to the vmbr0 on proxmox ? Is vmbr0 DHCP or would you have to manually set the ip on the vm ?
  2. R

    vmbr configure for internet connection

    Hi I have a server which has a public ip address. I would like to have a few vm's on a different subnet which connect to the internet through the proxmox server. I have the vmbr0 auto vmbr0 iface vmbr0 inet static address 10.0.0.2 netmask 255.255.255.0 gateway...