ifupdown

  1. S

    ifupdown and ifupdown2 issues

    Hello, i have the issue that on one proxmox machine the label internal is showing with "ip a" and on the other machine it isn't. I got two proxmox installations where i configured the following: auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto vmbr0 iface vmbr0 inet...
  2. G

    How work OvS with ifupdown2 in proxmox

    Hello, I would like to know how the ifupdown2 and OvS implementation in proxmox works because on a VM of my pve, I have a trunk that comes from the OvS of my PVE but when the VM is restarted the OvS service requires a restart for the flows to work whereas when I restart the pve it works...
  3. mattlach

    Network Configuration for LXC Containers

    Hey all, So, I know you configure the network interfaces for new containers in the web interface (or by editing the corresponding config file in /etc/pve/lxc) but how does it work when you actually power up the container? The reason I ask is, I have a bunch of Ubuntu 14.04 based containers...
  4. mattlach

    In Place Upgrade of Ubuntu 14.04 LXC Container to 18.04?

    Hi all, Is this advisable? The reason I ask is, I'm not sure I fully understand how the PVE frontend configures the containers network and other settings. 14.04 and 16.04 use ifup/down and are thus configured in /etc/network/interfaces, but 18.04 replaces ifup/down with netplan, which is...