So there seems to be your problem on the DHCP-side of your
configuration. You have an 1.16.172.in-addr.arpa zone - but you need a
16.172.in-addr.arpa zone.
These zone definitions in the DHCP config are just a necessity of the
use of the dhcpd daemon on
OES Linux and are needed to tell the dhcpd
daemon, where he should send his DDNS updates. (Of course it would be a
nice feature, if these entries were created automatically for all zone
definitions, which are existing in the DNS configuration, but Novell
has decided, that you have to do that manually.) They should be the
exact copy of the corresponding zones in the DNS configuration.
Before you delete the 1.16.172.in-addr.arpa zone look at the IP-address
of the DNS server listed there, maybe that does belong to another DNS
server and that is the reason you do not see any resource records for
this zone but RDNS queries for this zone do work.
HTH
--
W. Prindl
Matt Schlawin wrote:
>OK, now I'm really confused. If I need an entry in in-addr.arpa for
>each IP address I want to resolve, why is it working now on vlan 1
>without the entries? What am I missing? ping -a <ip address>
>resolves the name for any host computer on vlan 1.
>
>I just deleted the in-addr.arpa zones and started over. I followed
>the TID and entered 172.16 in the box and it created the zone named:
>
>172.16(16.172.IN-ADDR.ARPA) That is the correct order, right?
>
>Then I went to the control lists tab in the management console and
>added "any" to the Allow Updates Option.
>
>On my DHCP server, in the management console, I already have a
>1.16.172.in-addr.arpa zone. Should I delete that one and add a
>16.172.in-addr.arpa zone? I'm guessing that adding two more zones,
>10.16.172.in-addr.arpa and 12.16.172.in-addr.arpa will not work??
>
>Thanks for sticking with me and helping! I appreciate it.
>
>Matt
>
>
>>>> On 10/7/2009 at 10:30 AM, in message
>>>><xn0gg4jiedh8fa001@forums.novell.com>, W_
>>>>Prindl<W_Prindl@no-mx.forums.novell.com> wrote:
>
>Just a sidenote - I prefer to use the DNS-DHCP-management console for
>management of DNS and DHCP on OES. It gives you a much better view of
>the entire system than iManager.
>
>So the problem is, that your in-addr.arpa domain does not contain any
>resource records. For a proper functioning it has to contain an entry
>for each IP-address you want to resolve.
>
>Did you configure allow updates for your in-addr.arpa domain in the
>same way like for your school zone ?