update network ports

This commit is contained in:
Roger Rutishauser 2025-01-02 21:22:47 +01:00
parent e6c1f7b12a
commit 4f6703803e

View File

@ -120,7 +120,7 @@ Sortiert zuerst IPv4 danach IPv6
| Proto | tcp | The protocol in use, e.g., tcp (Transmission Control Protocol) or udp (User Datagram Protocol). | | Proto | tcp | The protocol in use, e.g., tcp (Transmission Control Protocol) or udp (User Datagram Protocol). |
| Recv-Q | 0 | The receive queue size: The number of bytes waiting to be read by the application. Usually 0. | | Recv-Q | 0 | The receive queue size: The number of bytes waiting to be read by the application. Usually 0. |
| Send-Q | 0 | The send queue size: The number of bytes waiting to be acknowledged by the remote host. Usually 0. | | Send-Q | 0 | The send queue size: The number of bytes waiting to be acknowledged by the remote host. Usually 0. |
| Local Address | 0.0.0.0:81 The local address and port the process is bound to:<br/>- 0.0.0.0 means the process listens on all IPv4 interfaces.<br/>- :81 is the port number being listened on. | | Local Address | 0.0.0.0:81 | The local address and port the process is bound to:<br/>- 0.0.0.0 means the process listens on all IPv4 interfaces.<br/>- :81 is the port number being listened on. |
| Foreign Address | 0.0.0.0:* | The remote address and port the socket is connected to:<br/>- 0.0.0.0:* indicates no remote connection yet (listening state). | | Foreign Address | 0.0.0.0:* | The remote address and port the socket is connected to:<br/>- 0.0.0.0:* indicates no remote connection yet (listening state). |
| State | LISTEN | The connection state. LISTEN means the process is waiting for incoming connections. | | State | LISTEN | The connection state. LISTEN means the process is waiting for incoming connections. |
| PID/Program name | 1316/docker-proxy | The process ID (PID) and program name of the process handling this connection:<br/>- 1316 is the unique process ID.<br/>- docker-proxy is the name of the program managing the socket. | | PID/Program name | 1316/docker-proxy | The process ID (PID) and program name of the process handling this connection:<br/>- 1316 is the unique process ID.<br/>- docker-proxy is the name of the program managing the socket. |