User Tools

Site Tools


find_nic_uuid

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
find_nic_uuid [2024/01/18 14:32] walkeradminfind_nic_uuid [2024/01/18 14:35] (current) – [Find UUID] walkeradmin
Line 10: Line 10:
   UUID=30892bab-fe54-4c77-9a95-8af5d77ddbd4   UUID=30892bab-fe54-4c77-9a95-8af5d77ddbd4
 \\  \\ 
-Unfortunately I did not have this line in my configuration file and needed to add it, but how do I get the UUID? Luckily it is very simple, we can use the following command line:+Unfortunately I did not have this line in my configuration file and needed to add it, but how do I get the UUID? Luckily it is very simple
 +\\  
 +---- 
 +==== Find UUID ==== 
 +We can use the following command line:
 \\  \\ 
   nmcli connection show eno1 |grep connection.uuid   nmcli connection show eno1 |grep connection.uuid
Line 20: Line 24:
   connection.uuid:                        30892bab-fe54-4c77-9a95-8af5d77ddbd4   connection.uuid:                        30892bab-fe54-4c77-9a95-8af5d77ddbd4
 \\  \\ 
- +The command<color #ed1c24>nmcli connection show eno1</color> on its own will show you quite a lot of information about that interface, but if you only want the UUID then using <color #ed1c24>|grep connection.uuid</color> will display just that. 
-  nmcli connection show eno1+\\  
 +\\ 
find_nic_uuid.1705588323.txt.gz · Last modified: 2024/01/18 14:32 by walkeradmin