Hi,
I am running Windows 7, and also running a virtual machine (Windows XP). I am using NMAP to scan the VM (WinXP) from my Windows host to visualize that the host is up, and also to list ports open. I have turned off the firewall on the VM for easier testing.
Using the command nmap -sn -PR 192.168.1.14 to identify if it is up returns that the host is down (when clearly up).
But...Using the command nmap -sT -Pn 192.168.1.14 to list ports open returns a legit result (showing all/most ports open).
Could someone tell me why is it possible that I can run using that last specific NMAP command shows a good result, and other NMAP commands shows that the host is down?
Thanks much appreciated
↧