Verbindungen

Aktive Verbindungen:

netstat -an 
ss -an 
lsof -i 

Port-Nutzung:

netstat -tlnp | grep :PORT
ss -tlnp | grep :PORT
lsof -i :PORT

Routing:

ip route
route -n 

Interfaces:


Revision #1
Created 2025-12-06 12:18:37 UTC by Denode
Updated 2025-12-06 12:18:37 UTC by Denode