RFC4193 IPv6 Generator

When you set up IPv6, you may need to set up your own local, non-routable IP addresses on your network - similar to the older RFC1918 blocks. RFC-4193 addresses (no pun intended) this issue.

Your IP address block assigned should be generated randomly from the fc00::/7 block. As IETF hasn't formalized fc00::/8, addresses should be assigned out of fd00::/8.

This means that your resulting IPv6 network will look like:

fdxx:xxxx:xxxx::/48

and you'll have

fdxx:xxxx:xxxx:0:/64 through fdxx:xxxx:xxxx:ffff:/64 as routable blocks within your private /48.

The 40 bytes of the /48 (xx:xxxx:xxxx) is supposed to be generated randomly through one of several suggested methods.

MAC Address: (xx:xx:xx:xx:xx:xx):

Your Private IPv6 network is:

giving you access to the to the following /64s:

This page uses the first method suggested by IETF using the current timestamp plus the mac address, sha1 hashed, and the lower 40 bits to generate your random ULA. Consequently, if two organizations hit this page within the same second, with the same mac address to generate a ULA, they could have identical ULAs.