User Tools

Site Tools


educare:nmcli

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
educare:nmcli [2018/04/25 07:55] – external edit 127.0.0.1educare:nmcli [2020/06/08 22:20] – external edit 127.0.0.1
Line 1: Line 1:
 +====Network Manager====
 +
 +Network Manager di Mate/GNOME ha una GUI ma può essere usato anche da linea di comando CLI.
 +L'eseguibile infatti si chiama //nmcli//.
 +
 +L'eseguibile __più semplice__ si chiama **nmtui**
 +
 +
 +===Esempio Che elenca le connessioni **esistenti**, ognuna con un UUID===
 +
 +  nmcli connection show
 +  
 +  NAME                  UUID                                   TYPE       TIMESTAMP-REAL                    
 +  Connessione4          1234227b-fbec-4fbf-90f0-bf4f92598d95   802-11-wireless   never     
 +  
 +Per connettersi potrebbe essere necessario abilitare le chiavette internet (WWAN)
 +
 +  nmcli netrworking on
 +  nmcli radio wwan on
 +
 +Attendere   30 secondi
 +  
 +  nmcli connection up uuid 1234227b-fbec-4fbf-90f0-bf4f92598d95
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +== Esempio VECCHIO NON FUNZIONANTE ==
 +
 +  nmcli con list
 +  
 +  NAME                  UUID                                   TYPE       TIMESTAMP-REAL                    
 +  Connessione4          1234227b-fbec-4fbf-90f0-bf4f92598d95   802-11-wireless   never     
 +  
 +Per connettersi potrebbe essere necessario abilitare le chiavette internet (WWAN)
 +
 +  nmcli nm wwan on
 +
 +Attendere   30 secondi
 +  
 +  nmcli con up uuid 1234227b-fbec-4fbf-90f0-bf4f92598d95
  
educare/nmcli.txt · Last modified: 2020/07/25 09:27 by profpro