help me with the ipv6 PTR generation

2023-08-23 Thread Cesar Augusto Camacho Sierra
I am looking to generate IPv6 PTR records in a specific format for my
BIND 9 server. The desired format is [insert format]. I've tried
[describe any approach you've tried], but I'm having a hard time
getting it done. Could anyone provide guidance on how to accomplish
this?
-- 
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from 
this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: help me with the ipv6 PTR generation

2023-08-23 Thread Marco
Am 23.08.2023 23:13 schrieb Cesar Augusto Camacho Sierra:

> I am looking to generate IPv6 PTR records in a specific format for my
> BIND 9 server. The desired format is [insert format]. I've tried
> [describe any approach you've tried], but I'm having a hard time
> getting it done. Could anyone provide guidance on how to accomplish
> this?

IPv6 PTR records are simply reversed.
2001:db8::1
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa.
Create a zone file with your network like for IPv4.
You can there set your PTR records.
-- 
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from 
this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: help me with the ipv6 PTR generation

2023-08-23 Thread Jan-Piet Mens

IPv6 PTR records are simply reversed.


easier said than done, for some of us. I use BIND's arpaname(1) utility which
does the work for me:

$ arpaname 2001:db8::1
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.B.D.0.1.0.0.2.IP6.ARPA

-JP
--
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from 
this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users