On 2/3/06, Melameth, Daniel D. <[EMAIL PROTECTED]> wrote: > I don't get it--it appears nmap is broken. Perhaps I'm overlooking > something obvious, but any thoughts appreciated... > > > An nmap scan gives me this: > > $ sudo nmap 208.139.x.x > > Starting nmap 3.81 ( http://www.insecure.org/nmap/ ) at 2006-02-03 19:45 > MST > Note: Host seems down. If it is really up, but blocking our ping probes, > try -P0 > Nmap finished: 1 IP address (0 hosts up) scanned in 2.109 seconds >
Try following the suggestion: $ sudo nmap -P0 208.139.x.x and then if that still doesn't work, post again. Perhaps nmap has a different sort of ping than the standard? -Kousu

