Sponsored Content
Full Discussion: Secondary DNS not working
Top Forums UNIX for Dummies Questions & Answers Secondary DNS not working Post 302475278 by kopper on Saturday 27th of November 2010 03:37:41 PM
Old 11-27-2010
Secondary DNS not working

hi guys

I am doing some testing for DNS
I got a master DNS(192.168.2.10) and I setup a slave DNS(192.168.2.11) but when I shutdown the Master DNS my linux client cannot resolve using the slave
any idea way?
This is the named.conf
Code:
options
{
    query-source    port 53;   
    directory "/var/named";
    dump-file         "data/cache_dump.db";
    statistics-file     "data/named_stats.txt";
    memstatistics-file     "data/named_mem_stats.txt";
    listen-on { 192.168.2.10; 127.0.0.1; };
};

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

view "internal"
{
    match-clients        { localnets; };
    match-destinations    { localnets; };
    recursion yes;

    zone "training.com" {
        type master;
        notify yes;
        allow-query { any; };
        file "data/training.com.db";
    };

    zone "2.168.192.in-addr.arpa" {
        type master;
        notify yes;
        allow-query { any; };
        file "data/2.168.192.zone.db";
        };
   
    zone "." {
    type hint;
    file "data/named.ca";
    };
};

Data files

Code:
training.com.db
$TTL    86400
@       IN      SOA     masterdns.training.com root.training.com. ( 
                        2009111914 ; Serial number needs to be increase when zone changes
                        28800      ; Refresh
                        14400      ; Retry
                        3600000    ; Expire
                        86400 )    ; Minimum
                IN       NS  masterdns.training.com.
                IN       A   192.168.2.10 ; 
masterdns       IN       A   192.168.2.10 ; 
secondarydns    IN       A   192.168.2.11 ;
www             IN       A   192.168.2.10 ; 

2.168.192.zone.db
$TTL    86400
@       IN      SOA     masterdns.training.com root.training.com.  (
                                      2009111914 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum
          IN    NS    masterdns.training.com.
10        IN    PTR   training.com. ;
10        IN    PTR   masterdns ;
11        IN    PTR   secondarydns ;

Slave DNS
Zone Configuration
Code:
zone "training.com" {
        type slave;
        notify yes;
        allow-query { any; };
        file "data/sec.training.com.db";
        masters { 192.168.2.10; };
    };

    zone "2.168.192.in-addr.arpa" {
        type slave;
        notify yes;
        allow-query { any; };
        file "data/sec.2.168.192.zone.db";
        masters { 192.168.2.10; };

any idea?

thanks a lot
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Secondary DNS question

I have the primary set up, but cannot get the secondary box to answer a query. Here is the message I get: > nslookup dfwnet1 10.26.38.41 *** Can't find server name for address 10.26.38.41: Non-existent host/domain *** Default servers are not available 10.26.38.41 is the IP of the secondary... (3 Replies)
Discussion started by: 98_1LE
3 Replies

2. Solaris

OS Problems -no DNS & SSH not working

I just installed Solaris 6/10 without any problems but I didn't connect the network cable when I installed it. Here are my problems: -I can access webpages using IP addrsses but not with domain names -ssh is installed but it is not running ('ps -e | grep sshd' didn't show it) I have been... (4 Replies)
Discussion started by: kungpow
4 Replies

3. Linux

Secondary groups not working with NFS (+LDAP)

I´m using LDAP for groups and NFS for home dirs. My problem is as follows: I only have a few groups, so it's not the problem everyone else had. When I've mounted a disk over NFS, I need to have my primary group in order to read in the groups I'm a member of. Secondary groups is not working. ... (0 Replies)
Discussion started by: velmont
0 Replies

4. Solaris

dns client not working

Hi All, I have configured linux server as local dns server (practice level). I have given the IP and hostname details in /etc/hosts -bash-3.00# cat /etc/hosts # # Internet host table # ::1 localhost 127.0.0.1 localhost 192.168.1.78 dummy.set.com loghost 192.168.1.57 cent.set.com #... (3 Replies)
Discussion started by: vaibhav.kanchan
3 Replies

5. Red Hat

DNS not working

Hi, I have installed RHEL5 as a new build and need get it to resolve to the internet. At the moment I get following: # dig www.google.com ; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> www.google.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status:... (9 Replies)
Discussion started by: Duffs22
9 Replies

6. Red Hat

Split DNS not working with Bind-9.7

Hi All, Distros of machines : RHEL6 Bind Vesrion : Bind-9.7-3.2 I am trying to set up a test DNS for my home network. I have two rhel 6 machines A and B. Machine A has 2 NICs and is acting as a router also, one NIC is facing intranet and the otehr is facing intranet. On machine A i have... (0 Replies)
Discussion started by: Rohit Bhanot
0 Replies

7. Emergency UNIX and Linux Support

DNS flush is not working

I have a Linux machine and it seems DNS cache is not getting clear on it. It is still showing old values, even after changing in DNS server by Network team. I did /etc/init.d/nscd restart But still it is showing old values on this server. On my rest of servers in environment, nslookup is showing... (7 Replies)
Discussion started by: solaris_1977
7 Replies

8. Solaris

DNS Primary and Secondary

hi there, i using salaris 10 as my DNS server. i have 2 dns server primary and secondary. if primary dns server i edit/update, the other secondary dns server must be sync too. How can i configure if dns server (primary) can sync the secondary? (1 Reply)
Discussion started by: tappetmus
1 Replies

9. Proxy Server

IPtable rules for DNS/http/https traffic for specific hosts only, not working.

Hi there, I have a VPS and am working on a little side project for myself and friend which is a DNS proxy. Everything was great till recently. My VPS IP has been detected by some botnet or something, and I believe SMURF attacks are occuring. The VPS provider keeps shutting down my VPS... (3 Replies)
Discussion started by: phi0x
3 Replies

10. Solaris

DNS client added to DNS server but not working

Hi, We have built a new server (RHEL VM)and added that IP/hostname into dns zone configs file on DNS server (Solaris 10). Reloaded the configuration using and added nameserver into resolv.conf on client. But when I am trying nslookup, its not getting resolved. The nameserver is not able to... (8 Replies)
Discussion started by: snchaudhari2
8 Replies
FETCHZONE(1)							     fetchzone							      FETCHZONE(1)

NAME
fetchzone - get dns zone from server DESCRIPTION
fetchzone transfers a user-specified dns zone from a zone server and displays it in csv2 format on the standard output. USAGE
fetchzone zone_name zone_server_IP [query_class] OPTIONS
zone_name Name of the dns zone to be transferred. zone_server_IP IP address of dns server query_class Optional argument which can change the query class from 1 (the default) to 255. This may be needed for some versions of Bind. EXAMPLES
To obtain the zone example.com from the server 192.168.9.8: fetchzone example.com 192.168.9.8 To obtain the zone example.org from the server 10.9.8.78 using a query class of 255: fetchzone example.com 10.9.8.78 255 BUGS
Fetchzone will not correctly output host names with utf-8 characters in them. SEE ALSO
The man pages maradns(8) and csv2(5) http://www.maradns.org LEGAL DISCLAIMER
THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. AUTHOR
Sam Trenholme June 2004 fetchzone FETCHZONE(1)
All times are GMT -4. The time now is 06:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy