NMAP Always says host is down (when using -Pn it says ports filtered)
I am running Kali 2.0 (Kali sana) and I have a problem with NMAP
, it everytime says that host is down when I scan it (even myself with firewall off)... When I try online nmap
(https://pentest-tools.com/network-vulnerability-scanning/tcp-port-scanner-online-nmap) on my IP it works... I do not know what can be wrong.
networking security port nmap
add a comment |
I am running Kali 2.0 (Kali sana) and I have a problem with NMAP
, it everytime says that host is down when I scan it (even myself with firewall off)... When I try online nmap
(https://pentest-tools.com/network-vulnerability-scanning/tcp-port-scanner-online-nmap) on my IP it works... I do not know what can be wrong.
networking security port nmap
add a comment |
I am running Kali 2.0 (Kali sana) and I have a problem with NMAP
, it everytime says that host is down when I scan it (even myself with firewall off)... When I try online nmap
(https://pentest-tools.com/network-vulnerability-scanning/tcp-port-scanner-online-nmap) on my IP it works... I do not know what can be wrong.
networking security port nmap
I am running Kali 2.0 (Kali sana) and I have a problem with NMAP
, it everytime says that host is down when I scan it (even myself with firewall off)... When I try online nmap
(https://pentest-tools.com/network-vulnerability-scanning/tcp-port-scanner-online-nmap) on my IP it works... I do not know what can be wrong.
networking security port nmap
networking security port nmap
edited Jan 21 '18 at 19:25
Raghav Dinesh
1115
1115
asked Jan 8 '16 at 21:34
EntropyEntropy
615
615
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You are probably seeing this message:
Note: Host seems down. If it is really up, but blocking our ping probes, try -PN
Usually, nmap
sends a number of probes to determine if the host is actually up or down, one of them is ping
ing the host. ping
uses ICMP packets to reach the host, so if you're seeing that message it's either because the destination host has incoming ICMP
packets filtered, either because you have outgoing ICMP packets filtered in your firewall.
As per the situation that you describe (nmap
run from an external source works fine but you locally are unable to nmap
any host), the most likely reason is that you have outgoing ICMP packets filtered. Note that router is not the only device capable of blocking traffic. Antivirus, software firewalls also are.
I see that but when i try online nmap tool it works.... It does that thing "host seems down" for every host i try...
– Entropy
Jan 9 '16 at 20:09
Then you probably have outgoing ICMP requests filtered.
– nKn
Jan 9 '16 at 20:26
My router is not filtering ICMP packets nor there is other way it can be filtered as it works on my WIndows machine (main machine - Kali is Dual Boot)... And I do not have Antivirus or firewall on Kali.
– Entropy
Jan 10 '16 at 13:27
It suddenly stopped to work even on Windows...
– Entropy
Jan 10 '16 at 18:50
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1023717%2fnmap-always-says-host-is-down-when-using-pn-it-says-ports-filtered%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You are probably seeing this message:
Note: Host seems down. If it is really up, but blocking our ping probes, try -PN
Usually, nmap
sends a number of probes to determine if the host is actually up or down, one of them is ping
ing the host. ping
uses ICMP packets to reach the host, so if you're seeing that message it's either because the destination host has incoming ICMP
packets filtered, either because you have outgoing ICMP packets filtered in your firewall.
As per the situation that you describe (nmap
run from an external source works fine but you locally are unable to nmap
any host), the most likely reason is that you have outgoing ICMP packets filtered. Note that router is not the only device capable of blocking traffic. Antivirus, software firewalls also are.
I see that but when i try online nmap tool it works.... It does that thing "host seems down" for every host i try...
– Entropy
Jan 9 '16 at 20:09
Then you probably have outgoing ICMP requests filtered.
– nKn
Jan 9 '16 at 20:26
My router is not filtering ICMP packets nor there is other way it can be filtered as it works on my WIndows machine (main machine - Kali is Dual Boot)... And I do not have Antivirus or firewall on Kali.
– Entropy
Jan 10 '16 at 13:27
It suddenly stopped to work even on Windows...
– Entropy
Jan 10 '16 at 18:50
add a comment |
You are probably seeing this message:
Note: Host seems down. If it is really up, but blocking our ping probes, try -PN
Usually, nmap
sends a number of probes to determine if the host is actually up or down, one of them is ping
ing the host. ping
uses ICMP packets to reach the host, so if you're seeing that message it's either because the destination host has incoming ICMP
packets filtered, either because you have outgoing ICMP packets filtered in your firewall.
As per the situation that you describe (nmap
run from an external source works fine but you locally are unable to nmap
any host), the most likely reason is that you have outgoing ICMP packets filtered. Note that router is not the only device capable of blocking traffic. Antivirus, software firewalls also are.
I see that but when i try online nmap tool it works.... It does that thing "host seems down" for every host i try...
– Entropy
Jan 9 '16 at 20:09
Then you probably have outgoing ICMP requests filtered.
– nKn
Jan 9 '16 at 20:26
My router is not filtering ICMP packets nor there is other way it can be filtered as it works on my WIndows machine (main machine - Kali is Dual Boot)... And I do not have Antivirus or firewall on Kali.
– Entropy
Jan 10 '16 at 13:27
It suddenly stopped to work even on Windows...
– Entropy
Jan 10 '16 at 18:50
add a comment |
You are probably seeing this message:
Note: Host seems down. If it is really up, but blocking our ping probes, try -PN
Usually, nmap
sends a number of probes to determine if the host is actually up or down, one of them is ping
ing the host. ping
uses ICMP packets to reach the host, so if you're seeing that message it's either because the destination host has incoming ICMP
packets filtered, either because you have outgoing ICMP packets filtered in your firewall.
As per the situation that you describe (nmap
run from an external source works fine but you locally are unable to nmap
any host), the most likely reason is that you have outgoing ICMP packets filtered. Note that router is not the only device capable of blocking traffic. Antivirus, software firewalls also are.
You are probably seeing this message:
Note: Host seems down. If it is really up, but blocking our ping probes, try -PN
Usually, nmap
sends a number of probes to determine if the host is actually up or down, one of them is ping
ing the host. ping
uses ICMP packets to reach the host, so if you're seeing that message it's either because the destination host has incoming ICMP
packets filtered, either because you have outgoing ICMP packets filtered in your firewall.
As per the situation that you describe (nmap
run from an external source works fine but you locally are unable to nmap
any host), the most likely reason is that you have outgoing ICMP packets filtered. Note that router is not the only device capable of blocking traffic. Antivirus, software firewalls also are.
edited Jan 10 '16 at 8:45
answered Jan 9 '16 at 17:55
nKnnKn
4,48552231
4,48552231
I see that but when i try online nmap tool it works.... It does that thing "host seems down" for every host i try...
– Entropy
Jan 9 '16 at 20:09
Then you probably have outgoing ICMP requests filtered.
– nKn
Jan 9 '16 at 20:26
My router is not filtering ICMP packets nor there is other way it can be filtered as it works on my WIndows machine (main machine - Kali is Dual Boot)... And I do not have Antivirus or firewall on Kali.
– Entropy
Jan 10 '16 at 13:27
It suddenly stopped to work even on Windows...
– Entropy
Jan 10 '16 at 18:50
add a comment |
I see that but when i try online nmap tool it works.... It does that thing "host seems down" for every host i try...
– Entropy
Jan 9 '16 at 20:09
Then you probably have outgoing ICMP requests filtered.
– nKn
Jan 9 '16 at 20:26
My router is not filtering ICMP packets nor there is other way it can be filtered as it works on my WIndows machine (main machine - Kali is Dual Boot)... And I do not have Antivirus or firewall on Kali.
– Entropy
Jan 10 '16 at 13:27
It suddenly stopped to work even on Windows...
– Entropy
Jan 10 '16 at 18:50
I see that but when i try online nmap tool it works.... It does that thing "host seems down" for every host i try...
– Entropy
Jan 9 '16 at 20:09
I see that but when i try online nmap tool it works.... It does that thing "host seems down" for every host i try...
– Entropy
Jan 9 '16 at 20:09
Then you probably have outgoing ICMP requests filtered.
– nKn
Jan 9 '16 at 20:26
Then you probably have outgoing ICMP requests filtered.
– nKn
Jan 9 '16 at 20:26
My router is not filtering ICMP packets nor there is other way it can be filtered as it works on my WIndows machine (main machine - Kali is Dual Boot)... And I do not have Antivirus or firewall on Kali.
– Entropy
Jan 10 '16 at 13:27
My router is not filtering ICMP packets nor there is other way it can be filtered as it works on my WIndows machine (main machine - Kali is Dual Boot)... And I do not have Antivirus or firewall on Kali.
– Entropy
Jan 10 '16 at 13:27
It suddenly stopped to work even on Windows...
– Entropy
Jan 10 '16 at 18:50
It suddenly stopped to work even on Windows...
– Entropy
Jan 10 '16 at 18:50
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1023717%2fnmap-always-says-host-is-down-when-using-pn-it-says-ports-filtered%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown