[opensuse-support] network manager on leap 15.1
![](https://seccdn.libravatar.org/avatar/1d1201a6224c340b67e1a7ee29f57504.jpg?s=120&d=mm&r=g)
Hi, all -- I am so frickin' tired of this stupid Network Manager thing. I've gone round and round looking at YaST and seeing that I'm using NM and trying to find nm-applet to set an IP, and it all just goes in a circle. I am in this case using my Live 15.1 thumb drive, right out of the box (so to speak), and trying to assign a static IP address for this server. I've hit docs sites, wikis, mailing list archives, and more and I'm just getting nowhere. I would REALLY love some simple Pointers for Dummies steps to get this thing set. TIA & HAND :-D -- David T-G See http://justpickone.org/davidtg/email/ See http://justpickone.org/davidtg/tofu.txt -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/2e5dd0343971b17f066028370e1d8089.jpg?s=120&d=mm&r=g)
On 4/8/20 8:03 PM, David T-G wrote:
Hi, all --
I am so frickin' tired of this stupid Network Manager thing. I've gone round and round looking at YaST and seeing that I'm using NM and trying to find nm-applet to set an IP, and it all just goes in a circle.
I am in this case using my Live 15.1 thumb drive, right out of the box (so to speak), and trying to assign a static IP address for this server. I've hit docs sites, wikis, mailing list archives, and more and I'm just getting nowhere. I would REALLY love some simple Pointers for Dummies steps to get this thing set.
TIA & HAND
:-D
i wouldn't use network manager on a server. I would just use systemd-networkd. Looks like it's even documented in the openSUSE wiki. Good job, somebody! https://en.opensuse.org/Systemd-networkd -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/1d1201a6224c340b67e1a7ee29f57504.jpg?s=120&d=mm&r=g)
ITwrx, et al -- ...and then ITwrx said... % % On 4/8/20 8:03 PM, David T-G wrote: % > % > I am so frickin' tired of this stupid Network Manager thing. I've gone ... % > getting nowhere. I would REALLY love some simple Pointers for Dummies % > steps to get this thing set. % % i wouldn't use network manager on a server. I would just use I don't think I'd use Network Manager ever :-) % systemd-networkd. Looks like it's even documented in the openSUSE wiki. % Good job, somebody! % % https://en.opensuse.org/Systemd-networkd Thanks for the pointer! Unfortunately, it didn't do much, perhaps not least because I'm not using WiFi and the example is all about that. But I did go through some steps: # create hosts file systemctl status systemd-resolved.service ### not installed # replace resolv.conf symlink with file # create /etc/systemd/network/30-ipaddr ### for eth1 systemctl disable wicked.service systemctl disable NetworkManager.service systemctl enable systemd-networkd.service # reboot ### no IP configured for eth1 Any further recommendations for me to try in the morning? Thanks again :-) :-D -- David T-G See http://justpickone.org/davidtg/email/ See http://justpickone.org/davidtg/tofu.txt -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/11fc101abea99ba31b2b38ddcda5da99.jpg?s=120&d=mm&r=g)
On 2020-04-08 8:36 p.m., David T-G wrote:
ITwrx, et al --
...and then ITwrx said... % % On 4/8/20 8:03 PM, David T-G wrote: % > % > I am so frickin' tired of this stupid Network Manager thing. I've gone ... % > getting nowhere. I would REALLY love some simple Pointers for Dummies % > steps to get this thing set. % % i wouldn't use network manager on a server. I would just use
I don't think I'd use Network Manager ever :-) I just dumped it and installed wicked. -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/1d1201a6224c340b67e1a7ee29f57504.jpg?s=120&d=mm&r=g)
Darryl, et al -- ...and then Darryl Gregorash said... % % On 2020-04-08 8:36 p.m., David T-G wrote: % > ...and then ITwrx said... % > % % > % i wouldn't use network manager on a server. I would just use % > % > I don't think I'd use Network Manager ever :-) % I just dumped it and installed wicked. Thanks to all for the various pointers. After a couple of hours of reading different doc and arguing with config files and rebooting endlessly, I gave up and switched to wicked. Maybe I'll eventually calm down enough to understand this stupid thing and see why anybody would bother with it. GAAAAAAH! Now to try getting back to work on what I was doing like three days ago before getting derailed by networking. Thanks again & HAND :-D -- David T-G See http://justpickone.org/davidtg/email/ See http://justpickone.org/davidtg/tofu.txt -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/2e5dd0343971b17f066028370e1d8089.jpg?s=120&d=mm&r=g)
On 4/8/20 9:36 PM, David T-G wrote:
ITwrx, et al --
...and then ITwrx said... % % On 4/8/20 8:03 PM, David T-G wrote: % > % > I am so frickin' tired of this stupid Network Manager thing. I've gone ... % > getting nowhere. I would REALLY love some simple Pointers for Dummies % > steps to get this thing set. % % i wouldn't use network manager on a server. I would just use
I don't think I'd use Network Manager ever :-)
% systemd-networkd. Looks like it's even documented in the openSUSE wiki. % Good job, somebody! % % https://en.opensuse.org/Systemd-networkd
Thanks for the pointer! Unfortunately, it didn't do much, perhaps not least because I'm not using WiFi and the example is all about that. But I did go through some steps:
# create hosts file systemctl status systemd-resolved.service ### not installed # replace resolv.conf symlink with file # create /etc/systemd/network/30-ipaddr ### for eth1 systemctl disable wicked.service systemctl disable NetworkManager.service systemctl enable systemd-networkd.service # reboot ### no IP configured for eth1
Any further recommendations for me to try in the morning?
Thanks again :-)
:-D
in that case, i would see the arch wiki: https://wiki.archlinux.org/index.php/Systemd-networkd#Wired_adapter_using_a_... -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/77cb4da5f72bc176182dcc33f03a18f3.jpg?s=120&d=mm&r=g)
On 09/04/2020 03.03, David T-G wrote:
Hi, all --
I am so frickin' tired of this stupid Network Manager thing. I've gone round and round looking at YaST and seeing that I'm using NM and trying to find nm-applet to set an IP, and it all just goes in a circle.
I am in this case using my Live 15.1 thumb drive, right out of the box (so to speak), and trying to assign a static IP address for this server. I've hit docs sites, wikis, mailing list archives, and more and I'm just getting nowhere. I would REALLY love some simple Pointers for Dummies steps to get this thing set.
TIA & HAND
:-D
Maybe you get that because you are using the live version, which has a limited software selection. For a static wired connection, one would normally use YaST with wicked, not Network Manager. Being the live, perhaps it is not installed. And it is documented: <https://doc.opensuse.org/documentation/leap/reference/html/book.opensuse.reference/cha-network.html#sec-network-yast> -- Cheers / Saludos, Carlos E. R. (from 15.1 x86_64 at Telcontar)
participants (4)
-
Carlos E. R.
-
Darryl Gregorash
-
David T-G
-
ITwrx