December 2018
Beginner
320 pages
8h 57m
English
An existing connection profile can be modified using the nmcli con mod command. Additional settings such as DNS servers can be specified here. Some properties, such as IP addresses and gateways, have different names to the name which was used while creating the connection profile.
The command nmcli con mod is followed by arguments which are a set of key/value pairs. The nmcli con show <connection_profile_name> command is used to list the current key values for a connection.
When modifying a DHCP connection profile to static, the profile ipv4.method property key should be set as manual:
|
Property name while creating |
Property name while modifying |
|
ip4 |
ipv4 |
|
gw4 |
gwv4 |
Following are ...
Read now
Unlock full access