---------- Forwarded message ----------
From: "Manish Gawade" <manishgawad...@gmail.com>
Date: Oct 23, 2015 3:43 PM
Subject: [sadhiq-linux-group] Configure zimbra mail server behind firewall
issue
To: "sadhiq-linux-group" <sadhiq-linux-gr...@googlegroups.com>
Cc:


Dear all;

plz help me

I configure bind on centos  with grobal IP address [122.15.61.13/29],
Private IP address [192.168.1.18/24],


named.conf entry....

//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
// server as a caching only nameserver (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//

options {
    #listen-on port 53 { 127.0.0.1; };
    #listen-on-v6 port 53 { ::1; };
    #listen-on-v6  { none; };
    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     { localhost; 192.168.1.0/24; };
    allow-transfer { localhost; 192.168.1.0/24; };
    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;
        };
};
view "internal" {
        match-clients {
                localhost;
               192.168.1.0/24;
};

zone "." IN {
    type hint;
    file "named.ca";
};
zone "spurbihar.org" IN {
                type master;
                file "spurbihar.org.lan";
                allow-update { none; };
        };
        zone "1.168.192.in-addr.arpa" IN {
                type master;
                file "1.168.192.db";
                allow-update { none; };
        };
include "/etc/named.rfc1912.zones";
include "/etc/named.root.key";

view "external" {
        match-clients { any; };
        allow-query { any; };
        recursion no;
        zone "spurbihar.org" IN {
                type master;
                file "spurbihar.org.wan";
                allow-update { none; };
        };
        zone "13.61.15.122.in-addr.arpa" IN {
                type master;
                file "13.61.15.122.db";
                allow-update { none; };
        };
};
};



when start named server

it show
named.conf:61: unknown option 'view'





-- 



Regards,


<man...@serviz4u.co.in>

-- 
You received this message because you are subscribed to the Google Groups
"Sadhiq Linux Group" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to sadhiq-linux-group+unsubscr...@googlegroups.com.
To post to this group, send email to sadhiq-linux-gr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sadhiq-linux-group.
For more options, visit https://groups.google.com/d/optout.

Attachment: named.conf
Description: Binary data

Reply via email to