The Network People Support Forums

Other TNPI Software => NicTool => Topic started by: HostmasterILK on April 14, 2009, 04:20:13 AM

Title: Reverse IPv6 d.3.x.y.8.f.7.0.1.0.0.2.ip6.arpa not working?
Post by: HostmasterILK on April 14, 2009, 04:20:13 AM
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.
Title: Re: Reverse IPv6 d.3.x.y.8.f.7.0.1.0.0.2.ip6.arpa not working?
Post by: matt on April 29, 2009, 01:03:31 PM
Do me a favor and include the output of this command:

grep in-addr NicToolClient/htdocs/zone.cgi
Title: Re: Reverse IPv6 d.3.x.y.8.f.7.0.1.0.0.2.ip6.arpa not working?
Post by: HostmasterILK on May 05, 2009, 08:23:04 AM
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?
Title: Re: Reverse IPv6 d.3.x.y.8.f.7.0.1.0.0.2.ip6.arpa not working?
Post by: HostmasterILK on May 05, 2009, 08:26:16 AM
and

grep arpa ./zone.cgi
    if ( $zone->{'zone'} =~ /in-addr\.arpa$/ ) {
    $default_record_type = 'PTR' if ( $zone->{'zone'} =~ /in-addr\.arpa/ );
Title: Re: Reverse IPv6 d.3.x.y.8.f.7.0.1.0.0.2.ip6.arpa not working?
Post by: matt on May 12, 2009, 11:07:09 AM
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.