Difference between revisions of "Networking/en"

Updating to match new version of source page
(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
sudo resolvconf -u
{{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
sudo systemctl disable --now NetworkManager.service
{{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:
sudo systemctl enable --now systemd-networkd.service
{{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
sudo systemctl disable --now NetworkManager.service
{{UserCmd|command=sudo systemctl disable --now NetworkManager.service}}




Next, start and enable the dhcpcd service
Next, start and enable the dhcpcd service
sudo systemctl start --now dhcpcd.service
{{UserCmd|command=sudo systemctl start --now dhcpcd.service}}
 


=See Also=
=See Also=
8,138

edits