From dcd19fe3a30f535bc89e000cb49cb6f12c4bb683 Mon Sep 17 00:00:00 2001 From: Dhole W Date: Jan 08 2025 13:27:24 +0000 Subject: fix: dns argument for ipv4 manual network in docs/modules/ROOT/pages/installation/postinstallation-tasks.adoc --- diff --git a/docs/modules/ROOT/pages/installation/postinstallation-tasks.adoc b/docs/modules/ROOT/pages/installation/postinstallation-tasks.adoc index 7e1cd3d..cad336f 100644 --- a/docs/modules/ROOT/pages/installation/postinstallation-tasks.adoc +++ b/docs/modules/ROOT/pages/installation/postinstallation-tasks.adoc @@ -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 /27 \ ipv4.gateway \ - ipv6.dns " " + ipv4.dns " " […]# nmcli con up'enp3s0' […]# nmcli con reload ----