IPv6'nın ardışık sıfırların atlanmasına izin verdiğini biliyorum. Peki IPv4'e ne dersiniz? İnternette Wikipedia ve RFC 791 - İnternet Protokolü de dahil olmak üzere herhangi bir referans bulamadım . Bu belge , bir IPv4 adresinde "Baştaki sıfırların atlanabileceğini" gösteriyor ('atlandı' terimini arayın). Yeterince spesifik değil.
Bu kabuk oturumuna göz atın:
[~]$ ping -c 1 127.1
PING 127.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.040 ms
--- 127.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.040/0.040/0.040/0.000 ms
[~]$ ping -c 1 127.0.1
PING 127.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.044 ms
--- 127.0.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.044/0.044/0.044/0.000 ms
[~]$ ssh 127.1 :
The authenticity of host '127.1 (127.0.0.1)' can't be established.
ECDSA key fingerprint is 04:48:fa:f2:ef:95:7c:35:46:39:2e:d3:89:dd:cd:87.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '127.1' (ECDSA) to the list of known hosts.
alex@127.1's password:
Açıkça, hem ping hem de ssh, 127.1 ve 127.0.1'in 127.0.0.1 ile aynı olduğunu anlamaktadır. Bu nerede belirtilir?
ping 0.0.0.0
ping 0