Slash Command
/network-health
Check network configuration and connectivity health:
From linux-desktop-mgmtInstall
1
Run in your terminal$
npx claudepluginhub danielrosehill/claude-code-plugins --plugin lan-managerCommand Content
Check network configuration and connectivity health:
- Check network interfaces:
ip addr show - Verify default gateway:
ip route show - Check DNS configuration:
cat /etc/resolv.conf - Test DNS resolution:
nslookup google.com - Check listening ports:
ss -tulpn - Review network statistics:
ss -s - Check for network errors:
ip -s link - Test internet connectivity:
ping -c 3 8.8.8.8 && ping -c 3 google.com - Check LAN gateway:
ping -c 3 192.168.1.1 - Review Cloudflare Tunnel status if running:
docker ps | grep cloudflare
Provide Daniel with:
- Network interface status (IP: 192.168.1.20 expected)
- Gateway connectivity (192.168.1.1)
- DNS resolution status
- Internet connectivity status
- Listening services and ports
- Network errors or packet loss
- Cloudflare Tunnel status
- Any network configuration issues
- Recommendations for network problems
Other plugins with /network-health
Stats
Stars0
Forks0
Last CommitNov 15, 2025