User guide
Chapter 6 – RouteFinder Software
Multi-Tech Systems, Inc. RouteFinder RF850/860 User Guide (PN S000400E) 129
Statistics & Logs > Networks
Network Connections
Click the Network Connections button to display the status of all current (active) network connections
to or from your RouteFinder. It also shows you all of the established TCP sessions and all of the TCP
and UDP ports that the RouteFinder is listening to for incoming connections. (Connections through the
RouteFinder are not shown).
TCP and UDP Connections Example
Proto
Protocol - TCP or UDP (RAW sockets are not supported).
Recv-Q
Receive Queue - An entry here means that the IP stack had received data at the moment
you requested the output.
Send-Q
Send Queue - An entry here means that the IP stack sent data at the moment you
requested output.
Local Address
Shows the local (Servers) IP address and the port separated by a colon (:). If you find here,
for example, 192.168.2.43:443, you know that there is an active HTTPS session.
Foreign Address
The destination IP address and port (for example 192.168.2.40:1034).
State
Status of the connection – Sets of possible states reported are, for example:
LISTEN, ESTABLISHED. TIME_WAIT.
PID/Program Name
Process ID (PID) and process name of the process that has the socket open.
UNIX Connections Example
Proto
Protocol: UNIX
RefCnt
Reference Count – Attached processes via this socket.
Flags
Flags Displayed – Flags displayed are SO-ACCEPTON (displayed as ACC),
SO_WAITDATA (W), or SO_NOSPACE (N). SO-ACCEPTON is used on unconnected
sockets if their corresponding processes are waiting for a connect request. The other flags
are not of normal interest.
Type
Shows types of socket access:
SOCK_DGRAM – The socket is used in Datagram (connectionless) mode.
SOCK_STREAM – This is a stream (connection) socket.
SOCK_RAW – The socket is used as a raw socket.
SOCK_RDM – This one serves reliably-delivered messages.
SOCK_SEQPACKET – This is a sequential packet socket.
SOCK_PACKET – Raw interface access socket.
UNKNOWN