From 1e29bd2f8fd43dc3050c09c907bb6efbb2f47dcd Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Tue, 2 Jul 2019 15:11:35 -0700 Subject: [PATCH] Add a step restart NetworkManager in static IP doc (#584) * Update assign static IP doc to have NM instructions * Add step to restart NetworkManager --- .../guides/maintenance/assign-static-ip.rst | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/source/clear-linux/guides/maintenance/assign-static-ip.rst b/source/clear-linux/guides/maintenance/assign-static-ip.rst index c535ccab..9028fbfc 100644 --- a/source/clear-linux/guides/maintenance/assign-static-ip.rst +++ b/source/clear-linux/guides/maintenance/assign-static-ip.rst @@ -79,7 +79,7 @@ The method below uses the command line tool *nmcli* to modify network connection. -#. Identify the existing connection name. +#. Identify the existing connection name: .. code:: bash @@ -114,7 +114,15 @@ connection. :file:`/etc/NetworkManager/system-connections/*.nmconnection`. can be edited directly. -#. Verify your static IP address details have been set + +#. Restart the NetworkManager server to reload the DNS servers: + + .. code-block:: bash + + sudo systemctl restart NetworkManager + + +#. Verify your static IP address details have been set: .. code-block:: bash @@ -167,7 +175,8 @@ created manually. sudo systemctl restart systemd-networkd -#. Verify your static IP address details have been set + +#. Verify your static IP address details have been set: .. code-block:: bash