LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-20-2008, 07:42 PM   #1
ScottChapman
LQ Newbie
 
Registered: Dec 2008
Posts: 10

Rep: Reputation: 0
DHCP autoupdate DNS failing to update reverse DNS


I am getting the following error:
unable to add reverse map from 30.1.168.192.in-addr.arpa to Box.local.lan: timed out

I have been staring at my dhcpd.conf file for the problem, and don't see it:

Code:
server-identifier       192.168.1.75;
ddns-updates on;
ddns-update-style interim;
update-static-leases on;
ddns-domainname "local.lan";
ddns-rev-domainname     "in-addr.arpa";
ignore  client-updates;
include "/var/lib/bind/keydef";

# option definitions common to all supported networks...
option domain-name "local.lan";
option domain-name-servers 192.168.1.75, 192.168.1.1;

default-lease-time 4320;
max-lease-time 8640;

# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
authoritative;

# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
log-facility local7;

# No service will be given on this subnet, but declaring it helps the
# DHCP server to understand the network topology.

zone local.lan. {
  primary 127.0.0.1;
  key DHCP_UPDATER;
}

zone 1.168.192.in-addr.arpa. {
  primary 127.0.0.1;
  key DHCP_UPDATER;
}


subnet 192.168.1.0 netmask 255.255.255.0 {
  range 192.168.1.200 192.168.1.250;
  option broadcast-address 192.168.1.255;
  option routers 192.168.1.1;

};
Here is my named.config.local:

Code:
include "/etc/bind/zones.rfc1918";

include "/var/lib/bind/keydef";

zone "local.lan" IN {
        type master;
        file "/var/lib/bind/local.lan.hosts";
        allow-update { key DHCP_UPDATER; };
        notify yes;
        };

zone "1.168.192.in-addr.arpa" IN {
        type master;
        file "/var/lib/bind/rev.1.168.192.in-addr.arpa";
        allow-update { key DHCP_UPDATER; };
        notify yes;
        };
Any ideas??
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DHCP autoupdate DNS issue (wrong hostname) ScottChapman Linux - Networking 2 12-21-2008 07:23 AM
DNS problems, reverse dns working localy but not on other servers. valls Linux - Newbie 1 06-16-2008 06:59 AM
Failing to assign DNS servers to lan in DHCP Samhein Linux - Networking 3 01-25-2006 09:56 AM
DHCP and Reverse DNS stryka Linux - Networking 1 12-08-2005 08:55 PM
Double Reverse DNS + DHCP MikHud Linux - Networking 4 03-06-2002 08:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 06:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration