Hi all,
I’ve a very ugly issue: I’m running an OpenSuse Leap 15.0 VPS, for years now. Usually rock solid and stable. A few days ago the hosting company has had multiple issues on the host system, so they had to “hard reboot” my VPS a couple of times. They’re using KVM.
Since these multiple reboots, which I thought shouldn’t really be a problem, for whatever reason my network config for the eth0 virtual nic seems to messed, somehow.
What I’ve found out already:
/etc/sysconfig/network/ifcfg-eth0 has STARTMODE=‘auto’
Nevertheless journalctl -b shows eth0 as device-not-running, and systemctl status wickedd-nanny.service says
device eth0: call to org.opensuse.Firewall.firewallUp() failed: DBus method call timed out
eth: failed to bring up device, still continuing
“continuing” forever, VPS will never get eth0 enabled anymore.
Connected via VNC to virtual console I’ve tried three things:
- started yast, tried to start System/Network Settings: HANGS forever
- tried ifup eth0: results in device-not-running
- tried ip link set eth0 up: Works, eth0 is getting enabled. But NO static ip addresses are assigned. Not ipv4, not ipv6.
Compared /etc/sysconfig/network/ifcfg-eth0 from my VPS and my Leap 15 box @home, except the ip addresses they’re the same, so the VPS one is correct.
Any hints how to narrow down this issue? This is really painful, as there’s a postfix instance running on my VPS, and I’m loosing maybe relevant emails because of this 
Regards,
Michael
