{% extends 'ipv6ula/base.html' %} {% block content %}

Welcome to the IPv6 ULA registry

This is the new IPv6 ULA registry. It is inspired by the original ULA registry from sixxs and (will contain!) contains all of the prefixes that were in the sixxs database.

While is is debatable whether or not there should be a ULA registry at all, we at ungleich frequently were asked to provide a ULA registry for those who don't have the resources to use global unique addresses, but still want to indicate that a network is used.

At ungleich we neither endorse nor condemn the use of ULA. Our objective is to enable everyone everywhere with IPv6. In this regard we hope that this ULA registry is enabling some additional people to migrate to IPv6.

To login and submit prefixes you need to create an ungleich account.

{% for ula in object_list %} {% endfor %}
Prefix Name Organization URL
{{ ula.prefix }} {{ ula.name }} {{ ula.organization }} {{ ula.website }}
{% endblock %}