DNS Problem on FC4

heithem abbes heithem.abbes at gmail.com
Mon Dec 26 22:33:10 UTC 2005


Hi list

I am trying to install DNS server on my machine with Fedora Core 4

I have tried a very simple example but I didn't succeed.

Each time, I restart the named server, I got this error:

Can you help me.

Thanks

[root at localhost ~]# service named restart

Arrét de named : [Echec]

Démarrage de named :

Error in named configuration:

zone utic.rnu.tn/IN: loading master file utic.rnu.tn.zone: file not found

_default/utic.rnu.tn/IN: file not found

[root at localhost ~]# cat /etc/named.conf

options {

directory "/var/named";

};

zone "utic.rnu.tn" {

type master;

file "utic.rnu.tn.zone";

};

[root at localhost ~]# cat /var/named/utic.rnu.tn.zone

$TTL 86400

@ IN SOA master.utic.rnu.tn. root.dns.utic.rnu.tn. (

2003050102

86400

300

2592000

86400)

utic.rnu.tn. IN NS ns0

utic.rnu.tn. IN NS ns1

ordi1 IN A 12.42.112.201

ordi2 IN A 12.42.112.202

ordi3 IN A 12.42.112.203

ns0 IN A 12.42.102.188

ns1 IN A 42.128.241.12

www IN CNAME ordi1

mailhost IN CNAME ordi1

ftp IN CNAME ordi2

irc IN CNAME ordi3

utic.rnu.tn. IN MX 10 ordi1

utic.rnu.tn. IN MX 20 ordi2

utic.rnu.tn. IN MX 30 ordi3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20051226/2a264492/attachment-0001.htm>


More information about the fedora-list mailing list