forked from server/user-documentation
fix: dns argument for ipv4 manual network in docs/modules/ROOT/pages/installation/postinstallation-tasks.adoc
This commit is contained in:
parent
19643f5d0f
commit
dcd19fe3a3
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ c. Optionally reconfigure IPv4 as static. But make sure the IPv6 address works a
|
|||
[…]# nmcli con mod 'enp3s0' ipv4.method manual \
|
||||
ipv4.addresses <YOUR_IPv4>/27 \
|
||||
ipv4.gateway <GATEWAY> \
|
||||
ipv6.dns "<DNS1_IPv4> <DNS2_IPv4>"
|
||||
ipv4.dns "<DNS1_IPv4> <DNS2_IPv4>"
|
||||
[…]# nmcli con up'enp3s0'
|
||||
[…]# nmcli con reload
|
||||
----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue