ifupdown2

  1. G

    Bridge does not inherit MTU from ports in PVE 7 using ifupdown2

    Consider the following example config in /etc/network/interfaces: auto lo iface lo inet loopback auto mgmt0 iface mgmt0 auto mgmt1 iface mgmt1 auto north0 iface north0 mtu 9000 auto north1 iface north1 mtu 9000 auto bond0 iface bond0 bond-slaves north0 north1 bond-miimon 100...
  2. G

    PVE 7 GUI does not like ifupdown2 syntax

    Using ifupdown, the following config used to be valid and correctly displayed in the Proxmox VE 7 webinterface: auto vlan1120 iface vlan1120 inet static vlan-raw-device vmbr2 address 172.16.0.17/27 Using ifupdown2 there is no need to add inet static any longer. See...
  3. S

    [SOLVED] (pve-apt-hook) You are attempting to remove the meta-package 'proxmox-ve'!

    Guten Morgen liebe Proxmox Versierte :) Ich habe ein Problem.. Klar, sonst würde ich wahrscheinlich hier nicht schreiben. Ich bin gerade am Ende meiner Ausbildung und dabei mein Abschlussprojekt zu bearbeiten. Dabei soll es sich um ein Lab für andere Azubis handeln. Logischerweise wird das mit...
  4. I

    Removed proxmox-ve and now gui is missing

    Firstly, please be kind to me, I am new to ProxMox and I am trying to learn. So I ran apt install ifupdown2 When I did, I noticed that it didn't install completely or at least I think it didn't. I have completely lost access to the GUI. I am on version 6.3-4 While reading the command I...
  5. T

    [SOLVED] Installing ifupdown2 in PVE 6.2-4

    I am trying to install ifupdown2 on my proxmox hosts but when I try to do it with apt I get the follow: # apt install ifupdown2 Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed...
  6. A

    [SOLVED] Network doesn't come up - ifupdown2-pre.service: Failed with result 'exit-code'.

    One of my PVE nodes is failing to start networking on reboot despite having identical configuration as other working nodes. I've seen https://forum.proxmox.com/threads/proxmox-6-network-wont-start.56362/ but I'm not sure why you'd want to mask the service . If I restart ifupdown2-pre.service the...
  7. B

    Ifupdown2.conf gelöscht

    Hallo zusammen ein voreiliges Rm hat die configuration von ifupdown2 gelöscht nun steht der Server ohne netzwerk da wie kann ich aus der etc/Network/interfaces das wieder hin bekommen? Oder wie muss die conf für Webzugriffe aussehen?
  8. T

    [SOLVED] Interface vlans not created for containers and VMs after uninstalling ifupdown2

    Dear Proxmoxers! Strange problem happened to one of our cluster nodes tonight while we were trying to increase the MTU on the bond+vmbr interfaces so we can use 9000 on containers. The need for jumbo frames comes from running ceph gateway containers with samba as frontend for video production...
  9. V

    [SOLVED] ifupdown2 unauthorised download

    Hi Team trying to get ifupdown2 installed so we dont need to reboot to make Nic changes. when trying to install from repo we get the below issues pop up. any ideas? ~# apt-get --fix-missing install ifupdown2 Reading package lists... Done Building dependency tree Reading state information...
  10. Proxygen

    ifupdown2 updated, new /etc/network/interfaces

    network config changes have been detected for ifupdown2 compatibility. Saved in /etc/network/interfaces.new for hot-apply or next reboot. will this mess up my next reboot? I have no need to hot-apply anything.
  11. C

    ifupdown2 bridge-vids issues

    I use a vlan-aware bridge on a Proxmox VE 6.1 system with a following network configuration: auto vmbr0 iface vmbr0 inet manual bridge-ports eno7 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094 bridge-pvid 1 mtu 9000 However, my NIC (Intel X722...