IPv4 and IPv6 basics

Date: 2023/10/20 (initial publish), 2024/02/23 (last update)

Source: en/note-00051.md

Previous Post Top Next Post

TOC

Here is a memo of me trying to understand typical IP address usages on typical desktop systems.

IPv4 and IPv6 basics

For more, read zero-configuration networking.

My /etc/hosts on hostname goofy has:

127.0.0.1	localhost
127.0.1.1	goofy

# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

Corresponding binary, hexadecimal, and decimal numbers

Previous Post Top Next Post