IPv6 Reverse DNS

From Kyle's Wiki
Jump to: navigation, search

Zone Declaration (somewhere in your named configuration, this is for 2001:470:1f05:6ca):

zone "a.c.6.0.5.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa."
{
	type master;
	file "/etc/bind/db.2001:470:1f05:6ca";
	allow-transfer {66.118.149.240; 2001:470:4:1eb::2; };
};

Zone File:

$ORIGIN a.c.6.0.5.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa.
$TTL 604800
@	IN	SOA ipv6.xkyle.com. kyle.xkyle.com. (
		1978022516	; Serial
		10800		; Refresh
		3600		; Retry
		2419200		; Expire
		604800 )	; Default TTL
		NS   ns1.xkyle.com.
		NS   ns2.xkyle.com.
$ORIGIN a.c.6.0.5.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa.
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN	PTR xkyle.com.
2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0	PTR ipv6.two.xkyle.com.
3.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0	PTR ipv6.three.xkyle.com.
Personal tools
Namespaces

Variants
Actions
Efforts
Toolbox
Meta