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:
On one of them i upgraded from proxmox 6 to proxmox 7. This one got the package ifupdown installed.
The other i installed directly with proxmox 7. That one got the package ifupdown2 installed.
I think that is the issue.
On fresh Proxmox 8 machines, ifupdown2 is installed.
On fresh Debian 12, ifupdown is installed.
How can i get label working again on Proxmox installations with ifupdown2?
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 static
address 10.0.0.2
netmask 255.255.255.0
broadcast 10.0.0.255
gateway 10.0.0.1
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_ports eth0
bridge_stp off
auto vmbr0:internal
iface vmbr0:internal inet static
address 10.0.1.2
netmask 255.255.255.0
broadcast 10.0.1.255
On one of them i upgraded from proxmox 6 to proxmox 7. This one got the package ifupdown installed.
The other i installed directly with proxmox 7. That one got the package ifupdown2 installed.
I think that is the issue.
On fresh Proxmox 8 machines, ifupdown2 is installed.
On fresh Debian 12, ifupdown is installed.
How can i get label working again on Proxmox installations with ifupdown2?