ドメイン名はdebian.debian
127.0.0.1を指します。
$ ping debian.debian
PING debian.debian (127.0.1.1) 56(84) bytes of data.
64 bytes from debian.debian (127.0.1.1): icmp_seq=1 ttl=64 time=0.047 ms
64 bytes from debian.debian (127.0.1.1): icmp_seq=2 ttl=64 time=0.046 ms
私のローカルホストをスキャンすると、他の結果が表示されます。なぜですか?
debian@debian:~$ sudo nmap debian.debian
Starting Nmap 7.80 ( https://nmap.org ) at 2022-10-15 09:56 HKT
Nmap scan report for debian.debian (127.0.1.1)
Host is up (0.0000050s latency).
Not shown: 999 closed ports
PORT STATE SERVICE
80/tcp open http
Nmap done: 1 IP address (1 host up) scanned in 0.09 seconds
debian@debian:~$ sudo nmap 127.0.0.1
Starting Nmap 7.80 ( https://nmap.org ) at 2022-10-15 09:56 HKT
Nmap scan report for localhost (127.0.0.1)
Host is up (0.0000050s latency).
Not shown: 995 closed ports
PORT STATE SERVICE
25/tcp open smtp
53/tcp open domain
80/tcp open http
631/tcp open ipp
5432/tcp open postgresql
Nmap done: 1 IP address (1 host up) scanned in 0.11 seconds
理由を知っていますdebian.debian
。127.0.1.1
アップデート
:質問が追加されました。
httpサービスが127.0.0.1と127.0.1.1の両方で実行されるのはなぜですか?他のサービスが127.0.1.1ではなく127.0.0.1でのみ実行されるのはなぜですか?