Date: Tue, 2 Nov 1999 23:44:32 -0800 From: "larry" <larry@compwebtech.com> To: <freebsd-questions@FreeBSD.ORG> Subject: Need Help with my named.conf Message-ID: <NCBBJDBDCLGCFFEMDDEGEEDBCIAA.larry@compwebtech.com>
next in thread | raw e-mail | index | archive | help
Emergency...
I have just "rm named.conf" by accident.. I have tried to rebuild it, but am
having problems writing it. For some reason I can get rev DNS to work... My
named.conf file is located in the /etc/namedb/ and I host about 200 or so
domains. my secure sites are not working for some reason.. Could someone
help me!!! Please email me at larry@malibusurfing.com .. Thanks in
advance... Larry
(example of my file)
options {
directory "/etc/namedb";
pid-file "/var/run/named.pid";
};
zone "." {
type hint;
file "named.root";
};
zone ".7372" {
type master;
file ".7372";
};
zone "103.2.216.in-addr.arpa" {
type master;
file "localhost.rev";
};
zone "boat.to" {
type master;
file "boat.to";
};
zone "go-on.to" {
type master;
file "go-on.to";
};
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NCBBJDBDCLGCFFEMDDEGEEDBCIAA.larry>
