LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 05-11-2014, 03:35 AM   #1
mferozbaig
LQ Newbie
 
Registered: May 2009
Posts: 3

Rep: Reputation: 0
nslookup 192.168.143.10 ( server can't find 10.143.168.192.in-addr.arpa.: NXDOMAIN)


Hi Everybody,

I have created DNS server for networking devices. Iam facing two issues, my reserve zone is not working and ssh to any device with hostname taking 15-20 seconds ro resolve. Any help will be appreciated.

[root@SRV1[/root]#nslookup 192.168.143.10
Server: 192.168.14.6
Address: 192.168.14.6#53

** server can't find 10.143.168.192.in-addr.arpa.: NXDOMAIN
 
Old 05-11-2014, 03:40 AM   #2
mferozbaig
LQ Newbie
 
Registered: May 2009
Posts: 3

Original Poster
Rep: Reputation: 0
My Forward Zone File
ptions {
listen-on port 53 { 192.168.143.10; };
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { any; };
recursion yes;

dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;

/* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key";

managed-keys-directory "/var/named/dynamic";
};

logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};


// our fake root
zone "." {
type master;
file "master/fake-root";

};

// example.net -> ( Windows DNS server)
zone " example.net " {
type forward;
forwarders {192.168.14.6;};
};


// net. example.net -> (Forward Zone file)
zone " example.net " {
type master;
file "master/example.net ";
};
 
Old 05-11-2014, 06:08 AM   #3
mferozbaig
LQ Newbie
 
Registered: May 2009
Posts: 3

Original Poster
Rep: Reputation: 0
Issue Resolved by adding

/etc/resolv.conf
nameserver 127.0.0.1
nameserver 192.168.143.10
 
  


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
error: ** server can't find 79.20.168.192.in-addr.arpa: REFUSED mamtasahai1 Linux - General 18 04-29-2017 01:23 PM
reverse dns problem - checking getaddrinfo for nfs-1.lan.0.168.192.in-addr.arpa faile spoovy Linux - Server 8 09-23-2012 02:34 PM
[SOLVED] error "server can't find 254.0.168.192.in-addr.arpa: SERVFAIL" in dns server piyusharora420 Linux - Server 15 01-10-2011 01:06 AM
unable to add reverse map from 10.1.168.192.in-addr.arpa. to tftpadmin-desktop.bbnl.i arunrao_erp Linux - Networking 1 11-10-2010 06:02 PM
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 04:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

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