Add a step restart NetworkManager in static IP doc (#584)

* Update assign static IP doc to have NM instructions

* Add step to restart NetworkManager
This commit is contained in:
puneetse
2019-07-02 15:11:35 -07:00
committed by michael vincerra
parent 4f86b06936
commit 1e29bd2f8f
@@ -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