Link-Local (fe80::) Generates a link-local address derived from the interface MAC address using the EUI-64 format. Link-local addresses:
Are scoped to the local network segment
Use prefix fe80::/64
Do not require a gateway
Are automatically generated with a /64 prefix
The generated address is pre-filled in the form. You can adjust it before saving.
ULA (fd00::) Generates a Unique Local Address following RFC 4193. ULA addresses:
Are used for private IPv6 networking (similar to RFC 1918 for IPv4)
Use the fd00::/8 prefix with a random 40-bit identifier
Default prefix length is /48
Gateway is optional
The generated address is pre-filled in the form. You can adjust it before saving.
Manual Opens an empty form where you can enter any valid IPv6 address. Fields:
IPv6 Address: A valid IPv6 address (e.g., `2001:db8::1`)
Prefix Length: CIDR prefix, between 1 and 128 (common values: 48, 64, 128)
Gateway (optional): IPv6 gateway address for routed traffic
The address type (Link-Local, ULA, or Global) is automatically determined from the address prefix. All addresses are applied to the interface immediately after confirmation.
Link-Local :Prefix fe80::/10 Range fe80:: to fe80::ffff:ffff:ffff:ffff Communication on the local segment only. Always present on IPv6-enabled interfaces
ULA: Prefix fc00::/7 range fd00:: to fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff Private networks, inter-site communication without global reachability
Global (GUA) Prefix: 2000::/3 range 2000:: to 3fff:ffff:ffff:ffff:ffff:ffff:ffff:ffff Globally routable addresses, assigned by ISPs or RIRs