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

Merged
ryanlerch merged 1 commit from main into main 2025-08-16 14:42:50 +00:00

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