In an effort to solve a totally unrelated problem, I've foolishly installed ifupdown2 via instructions here https://pve.proxmox.com/wiki/Network_Configuration and this command:
# apt install ifupdown2
I've since decided I want to restore ifdown and have done:
# apt-get purge --auto-remove ifupdown2
After rebooting, my host has no network connectivity.
I can get networking up by manually doing:
# ifup vmbr0
but how can I restore it so that it automatically starts networking and fix whatever other damage was caused by installing ifupdown2?
EDIT:
I reinstalled ifupdown2 and now networking starts and stops without problem.
How can I safely remove ifupdown2 and restore ifupdown? Or, is it safe to leave ifupdown2 installed?
# apt install ifupdown2
I've since decided I want to restore ifdown and have done:
# apt-get purge --auto-remove ifupdown2
After rebooting, my host has no network connectivity.
I can get networking up by manually doing:
# ifup vmbr0
but how can I restore it so that it automatically starts networking and fix whatever other damage was caused by installing ifupdown2?
EDIT:
I reinstalled ifupdown2 and now networking starts and stops without problem.
How can I safely remove ifupdown2 and restore ifupdown? Or, is it safe to leave ifupdown2 installed?