Exploring IPv6 Address Space for the RADV Router
Exploring IPv6 Address Space for the RADV Router In my last post, I set up the NAT network that will enable the Router Advertisement Daemon (RADV) router to connect to external networks. Now, I’m shifting focus to choosing an address space and documenting what I’ve learned about IPv6 networks in preparation for deploying the RADV router. The Immensity of IPv6 Address Space As I delve into IPv6, I’m astonished by the vastness of its address space. IPv6 provides approximately 10 38 × 3.4 unique addresses—enough to assign an IP address to every grain of sand on Earth and still have plenty left over! This expansive range allows for an unprecedented number of devices to be connected to the internet, far exceeding the limitations of IPv4. Why I Need a Unique Local Address (ULA) For my lab setup, I need to utilise a Unique Local Address (ULA) for internal communication. ULAs are similar to the private address ranges defined in IPv4, such as 192.168.x.x or 10.x.x.x...