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
			
			
			
				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.
			
			
			
				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