Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


admin_grundlagen:tcp_udp

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 -
admin_grundlagen/tcp_udp.txt · Zuletzt geändert: 2025/11/28 14:34 von ingo_wichmann