Im running HA in a docker on Debain 10 64B(beta). Running great for months now.
I’m little scare to to these steps… Don’t want screw my system and it become unreachable.
My system is running on WiFi. Here my config now of NetworkManager:
/etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
/etc/NetworkManager/system-connections/default
doest not exist
/etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
/etc/network/interfaces.d
is empty
Then I read this: When it is installed, you need to make sure it manages at least one interface see the documentation for the network manager.
Checked the link but don’t understand how to do it for WiFi.
I never do anything with NetworkManager so its untouched then I read this: If you haven’t done anything manually with the network on the host, you should just re-run the convenience installation script.
So I can do the installer again but do I still need the at least one interface part be done?
Can someone assist me with this?