Below are my Bind files. I am trying to setup one of my boxes as a
Web/DNS/Mail server. nslookup can't find it. Would someone please help?
I don't know how to write more than one zone files or the 127.0.0 file.
Thanks,
Ray
<!----------named.conf------------>
options {
directory "/etc/named";
};
zone "." {
type hint;
file "root.hints";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "127.0.0";
};
zone "devit.net" {
type master;
file "devit.net";
};
zone "pageinnovations.com" {
type master;
file "pageinnovations.com";
};
zone "theleatherheads.com" {
type master;
file "theleatherheads.com
};
zone "mystorytown.com" {
type master;
file "mystorytown.com";
};
<!---------devit.net---------->
@ IN SOA devit.net root.devit.net (
2000062401 ;serial
8H ;refresh
2H ;retry
1W ;expire
1D ) ;minimum
NS devit.net.
NS ns2.speakeasy.net.
MX 10 whiterose.net.
localhost A 127.0.0.1
devit.net. A 216.254.81.92
HINFO "ALPHA 900" "Linux 2.2"
TXT "ALPHA 900 Linux"
ns A 216.254.81.92
www A 216.254.81.92
ftp A 216.254.81.92
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************