私は、同じLAN内の私のサーバの1つにnmapの持つポートをスキャンしようとしたと私は多くのポートが開かれました:いくつかのポートはnmapでオープンされているとリストされていますが、サーバでリッスンするポートはわずかです。
Host is up (0.058s latency).
Not shown: 993 closed ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
110/tcp open pop3
143/tcp open imap
993/tcp open imaps
995/tcp open pop3s
3306/tcp open mysql
はそう、私はサービスが聞いているかを確認するためにサーバにログインし、そこにはわずか数です
netstat -plnt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 1205/mysqld
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 32225/sshd
tcp6 0 0 :::22 :::* LISTEN 32225/sshd
tcp6 0 0 :::4118 :::* LISTEN 1264/ds_agent
なぜ、それらのポートがnmapにリストされ、どのように閉じられるのですか?