Hi, I’m having a problem trying to configure a static IP with Suse. I have other computer with Debian working with a static IP, but, although I have done all the configurations by Yast and terminal (ifcfg-eth0), it remains dynamic IP.
But if you switch between ifup and NetworkManager in YaST (and then back), everything should be setup correctly.
But I guess if you just disable NetworkManager you should be ok as well.
But better check “systemctl status network.service” as well.
This should give output similar to this if ifup is configured:
wolfi@linux-lf90:~/Desktop> systemctl status network.service
network.service - LSB: Configure network interfaces and set up routing
Loaded: loaded (/usr/lib/systemd/system/network.service; enabled)
Active: active (exited) since Sam 2014-01-25 18:08:43 CET; 9s ago
Process: 3697 ExecStart=/etc/init.d/network start (code=exited, status=0/SUCCESS)
Main PID: 3697 (code=exited, status=0/SUCCESS)
With NetworkManager enabled, it should look like this:
wolfi@linux-lf90:~/Desktop> systemctl status network.service
NetworkManager.service - Network Manager
Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled)
Active: active (running) since Sam 2014-01-25 18:11:05 CET; 7s ago
Main PID: 4741 (NetworkManager)
CGroup: /system.slice/NetworkManager.service
├─4741 /usr/sbin/NetworkManager --no-daemon
└─4746 /sbin/dhclient -d -sf /usr/lib/nm-dhcp-client.action -pf /v...