Helo.
I'm in the process of setting up a DNS Server for our office.
The setup:
a Small office using a Dailup acc for intern access.
Using Redhat 7.3, with bind 9.
Clients include Linux, and Windows machines.
I need the win and linux clients on our lan to make use of the local
DNS Server (that I am setting up) for browsing the net, but also for
Name resolution for the local clients.
ISP's DNS ip's: Primary 196.2.45.101
Secondary 196.2.16.3
DNS Server on lan's ip: 192.168.0.3
On the DNS Server the only thing in resolv.conf is: "nameserver
127.0.0.1"
And this is how I've changed my named.conf, but named fails to
start...
##########################################
// generated by named-bootconf.pl
options { forward first
forwarders { 196.2.45.101;
192.2.16.3;
}
//Quote:};
// a caching only nameserver config
//
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
zone "." IN {Quote:};
type hint;
file "named.ca";
zone "localhost" IN {Quote:};
type master;
file "localhost.zone";
allow-update { none; };
zone "0.0.127.in-addr.arpa" IN {Quote:};
type master;
file "named.local";
allow-update { none; };
include "/etc/rndc.key";Quote:};
################end######################
My questions are:
1. Can anyone see anything wrong?
2. With this setup (when its fixed) Will I be able to run a IMAP
server for our lan only.
Any help would be appreciated.
Thanks!
Derek Chenome Pienaar.