Check Network Availability
Check Network Availability
The following commands can be used to check if a remote host is available on the network.
Here is an example to check if port 22 on 192.168.21.32 is open.
Linux
1 | nc -zv 192.168.21.32 22 |
Windows
1 | telnet 192.168.21.32 22 |