Network-networkd: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 January 2023

  • curprev 11:2111:21, 17 January 2023Mike talk contribs 1,698 bytes −56,119 Replaced content with "==Setup for Networkd== ===Switching to Networkd === <pre>$ systemctl stop NetworkManager $ systemctl disable NetworkManager $ systemctl enable systemd-networkd $ systemctl enable systemd-resolved $ systemctl start systemd-resolved $ rm /etc/resolv.conf $ ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf $ mkdir -p /etc/systemd/network</pre> ===Configuring Networkd=== ====What interfaces do we have==== <pre> # networkctl IDX LINK TYPE OPERATI..." Tags: Replaced Visual edit

15 January 2023