Author Topic: Reverse mapping with Dynamic DNS  (Read 2162 times)

lifeaddict

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Reverse mapping with Dynamic DNS
« on: February 10, 2016, 01:02:39 pm »
Hi there,

Versions
Code: [Select]
Linux srv-net 3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Code: [Select]
ii  zentyal-common                        4.2                              all          Zentyal - Common Library
ii  zentyal-core                          4.2.2                            all          Zentyal - Core
ii  zentyal-dhcp                          4.2                              all          Zentyal - DHCP Server
ii  zentyal-dns                           4.2.1                            all          Zentyal - DNS Server
ii  zentyal-firewall                      4.2                              all          Zentyal - Firewall
ii  zentyal-network                       4.2.2                            all          Zentyal - Network Configuration
ii  zentyal-objects                       4.2                              all          Zentyal - Network Objects
ii  zentyal-services                      4.2                              all          Zentyal - Network Services
ii  zentyal-software                      4.2                              all          Zentyal - Software Management

Function and situation
The server is running inside a VMware vSphere cluster [VM Version 8] and is in production. It has 3 network interfaces: internal, external and management. It is NOT working as a gateway/firewall - its purpose is just DHCP and DNS on the internal interface (10.30.1.250). The internal subnet is 10.30.0.0/16 and the DHCP is configured on this interface. Dynamic DNS is activated for sub.tld.com.

Problem description
Forward resolution works without any problem - but reverse not. For some reason the DHCP server can't update the reverse map.
Code: [Select]
Feb 10 12:43:01 srv-net dhcpd: DHCPREQUEST for 10.30.10.10 from 01:23:45:67:89:ab via eth2
Feb 10 12:43:01 srv-net dhcpd: DHCPACK on 10.30.10.10 to 01:23:45:67:89:ab via eth2
Feb 10 12:43:01 srv-net named[2771]: client 127.0.0.1#18752/key sub.tld.com: updating zone 'sub.tld.com/IN': update unsuccessful: device.sub.tld.com: 'name not in use' prerequisite not satisfied (YXDOMAIN)
Feb 10 12:43:01 srv-net named[2771]: client 127.0.0.1#18752/key sub.tld.com: updating zone 'sub.tld.com/IN': deleting rrset at 'device.sub.tld.com' A
Feb 10 12:43:01 srv-net named[2771]: client 127.0.0.1#18752/key sub.tld.com: updating zone 'sub.tld.com/IN': adding an RR at 'device.sub.tld.com' A
Feb 10 12:43:01 srv-net dhcpd: Added new forward map from device.sub.tld.com. to 10.30.10.10
Feb 10 12:43:01 srv-net dhcpd: Unable to add reverse map from 10.10.30.10.in-addr.arpa. to device.sub.tld.com.: not found

In /var/lib/bind I can't find a reverse zone file except db.1.30.10. Any ideas?

Greetings,
Michael