update post (network names)
This commit is contained in:
parent
8f2ab0235a
commit
d9079de6f4
1 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue