Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477936 - Document how to handle networking with systemd
Summary: Document how to handle networking with systemd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-23 18:40 UTC by Pacho Ramos
Modified: 2013-07-24 18:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2013-07-23 18:40:33 UTC
jlec question on IRC showed me that probably a lot of people are still using net.* from openrc. I didn't notice it as I am using networkmanager for ages :/

What should we suggest people in wiki for handling network? I guess we can point them to networkmanager and... what more have you tried?

Thanks for your thoughts!

Reproducible: Always
Comment 1 Mike Gilbert gentoo-dev 2013-07-23 18:42:51 UTC
Any network manager will do. I use net-misc/netctl, which is nice and simple.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-07-23 18:51:48 UTC
Well, it all depends on what they need. You could think of systemd as something alike newnet in OpenRC -- no central network manager but single services instead.

For very simple setups like my PC it is usually enough to enable a DHCP client like dhcpcd.service. For semi-static wifi, dhcpcd.service + wpa_supplicant@wlan0.service do their job well.

For people who need nice tools, we have NetworkManager, wicd and netctl.

For people who need something like simple static setup or random stuff, writing their own services or even local.d.
Comment 3 Agostino Sarubbo gentoo-dev 2013-07-23 21:26:37 UTC
(In reply to Michał Górny from comment #2)
> For people who need something like simple static setup or random stuff,
> writing their own services or even local.d.

I have a .service that calls ifconfig to setup the static ip where I don't have nm.

I don't know if the local.d stuff work with systemd
Comment 4 Pacho Ramos gentoo-dev 2013-07-24 18:17:59 UTC
I have added a bit more to http://wiki.gentoo.org/wiki/Systemd#Native_services