Background
For troubleshooting networking issues with a Linux/Unix server, the nmap utility is extremely useful. For Windows with PowerShell version 3, there is a script can help you almost as much as nmap; see this posting if you are interested. For newer versions of PowerShell, use the Test-NetConnection command.
Problem scenario
You use nmap to test a port on an IP address.
…
Continue reading “How Do You Troubleshoot a False “State” Value in nmap Results?”