From cbd9b45adc6e268dbd2f030cc02a06f48cbe6ea7 Mon Sep 17 00:00:00 2001 From: Joeboyc2 Date: Wed, 14 Nov 2018 20:26:07 +0000 Subject: [PATCH] Updated the fine nmcli command (#243) --- Documentation/network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/network.md b/Documentation/network.md index e0ee527c2..5bb5b73ba 100644 --- a/Documentation/network.md +++ b/Documentation/network.md @@ -132,7 +132,7 @@ In addition I have found it is wise to set the dns server and the local gateway. nmcli> set ipv4.dns 192.168.100.1 nmcli> set ipv4.gateway 192.168.100.1 nmcli> save -nmcli> exit +nmcli> quit ``` If you now view the default connection `cat /etc/NetworkManager/system-connections/default` you should see the method is manual and the address is set.