Last active
April 8, 2022 15:18
-
-
Save flrichar/ad5babcba29f3af4c243d2951907cd80 to your computer and use it in GitHub Desktop.
suse-network-manager.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Just some bits of wisdom ... whenever you use a SUSE os, tumbleweed, SLES, MicroOs, SLE Micro, LEAP, | |
| first thing to do ... | |
| # systemctl disable --now NetworkManager | |
| # zypper in wicked -y | |
| # systemctl enable --now wicked | |
| Replace NetworkManager with wicked & use normal /etc/sysconfig/network/ifcfg-* config files. | |
| NM seems to be a desktop-first tool, IMHO, and wicked is very easy and simple to set up. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment