$ sudo nmap -sS -p 8070 howi42.loginto.me
Starting Nmap 7.01 (
https://nmap.org ) at 2018-01-13 09:16 MST
Nmap scan report for howi42.loginto.me (51.174.32.86)
Host is up (0.17s latency).
rDNS record for 51.174.32.86: 86.51-174-32.customer.lyse.net
PORT STATE SERVICE
8070/tcp
filtered unknown
Nmap done: 1 IP address (1 host up) scanned in 2.12 seconds
$
From nmap documentation:
Quote:
The state is either open , filtered , closed , or unfiltered . Open means that an application on the target machine is listening for connections/packets on that port. Filtered means that a firewall, filter, or other network obstacle is blocking the port so that Nmap cannot tell whether it is open or closed .
|