We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c437e9 commit ef5bdf1Copy full SHA for ef5bdf1
1 file changed
README.md
@@ -129,7 +129,7 @@ nmcli connection modify "eno1" ipv4.addresses "" ipv4.method ignore
129
130
# [static: run it]
131
# ================
132
-# nmcli-cli-ipv4 -x eno1 static 2001:db8:1::101/48 2001:db8:1::1 "2001:db8:1::1,2001:db8:1::2"
+# nmcli-cli-ipv4 -x eno1 static 192.168.1.101/24 192.168.1.1 "192.168.1.1,10.0.0.2"
133
Applying: nmcli connection modify "eno1" ipv4.addresses "192.168.1.101/24" ipv4.method manual
134
Applying: nmcli connection modify "eno1" ipv4.gateway "192.168.1.1"
135
Applying: nmcli connection modify "eno1" ipv4.dns "192.168.1.1,10.0.0.2"
0 commit comments