Reverse IPv6 d.3.x.y.8.f.7.0.1.0.0.2.ip6.arpa not working?

Started by HostmasterILK, April 14, 2009, 04:20:13 AM

Previous topic - Next topic

HostmasterILK

Hi,

i would like to add a reversezone called  d.3.x.y.8.f.7.0.1.0.0.2.ip6.arpa, wich is possible.
Of course i want to add a PTR-Resource-Record, but this is not possible.
Is this a bug? ???
Just try ...

Some addition:
It is Version 2.07
Choices in combobox "Type" are for forward Zones.
IPv4 reverse-zones like named.5.10.10.in-addr.arpa are working correctly.

matt

Do me a favor and include the output of this command:

grep in-addr NicToolClient/htdocs/zone.cgi

HostmasterILK

grep in-addr ./zone.cgi

    if ( $zone->{'zone'} =~ /in-addr\.arpa$/ ) {
    $default_record_type = 'PTR' if ( $zone->{'zone'} =~ /in-addr\.arpa/ );


Should be extended with official IP6-reverse-name
*.ip6.arpa
Am i right?

HostmasterILK

and

grep arpa ./zone.cgi
    if ( $zone->{'zone'} =~ /in-addr\.arpa$/ ) {
    $default_record_type = 'PTR' if ( $zone->{'zone'} =~ /in-addr\.arpa/ );

matt

You appear to have outdated files in the NicTool htdocs directory. Make sure you have upgraded all the NicTool files and your problem will go away.