LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-25-2004, 10:41 AM   #1
Notorious
LQ Newbie
 
Registered: Oct 2004
Posts: 1

Rep: Reputation: 0
Question Strange Bind9 & Dhcpd3 Problem (stuck here :()


Hi

I'm having a problem with ddns updates between bind9 and dhcpd3.
I'm running Debian Woody unstable on a 2.4.27 kernel.

In the syslog I always get the following error:
Quote:
Indre dhcpd: unable to add reverse map from 2.0.168.192.in-addr.arpa. to TESTIF002851.localnet: timed out
this comes after:
Quote:
Added new forward map from TESTIF002851.localnet to 192.168.0.2
I really don't know what to do or what to look for anymore.. i've googled a lot that's for sure
If you think this is a stupid problem, please give me a hint at least :s

I'll include my config files for better understanding. If more information is needed, please ask me.

THX in advance

named.conf:
Quote:
key "rndc-key" {
algorithm HMAC-MD5;
secret "KEYHERE";
};

options {
directory "/etc/bind";
listen-on { 127.0.0.1; 192.168.0.1; };
notify yes;

forwarders {
212.166.2.10;
};

auth-nxdomain no;
};

controls {
inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; };
};

logging {
channel "named_log" {
file "/var/log/named.log" versions 10 size 500k;
severity debug;
print-category yes;
print-severity yes;
print-time yes;
};

channel "query_log" {
file "/var/log/bindquery.log" versions 10 size 500k;
severity debug;
print-severity yes;
print-time yes;
print-category yes;
};

category default { named_log; };
category queries { query_log; };
};

zone "." {
type hint;
file "/etc/bind/db.root";
};

zone "localhost" {
type master;
file "/etc/bind/db.local";
};

zone "127.in-addr.arpa" {
type master;
file "/etc/bind/db.127";
};

zone "0.in-addr.arpa" {
type master;
file "/etc/bind/db.0";
};

zone "255.in-addr.arpa" {
type master;
file "/etc/bind/db.255";
};

zone "localnet" {
type master;
file "/etc/bind/db.building";
allow-update { key rndc-key; };
};
dhcpd.conf:
Quote:
server-identifier indre;
authoritative;

log-facility local7;
ddns-update-style interim;
ddns-updates on;
ddns-domainname "localnet";

key "rndc-key" {
algorithm HMAC-MD5;
secret "KEYHERE";
};

zone localnet {
primary 127.0.0.1;
key rndc-key;
}

subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.2 192.168.0.254;
option broadcast-address 192.168.0.255;
option domain-name "localnet";
default-lease-time 7200;
max-lease-time 604800;
option domain-name-servers 192.168.0.1;
option routers 192.168.0.1;
}
db.building:
Quote:
$ORIGIN .
$TTL 86400 ; 1 day
localnet IN SOA indre. root.indre. (
2 ; serial
28800 ; refresh (8 hours)
7200 ; retry (2 hours)
864000 ; expire (1 week 3 days)
86400 ; minimum (1 day)
)
NS indre.
A 192.168.0.1
$ORIGIN localnet.
$TTL 3600 ; 1 hour
TESTIF002851 A 192.168.0.2
TXT "31351c6d438e2a024e737acabc1c4bc021"
 
Old 11-09-2004, 05:20 PM   #2
gekkonaut
LQ Newbie
 
Registered: Nov 2004
Posts: 1

Rep: Reputation: 0
anyone ever come up with a solution to this? I am having the same exact problem -forward entries update, but reverse ones do not. I haven't found any solution, been googling for days. My conf files are very similar to those posted above.

I even tried starting from scratch..... same problem. Am I cursed?

James
 
  


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
Strange problem with BIOS, XP wont install, Linux & 2000 will crazytigger General 5 10-15-2005 05:45 AM
Strange problem with Slackware & Intel Pro/Wireless 2200BG TADsince1995 Linux - Wireless Networking 2 04-25-2005 07:01 PM
(strange?) problem with samba & konqueror FlyingDutchman9 Linux - Networking 5 11-08-2004 04:45 PM
Samba & Roaming Profiles -- Strange Problem baz2 Linux - Networking 1 07-13-2004 11:45 AM
Strange 'X' stuck in the middle of the screen on XFree86 4.3 + Gnome 2.4 gtavares Fedora 0 01-04-2004 09:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:14 AM.

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