From d9079de6f490c7a0341663e2519e3c4cd4702801 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Thu, 8 Dec 2022 15:58:23 +0100 Subject: [PATCH] update post (network names) --- .../index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/posts/2022-11-24-changing-network-metrics-on-linux/index.md b/content/posts/2022-11-24-changing-network-metrics-on-linux/index.md index 86f283a..f558226 100644 --- a/content/posts/2022-11-24-changing-network-metrics-on-linux/index.md +++ b/content/posts/2022-11-24-changing-network-metrics-on-linux/index.md @@ -3,7 +3,7 @@ title = "Changing network metrics on linux" summary = """Because I use two network interfaces with more subnets/routes on one of them. But I use the other interface for internet because of speed...""" date = "2022-11-24T20:15:44+02:00" -lastmod = "2022-12-06T21:49:34+01:00" +lastmod = "2022-12-08T15:35:37+01:00" categories = ["computerstuff"] tags = ["linux","networking"] @@ -14,19 +14,19 @@ Check for connection names. ~~~console $ nmcli connection NAME UUID TYPE DEVICE > -Magneto_5G 923ab10b-be81-4668-9aab-************ wifi wlx00259ce03> -Alfodr b2bcc61c-19df-41f0-9790-************ wifi wlo1 > +MagentaNET 923ab10b-be81-4668-9aab-************ wifi wlx00259ce03> +DreiNET b2bcc61c-19df-41f0-9790-************ wifi wlo1 > Kabelgebundene Verbindung 1 c75abc26-19eb-3fec-81b1-************ ethernet -- ~~~ Start editing the affected connection: {{< highlight console "hl_lines=12-14" >}} -$ nmcli connection edit Magneto_5G +$ nmcli connection edit MagentaNET ===| nmcli interaktive Verbindungsbearbeitung |=== -Bestehende Verbindung »802-11-wireless« wird bearbeitet: »Magneto_5G« +Bestehende Verbindung »802-11-wireless« wird bearbeitet: »MagentaNET« Tippen Sie »help« oder »?«, um verfügbare Befehle anzuzeigen. Geben Sie »print« ein, um alle Verbindungseigenschaften anzuzeigen.