Determining the status of resources
To check the actual status of the network interface, use the IP netstat and ifconfig commands.
The netstat command provides the names of all network interfaces together with addressing and statistical information. The ifconfig command shows the current parameters of a specified network interface.
- The netstat command provides the names of all network interfaces together
with addressing and statistical information. To list all network interfaces,
from the Connection Manager command line, enter:
netstat -i
An example on a Linux is shown in Sample output of netstat command - Linux
- To show the current parameters of a specified network interface, from the SafeLinx Server
command line on UNIX-based systems, enter:
ifconfig mn0
On Windows systems, enter:ipconfig mn0
An example on a Linux is shown in Sample output of ifconfig command - Linux