I use version 1.1.6.

You can find my modified scripts at http://www.ham.gr/vegadns/ (you
have to rename .txt to .php to use them). Or you can copy and paste
the relevant sections. You can spot the differences if you search for
"A+PTR" or " '=' ". I also have changed a bit the creation of the SOA
record (builds a "." record instead of a "Z") with limited parameters.
This way the 1st NS record is included. You only enter NS records for
the 2nd, 3rd, etc. servers. It works for me.

The normal way to create PTR records is in a _separate_ reverse zone
(domain). In your case [10.168.192.in-addr.arpa]. You should create it
of course.

The correct syntax of a PTR record in a reverse zone is the following:

10.168.192.in-addr.arpa  NS  a.ns.test.org   (NS record)

In the _forward_ zone you should have

a.ns.test.org  A  192.168.10.2

and possibly

ns1.test.org  A+PTR  192.168.10.2

Now an IP you only want to have a PTR record (never used by name) will
be (reverse zone):

100.10.168.192.in-addr.arpa  PTR  dhcp100.test.org

Hope i helped


On Tue, May 20, 2008 at 12:14 AM, Osvaldo Alvarez Pozo <[EMAIL PROTECTED]> 
wrote:
> thanks yes I want yours  scripts thanks you , but I like to know the
> vegadns's way of creating ptr records.
> Thanks.

Reply via email to