According to what you posted,
It looks to me that your Internet connection is broken, and because you have Network Manager enabled, various network related Server services are broken.
So,
Probably a good start is why you’re using Network Manager and the type of Internet connection you have which might require NM.
Possibly the next step could be whether you want to perform that network connectivity on your openSUSE server, although it can save a little bit of money I personally generally separate any kind of special network connectivity from my servers, ie using an ISP recommended gateway device. At the least, deploying essential functionality on more devices makes it easier and more obvious to see what is actually broken.
But if you prefer to build an “everything” server that performs everything, it’s possible… but you’ll need to recognize that the more functions your Server performs, the more complex it becomes unless you implement things like isolation and virtualization.
Sorry, but I am missing something here. I nowhere see that he said or showed that he is using Network manager.
On the contrary, in his pictures you can see that wicked is started (and fails).
Now, I am missing a lot of knowledge here (never used LDAP) and I only posted because of the missing information in the hope that the OP can deliver that 9which he did) so that he can be helped (sort of moderator action to get the helping going). But I also try to learn new things and thus am interested in the logic that you see here and I don’t.
After several tries, I found the openSUSE Leap 42.3 get broke when I configure the machine with OpenLDAP client + NFS server, with default installation.
You have to start troubleshooting somewhere.
Starting from where you thought was your last action before you noticed problems is a try, but circumstantial and will involve additional guesswork before you hit on what your problem is.
What I suggest starts to collect real evidence,
Based on your screenshots, a number of services failed to start.
If you run “systemctl status <service>” the result will display a number of useful data points, and include a snippet of system events which are likely related to current status, which is likely “failed.”
You can run “systemctl status” against any or even all of the failed services, I just selected what I felt was likely the most basic service which has to run successfully before the others can also be successful.
This is just one of the “new” troubleshooting tools that are available to us since the change to systemd.
Below the “systemctl status wickedd” before I configure OpenLDAP client + OpenLDAP server
â wickedd.service - wicked network management service daemon
Loaded: loaded (/usr/lib/systemd/system/wickedd.service; indirect; vendor preset: disabled)
Active: active (running) since Sun 2018-01-14 09:21:14 +08; 13min ago
Main PID: 806 (wickedd)
Tasks: 1 (limit: 512)
CGroup: /system.slice/wickedd.service
ââ806 /usr/sbin/wickedd --systemd --foreground
Jan 14 09:21:14 andor systemd[1]: Starting wicked network management service daemon...
Jan 14 09:21:14 andor systemd[1]: Started wicked network management service daemon.
And below the “systemctl status wickedd” after I configure OpenLAP client + OpenLDAP server. I restarted wickedd few times, the service status the same.
â wickedd.service - wicked network management service daemon
Loaded: loaded (/usr/lib/systemd/system/wickedd.service; indirect; vendor preset: disabled)
Active: active (running) since Sun 2018-01-14 09:51:07 +08; 5min ago
Main PID: 802 (wickedd)
Tasks: 1 (limit: 512)
CGroup: /system.slice/wickedd.service
ââ802 /usr/sbin/wickedd --systemd --foreground
Jan 14 09:51:07 andor systemd[1]: Starting wicked network management service daemon...
Jan 14 09:51:07 andor systemd[1]: Started wicked network management service daemon.