Episode 20/2017: In einer fremden Stadt

Notiz an mich: In einer fremden Linux-Stadt, irgendwo in den Wolken, soll ich ein privates Netzwerk konfigurieren. Wie finde ich heraus, wie das private Netzwerkinterface benannt ist, ohne den Support zu kontaktieren?

Die aktuellen Interfaces, z.B.

ifconfig

Dann via Kernel:

ls /sys/class/net
oder
cat /proc/net/dev

Oder über die PCI-Devices („lspci“):

lspci | egrep -i --color 'network|ethernet'

bzw. die Hardware („lshw“):

lshw -class network

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)