PDA

View Full Version : BIND Fustrations


djenoch
30th May 2004, 06:42 AM
I am trying to setup a name server that answers to my domain which I registered. Im running FC1. I have researched different books and the internet. I don't understand the chroot directory under /var/named. Right now I have my zone files and config files specified under both /var/named and /var/named/chroot. I am familiar w/ configuring bind, but this new chroot feature is killing me. My forward lookup zone is below. I have tried configuring under the chroot directory w/ no luck. I have tried configuring traditionaly under /var/named and finally I've tried both, Im at a loss. I can't ping my domain....but caching works.

# thompsonplanet.com.zone
$TTL 86400
@ IN SOA @ root (
6 ; serial
28800 ; refresh
14400 ; retry
3600000 ; expire
86400 ; ttl
)



IN NS thompsonplanet.com.
@ IN A 192.168.1.2
www IN A 192.168.1.2

djenoch
30th May 2004, 08:11 AM
In my log I get the following:

May 30 07:08:25 fs1 named[13702]: zone 1.168.192.in-addr.arpa/IN: loading master file 1.168.192.in-addr.arpa.zone: file not found
May 30 07:08:25 fs1 named[13702]: zone thompsonplanet.com/IN: loading master file thompsonplanet.com.zone: file not found
May 30 07:08:25 fs1 named[13702]: running

djenoch
30th May 2004, 07:10 PM

Fixed, fedora is crazy, that is all I got to say, this may be enough to make me got to bsd.