Problem with Views

James W Greene jwgreene at megalink.net
Tue Aug 7 17:52:56 UTC 2001


Hi All,
    I seem to be having a problem with views...
I have 2 views, the external view works great, but the internal one will not
resolve.  config snippet is below:

view "external-in" in

    match-clients { any; };

zone "." in

    type hint;
    file "db.cache";
};

zone "0.0.127.in-addr.arpa"

    type master;
    file "master/127.0.0.db";

    allow-query

        any;
    };

    allow-transfer

        none;
    };
};


view "internal" {

      match-clients { lan; };
       recursion yes;
       zone "1.168.192.in-addr.arpa" {
            type master;
            file "master/192.168.1.db";
      };
};
The lan acl contains the IP range I am testing from.
Any help is appreciated.
JG



More information about the bind-users mailing list