Updated the fine nmcli command (#243)

This commit is contained in:
Joeboyc2 2018-11-14 20:26:07 +00:00 committed by Pascal Vizeli
parent 56992c6a77
commit cbd9b45adc

View File

@ -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.