====== 4/Transport/UDP/TCP ====== ===== offene Ports anzeigen ===== lsof -Pni oder ss -tulpn ===== TCP Port öffnen und darauf zugreifen ===== ==== nc ==== "Server" (auf IP 192.168.1.213): nc -l -p 5555 "Client": nc 192.168.1.213 5555 ==== socat ==== "Server" (auf IP 192.168.1.213): socat TCP-LISTEN:5555 -