Zeigt WLAN-Status und Netzwerk-Diagnose
Diagnoses WLAN connectivity and network issues with status checks, IP detection, DNS tools, and connection tests.
/plugin marketplace add fellnerd/claude-marketplace/plugin install my-mac-plugin@dimetrics-marketplaceNetzwerk-Informationen und Diagnose-Tools.
# WLAN Interface Info
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I
# Lokale IP
ipconfig getifaddr en0
# Öffentliche IP
curl -s ifconfig.me
# Alle Interfaces
ifconfig | grep "inet " | awk '{print $2}'
# Aktuelle DNS-Server
scutil --dns | grep "nameserver" | head -5
# DNS für Domain testen
nslookup {{DOMAIN}}
# Ping
ping -c 4 {{HOST}}
# Traceroute
traceroute {{HOST}}
# Port-Erreichbarkeit
nc -zv {{HOST}} {{PORT}}
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -s
sudo dscacheutil -flushcache && sudo killall -HUP mDNSResponder
echo "DNS Cache geleert"