From 65a3829d54c78fa3f8bca21c7ac4e6150a0cdea4 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 27 Sep 2025 15:22:08 +0200 Subject: [PATCH] docs: update Linux/Arch/new-page/NetworkManager --- Linux/Arch/new-page/NetworkManager.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Linux/Arch/new-page/NetworkManager.md b/Linux/Arch/new-page/NetworkManager.md index f8b8b89..2105d35 100644 --- a/Linux/Arch/new-page/NetworkManager.md +++ b/Linux/Arch/new-page/NetworkManager.md @@ -2,7 +2,7 @@ title: NetworkManager description: published: true -date: 2025-09-27T13:17:10.531Z +date: 2025-09-27T13:22:07.043Z tags: editor: markdown dateCreated: 2025-09-27T13:11:25.852Z @@ -15,8 +15,16 @@ Show available network connections nmcli con show ``` +## DNS + +Change the DNS server for specific connection ``` nmcli con mod "Lukarin Remote Wifi" ipv4.dns "192.168.1.1" nmcli con mod "Lukarin Remote Wifi" ipv4.ignore-auto-dns yes nmcli con up "Lukarin Remote Wifi" +``` + +Check which DNS server is in use +``` +systemd-resolve --status ``` \ No newline at end of file