LinuxQuestions.org
Help answer threads with 0 replies.
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 11-09-2010, 05:29 AM   #1
arunrao_erp
LQ Newbie
 
Registered: Nov 2010
Posts: 1

Rep: Reputation: 0
unable to add reverse map from 10.1.168.192.in-addr.arpa. to tftpadmin-desktop.bbnl.i


Hi,
I am trying to learn dns on my ubuntu 8.04 box and I presume it is working. I have set up the auto update of clients to the dns.
When the client tries to register is see the following error in the syslog

unable to add reverse map from 10.1.168.192.in-addr.arpa. to tftpadmin-desktop.bbnl.i
Not sure where i am going wrong. If somebody can help me out here, that will be a great help.

the configurations are as follows

tftpadmin@bbnldmn:/etc/bind$ cat named.conf.local
//
// Do any local configuration here
//
key DHCP_UPDATER {
algorithm HMAC-MD5.SIG-ALG.REG.INT;

# Important: Replace this key with your generated key.
# Also note that the key should be surrounded by quotes.
secret "4zK3Lgn1xcJ4dysiyT9F5w==";
};
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
zone "bbnl.in" IN {
type master;
file "/var/lib/bind/bbnl.in.db";
allow-update { key DHCP_UPDATER; };
};
zone "0.168.192.in-addr.arpa" {
type master;
file "/var/lib/bind/rev.0.168.192.in-addr.arpa";
allow-update { key DHCP_UPDATER; };
};
tftpadmin@bbnldmn:/etc/bind$


tftpadmin@bbnldmn:/var/lib/bind$ cat bbnl.in.db
$ORIGIN .
$TTL 86400 ; 1 day
bbnl.in IN SOA bbnldmn.bbnl.in. hostmaster.bbnl.in. (
2008080932 ; serial
28800 ; refresh (8 hours)
14400 ; retry (4 hours)
2419200 ; expire (4 weeks)
86400 ; minimum (1 day)
)
NS bbnldmn.bbnl.in.
MX 10 bbnldmn.bbnl.in.
$ORIGIN bbnl.in.
bbnldmn A 192.168.0.1
bzr CNAME bbnldmn
localhost A 127.0.0.1
$TTL 300 ; 5 minutes
tftpadmin-desktop A 192.168.1.10
TXT "001e0515e83dfe2e75863cc636ec7ce233"
tftpadmin@bbnldmn:/var/lib/bind$

tftpadmin@bbnldmn:/var/lib/bind$ cat rev.0.168.192.in-addr.arpa
$ORIGIN .
$TTL 86400 ; 1 day
0.168.192.in-addr.arpa IN SOA bbnldmn.bbnl.in. hostmaster.bbnl.in. (
2008080905 ; serial
28800 ; refresh (8 hours)
14400 ; retry (4 hours)
2419200 ; expire (4 weeks)
86400 ; minimum (1 day)
)
NS bbnldmn.bbnl.in.
$ORIGIN 0.168.192.in-addr.arpa.
1 PTR bbnldmn.bbnl.in.
tftpadmin@bbnldmn:/var/lib/bind$

tftpadmin@bbnldmn:/etc/dhcp3$ cat dhcpd.conf
option subnet-mask 255.255.255.0;
default-lease-time 7200;
option ifcp-code code 120 = unsigned integer 32;

ddns-update-style interim;
ignore client-updates;
ddns-domainname "bbnl.in.";
ddns-rev-domainname "in-addr.arpa.";

option domain-name "bbnl.in";
option domain-name-servers bbnldmn.bbnl.in;

key DHCP_UPDATER {
algorithm HMAC-MD5.SIG-ALG.REG.INT;

# Important: Replace this key with your generated key.
# Also note that the key should be surrounded by quotes.
secret "4zK3Lgn1xcJ4dysiyT9F5w==";
};


zone bbnl.in. {
primary 192.168.0.1;
key DHCP_UPDATER;
}

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


default-lease-time 600;
max-lease-time 7200;

authoritative;

#log-facility local7;

subnet 192.168.3.0 netmask 255.255.255.0 {
range 192.168.3.5 192.168.3.10;
option routers 192.168.3.1;
}
 
Old 11-10-2010, 07:02 PM   #2
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
'ignore client-updates' probably won't help
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
error: ** server can't find 79.20.168.192.in-addr.arpa: REFUSED mamtasahai1 Linux - General 18 04-29-2017 02:23 PM
DNS 'unable to add reverse map': timed out g@z Linux - Networking 5 12-29-2011 06:53 AM
why is bind updating reverse zone with updating zone 202.1.168.192.1.168.192.in-addr marcobjorge Linux - Networking 5 10-12-2008 05:53 AM
[root@wlxxb ~]# telnet 192.168.192.12 25 Trying 192.168.192.12... telnet problem cnhawk386 Linux - Networking 1 10-10-2007 03:50 PM
What route to access daisy chained 2d router 192.168.1.1 after 192.168.0.1 (subnets?) Emmanuel_uk Linux - Networking 6 05-05-2006 02:47 AM

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

All times are GMT -5. The time now is 04:51 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