The Network People Support Forums

Other TNPI Software => NicTool => Topic started by: flow on February 13, 2012, 08:51:50 AM

Title: Error when import reverse zone with zone2nic.pl
Post by: flow on February 13, 2012, 08:51:50 AM
Hello,

During an import with script Zone2nic.pl to reverse zone, the names to my record are capital letter thus when I import my reverse record, it seize 1.1.173.147.IN-ADDR.ARPA.
How do for that it just seize 1.1 ?

Cordially,

Flow
Title: Re: Error when import reverse zone with zone2nic.pl
Post by: monachus on February 16, 2012, 01:07:14 PM
Hi, Flow.  I'm not sure that I understand your question.  I just tested with zone2nic and it loaded everything correctly for me.  None of the records are capitalized.  Can you post more information about the problem and include some output for us to look at?  Please also include the output of the zone transfer itself, which you can get from:


dig @your.nameserver.com domain.com axfr


I'll take a look after you reply and see if I can help you.
Title: Re: Error when import reverse zone with zone2nic.pl
Post by: flow on February 20, 2012, 02:58:26 AM
Hi, monachus.

When I import my reverse zone, my PTR records do not end with a dot, while my nameservers (NS records) do end with one (see below).


173.147.IN-ADDR.ARPA.   3600    NS      ns1.cnrs.fr.
173.147.IN-ADDR.ARPA.   3600    NS      ns2.nic.fr.
...
1.1.173.147.IN-ADDR.ARPA        3600    PTR     mach1.grenoble.cnrs.fr.
10.1.173.147.IN-ADDR.ARPA       3600    PTR     mach2.grenoble.cnrs.fr.
100.1.173.147.IN-ADDR.ARPA      3600    PTR     mach3.grenoble.cnrs.fr.
116.1.173.147.IN-ADDR.ARPA      3600    PTR     server1.grenoble.cnrs.fr.
128.1.173.147.IN-ADDR.ARPA      3600    PTR     server2.grenoble.cnrs.fr.
...


When I import, I would like either that there is a dot the end or that it is just written 1.1, 10.1, 100.1 etc. just as it used to be until now.

Thank you