I use nmap tool to scan all port on my computer, but all 1000 scanned port are closed. Like the following result:
Nmap scan report for minhvu (192.168.1.3)
Host is up (0.00026s latency).
All 1000 scanned ports on minhvu (192.168.1.3) are closed
Nmap done: 1 IP address (1 host up) scanned in 0.06 seconds
And then i scanned for daynhauhoc.com, i got this
nmap daynhauhoc.com
Starting Nmap 6.40 ( http://nmap.org ) at 2015-09-08 11:54 ICT
Nmap scan report for daynhauhoc.com (128.199.206.246)
Host is up (0.052s latency).
Not shown: 997 closed ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
2222/tcp open EtherNet/IP-1
Nmap done: 1 IP address (1 host up) scanned in 2.03 seconds
How can i actively open a specific port?