[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Bind Options in /etc/named.conf {Scanned}
- Subject: [cobalt-users] Bind Options in /etc/named.conf {Scanned}
- From: "SW" <wppiphoto@xxxxxxxx>
- Date: Tue Dec 30 09:04:12 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I'm trying to put certain bind options in the /etc/named.conf file on a Raq4
but I don't want to have them deleted the next time we use cobalt GUI to
make any DNS changes. I've found this searching and was wondering what I
need to put in the namedoptions.conf file referred to:
Kim Schulz <kim @ schulz.dk> wrote:
open /usr/admserv/cgi-bin/.cobalt/dns/index.cgi
goto line 1178
It should look like :
print NAMEDCONF "options {\n\tdirectory \"$Named_dir\";\n";
comment out this line (use #) and add the following insted:
print NAMEDCONF "options {\n";
my $options = `cat /etc/namedoptions.conf`;
print NAMEDCONF "$options";
What I'm trying to find out is what should I put in namedoptions.conf file
if I want to limit bind recursion?
Also, will this break anything with bind? We run primary DNS on this box so
we want it to still serve names to people outside our network (ie websites
we host or maintain DNS info).
Thanks
-------------------------------------------------
WPPi.com | WPPi.Net
-------------------------------------------------
http://www.wppi.com | http://www.wppi.net
-------------------------------------------------
WPPi.com & WPPi.Net MailScanner Signature
This message has been scanned for viruses
and dangerous content by WPPi MailScanner,
and has been found to be clean.
-------------------------------------------------