8,560
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 48: | Line 48: | ||
After making any changes simply update and apply your settings with the following command | After making any changes simply update and apply your settings with the following command | ||
{{UserCmd|command=sudo resolvconf -u}} | |||
==dhcpcd and resolv.conf.head/tail== | ==dhcpcd and resolv.conf.head/tail== | ||
Line 79: | Line 78: | ||
First, make sure you aren't running NetworkManager | First, make sure you aren't running NetworkManager | ||
{{UserCmd|command=sudo systemctl disable --now NetworkManager.service}} | |||
Line 115: | Line 114: | ||
All that remains is to start and enable the service using: | All that remains is to start and enable the service using: | ||
{{UserCmd|command=sudo systemctl enable --now systemd-networkd.service}} | |||
=Using dhcpcd Instead of NetworkManager= | =Using dhcpcd Instead of NetworkManager= | ||
Line 124: | Line 122: | ||
First, ensure NetworkManager is disabled and not running | First, ensure NetworkManager is disabled and not running | ||
{{UserCmd|command=sudo systemctl disable --now NetworkManager.service}} | |||
Next, start and enable the dhcpcd service | Next, start and enable the dhcpcd service | ||
{{UserCmd|command=sudo systemctl start --now dhcpcd.service}} | |||
=See Also= | =See Also= |