update post (network names)

main
Dominic Reich 2 years ago
parent 8f2ab0235a
commit d9079de6f4
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -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. 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...""" But I use the other interface for internet because of speed..."""
date = "2022-11-24T20:15:44+02:00" 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"] categories = ["computerstuff"]
tags = ["linux","networking"] tags = ["linux","networking"]
@ -14,19 +14,19 @@ Check for connection names.
~~~console ~~~console
$ nmcli connection $ nmcli connection
NAME UUID TYPE DEVICE > NAME UUID TYPE DEVICE >
Magneto_5G 923ab10b-be81-4668-9aab-************ wifi wlx00259ce03> MagentaNET 923ab10b-be81-4668-9aab-************ wifi wlx00259ce03>
Alfodr b2bcc61c-19df-41f0-9790-************ wifi wlo1 > DreiNET b2bcc61c-19df-41f0-9790-************ wifi wlo1 >
Kabelgebundene Verbindung 1 c75abc26-19eb-3fec-81b1-************ ethernet -- Kabelgebundene Verbindung 1 c75abc26-19eb-3fec-81b1-************ ethernet --
~~~ ~~~
Start editing the affected connection: Start editing the affected connection:
{{< highlight console "hl_lines=12-14" >}} {{< highlight console "hl_lines=12-14" >}}
$ nmcli connection edit Magneto_5G $ nmcli connection edit MagentaNET
===| nmcli interaktive Verbindungsbearbeitung |=== ===| 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. Tippen Sie »help« oder »?«, um verfügbare Befehle anzuzeigen.
Geben Sie »print« ein, um alle Verbindungseigenschaften anzuzeigen. Geben Sie »print« ein, um alle Verbindungseigenschaften anzuzeigen.

Loading…
Cancel
Save