Merge #153 fix: dns argument for ipv4 manual network in docs/modules/ROOT/pages/installation/postinstallation-tasks.adoc

This commit is contained in:
Paul Maconi 2025-08-16 14:42:44 +00:00
commit b9c2bf2d0c

View file

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