Benutzer-Werkzeuge

Webseiten-Werkzeuge


sammlung:netzwerk-informationen

Dies ist eine alte Version des Dokuments!


Netzwerk-Informationen

# Netzwerk-Interfaces
cat /proc/net/dev                # Interface-Statistiken
ip addr show                     # IP-Adressen und Interfaces
ip link show                     # Link-Status
ip route show                    # Routing-Tabelle

# Netzwerk-Konfiguration
cat /etc/hostname                # System-Hostname
cat /etc/hosts                   # Host-Datei
cat /etc/resolv.conf             # DNS-Konfiguration

# Netzwerk-Statistiken
cat /proc/net/netstat            # Netzwerk-Statistiken
cat /proc/net/snmp               # SNMP-Statistiken
ss -tuln                         # Socket-Statistiken
netstat -tuln                    # Traditionelle Socket-Anzeige

# ARP-Tabelle
cat /proc/net/arp                # ARP-Cache
ip neigh show                    # Neighbor-Tabelle

# Interface-Details aus /sys
ls /sys/class/net/               # Netzwerk-Interfaces
cat /sys/class/net/*/speed       # Interface-Geschwindigkeit
cat /sys/class/net/*/operstate   # Interface-Status
cat /sys/class/net/*/address     # MAC-Adressen

# Wireless-Informationen (falls verfügbar)
cat /proc/net/wireless           # WLAN-Interface-Statistiken
sammlung/netzwerk-informationen.1754382052.txt.gz · Zuletzt geändert: (Externe Bearbeitung)