[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ssh-ing in inside private network



On Tue, 31 May 2016 23:27:36 +0100
Lisi Reisz <lisi.reisz@gmail.com> wrote:


> 
> Starting Nmap 6.00 ( http://nmap.org ) at 2016-05-31 23:14 BST
> Nmap done: 1 IP address (0 hosts up) scanned in 0.52 seconds
> root@Tux-II:/home/lisi# nmap 192.168.0.5 -Pn 22

For future reference, this should have been nmap 192.168.0.5 -Pn -p 22

Normally nmap will ping a host before trying ports, and if pings are
not being answered, this will slow things down. With -Pn, nmap will try
the ports you want without the initial ping. But if you're expecting a
ping reply, this immediately tells you there is a problem...

-- 
Joe



Reply to: