dcd19fe
@@ -257,7 +257,7 @@
[…]# 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
----
Fix a typo I found following the instructions.
Fix a typo I found following the instructions.