Error Adding IPv6 Reverse Lookup Zone

My organization was just allocated an IPv6 prefix (2602:fbd9::/36) from ARIN. While I have had no trouble hosting an IPv4 reverse lookup zone with Cloudflare, I’m can’t seem to add my IPv6 zone. Upon attempting to add 0.9.d.b.f.2.0.6.2.ip6.arpa, I receive an error:

0.9.d.b.f.2.0.6.2.ip6.arpa is not a registered domain

WHOIS information is valid for the prefix: https://whois.arin.net/rest/net/NET6-2602-FBD9-1

Based on the advice at Community Tip - Fixing Code: 1049 example.com is not a registered domain, I’ve configured a temporary nameserver for the zone:

> dig +short @1.1.1.1 NS 0.9.d.b.f.2.0.6.2.ip6.arpa.
dns.evacuo.us.
> dig +short @1.1.1.1 SOA 0.9.d.b.f.2.0.6.2.ip6.arpa.
dns.evacuo.us. admin.evacuo.us. 2022011901 300 200 600 300

Even with a valid nameserver, Cloudflare still gives the same error.

Does Cloudflare not support IPv6 reverse lookup zones (only IPv4), or is there something else I need to do to set this up?

Greetings,

I am a bit confused, are you trying to add a domain name to your Cloudflare account, or rather BYOIP?

I see it’s poitned to a CNAME, which resolves to an IPv6 → did you added the dns sub-domain under the DNS tab of Cloudflare dashboard or rather trying to add sub-domain alone?

While naked domain evacuo.us is already using Cloudflare nameservers.

I’m not trying to bring my IP addresses themsevles; instead, I’m trying to add the domain 0.9.d.b.f.2.0.6.2.ip6.arpa - the reverse DNS lookup zone for my block of IP addresses, where I configure their PTR records. dns.evacuo.us points to a server I control, and I’m temporarily using that server as a nameserver for 0.9.d.b.f.2.0.6.2.ip6.arpa until Cloudflare takes over. (As you note, evacuo.us is also using Cloudflare for its nameservers.)

I forgot to ask before, but are you on the Enterprise plan?

Enterprise customers who control their own IP prefix(es) can set up reverse zones with PTR records to allow reverse DNS lookups

  • Enterprise customers with an IPv6 address space need to contact their account team or Customer Support to get the IPv6 reverse zone added to their account.

Enterprise customers can only add reverse zones for IPv4 addresses. If you want to add zones for IPv6 addresses, contact Customer Support.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.