docs(os): Explain NetworkManager interaction (#3)
This commit is contained in:
parent
310b180580
commit
63974a2dff
@ -134,6 +134,12 @@ After installation you're going to want to at least touch these points in your n
|
||||
IPForward=yes
|
||||
Domains=~.
|
||||
```
|
||||
- In case you later want a graphical interface and specifically NetworkManager (via package `networkmanager`) consider telling it to keep its hands off of some of your network interfaces. The bullet point above adds a `systemd`-style config file that `systemd-networkd.service` will read and use. Should you ever install NetworkManager it will by default assume that it must manage all interfaces. It'll use its own DHCP client to try and get IP addresses for _managed interfaces_ in which case you'll end up with whatever addressing scheme you configured in a `.network` unit file plus NetworkManager's additional address. Create `/etc/NetworkManager/conf.d/99-unmanaged-devices.conf` for example to declare some interfaces as off-limits or _unmanaged_:
|
||||
```
|
||||
[keyfile]
|
||||
unmanaged-devices=mac:52:54:00:74:79:56;type:ethernet
|
||||
```
|
||||
Check out [ArchWiki article "NetworkManager" section "Ignore specific devices"](https://wiki.archlinux.org/title/NetworkManager#Ignore_specific_devices) for more info.
|
||||
|
||||
# Password change
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user