** Changed in: nmap (Ubuntu)
Status: Needs Info => Rejected
--
nmap wrongly reports host is blocking ping probes
https://bugs.launchpad.net/bugs/91004
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing l
Well, um, I am the submitter and I can testify that the bug is not a bug
AFAIK.
Please, close at will.
--
nmap wrongly reports host is blocking ping probes
https://bugs.launchpad.net/bugs/91004
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact f
Steve Kowalik <[EMAIL PROTECTED]> writes:
> Neither Tollef or myself are able to reproduce this bug. I'm setting
> this bug to Needs Info.
I can no longer reproduce this either - unfortunately I'm not sure
what network and what computer/device I was able to reproduce this on.
But it was definitel
Neither Tollef or myself are able to reproduce this bug. I'm setting
this bug to Needs Info.
** Changed in: nmap (Ubuntu)
Status: Confirmed => Needs Info
--
nmap wrongly reports host is blocking ping probes
https://bugs.launchpad.net/bugs/91004
You received this bug notification because y
Bringing milestone forward
** Changed in: nmap (Ubuntu)
Target: 7.04-beta => ubuntu-7.04
--
nmap wrongly reports host is blocking ping probes
https://launchpad.net/bugs/91004
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Christof Krüger, thank you - your explanation solved my problem. User
error.
James Troup , your problems should be opened as a new bug.
--
nmap wrongly reports host is blocking ping probes
https://launchpad.net/bugs/91004
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.u
I'm having the same problem here. Worse, it doesn't even work if you
pass it -P0.
% sudo nmap -P0 - 10.0.0.71
Starting Nmap 4.20 ( http://insecure.org ) at 2007-03-14 19:34 GMT
Initiating ARP Ping Scan at 19:34
Scanning 10.0.0.71 [1 port]
Completed ARP Ping Scan at 19:34, 0.22s elapsed (1 to
nmap entirely non-functional, regression from edgy
** Changed in: nmap (Ubuntu)
Status: Unconfirmed => Confirmed
Target: None => 7.04-beta
--
nmap wrongly reports host is blocking ping probes
https://launchpad.net/bugs/91004
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.co
Did you start nmap as unpriviledged user? Nmap does not use ICMP echo
requests when run as unpriviledged user, instead it sends a SYN packet
to port 80 of the target.
If you want to be sure to use icmp ping types, use the -PE, -PP and -PM
options of nmap and be sure to have the right priviledges.