[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
named.conf and include
the include param for named.conf seems fairly straightforward, but i am
having no luck with it.
in my /etc/named.conf file i have:
//
//
include named.isp;
i have also tried:
//
//
include /etc/nameserver/named.isp;
is this path relative to any "directory" directives set in named.conf's
options? i tried using an absolute path as well as a relative path, and
neither seem to do the trick.
in my named.isp file, i have:
(the below is all on one line in the file)
zone "foo.com" { type slave; file "otherisp/db.foo.com"; masters {
192.168.1.12; }; allow-query { any; }; };
the 192.168.1.12 box is reachable via my machine, and has my machine's ip
address listed in its allow-transfer.
i have the include statement at the very tail end of my named.conf file.
any suggestions?
-cjm
-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.