127.0.0.1 é o endereço IP da máquina local. Isso significa que a máquina que você está trabalhando e é o mesmo para all de nós (todos nós temos isso). Esta linha não deve ser mexida.
127.0.1.1. Seção 10.4 do manual debian :
% bl0ck_qu0te%É adicionado devido a esse bug: link
Ambos os IPs são IPv4. Como o mundo está ficando sem endereços IP, também há IPv6. Onde o IPv4 usa 4 números de 0 a 255 (aproximadamente; portanto, 2 ** 32 permutações) os endereços IPv6 têm 128 bits de comprimento (então 2 * 128 permutações) usados em 8 grupos de 4 dígitos hexadecimais.
Estes ...
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
são todas as versões do IPv6. :: 1 é a versão IPv6 do 127.0.0.1, portanto, também significa host local.
Estes são endereços multicast :
% bl0ck_qu0te%Address Description
ff02::1 All nodes on the local network segment
ff02::2 All routers on the local network segment
ff02::5 OSPFv3 All SPF routers
ff02::6 OSPFv3 All DR routers
ff02::8 IS-IS for IPv6 routers
ff02::9 RIP routers
ff02::a EIGRP routers
ff02::d PIM routers
ff02::16 MLDv2 reports (defined in RFC 3810)
ff02::1:2 All DHCP servers and relay agents on the local network segment (defined in RFC 3315)
ff02::1:3 All LLMNR hosts on the local network segment (defined in RFC 4795)
ff05::1:3 All DHCP servers on the local network site (defined in RFC 3315)
ff0x::c Simple Service Discovery Protocol
ff0x::fb Multicast DNS
ff0x::101 Network Time Protocol
ff0x::108 Network Information Service
ff0x::114 Used for experiments