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
FANN_TRAIN_EPOCH(3)							 1						       FANN_TRAIN_EPOCH(3)

fann_train_epoch - Train one epoch with a set of training data

SYNOPSIS
float fann_train_epoch (resource $ann, resource $data) DESCRIPTION
Train one epoch with the training data stored in data. One epoch is where all of the training data is considered exactly once. This function returns the MSE error as it is calculated either before or during the actual training. This is not the actual MSE after the training epoch, but since calculating this will require to go through the entire training set once more. It is more than adequate to use this value during training. The training algorithm used by this function is chosen by fann_set_training_algorithm(3) function. PARAMETERS
o $ann -Neural network resource. o $data -Neural network training data resource. RETURN VALUES
The MSE, or FALSE on error. SEE ALSO
fann_train_on_data(3), fann_test_data(3), fann_get_MSE(3), fann_set_training_algorithm(3). PHP Documentation Group FANN_TRAIN_EPOCH(3)
All times are GMT -4. The time now is 12:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy