Results 1 to 3 of 3
Hello, I`m having trouble with DNS [ named daemon ] , I was already set up the file zone for the main domain zone :
$TTL 86400
@ IN SOA ...
- 10-02-2006 #1
File Zone Problem...
Hello, I`m having trouble with DNS [ named daemon ] , I was already set up the file zone for the main domain zone :
$TTL 86400
@ IN SOA ns.test.com admin.test.com (
15 ; serial
28800 ; refresh
7200 ; retry
604800 ; expire
86400 ; ttl
)
IN NS ns.test.com.
IN MX 10 mail.test.com.
ns.test.com. IN A 192.168.0.62
mail.test.com. IN A 192.168.0.62
www.test.com. IN A 192.168.0.62
mail IN CNAME mail
www IN CNAME test
And for the reverse zone :
$TTL 86400
@ IN SOA ns.test.com admin.test.com (
3 ; serial
28800 ; refresh
7200 ; retry
604800 ; expire
86400 ; ttl
)
IN NS ns.test.com.
62 IN PTR ns.test.com.
And when I was running the named service this message was showed up [ look the last line ] :
[root@ambigo ~]# service named start
Starting named:
Error in named configuration:
zone localdomain/IN: loaded serial 42
zone localhost/IN: loaded serial 42
zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700
zone 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0. 0.0.0.0.0.0.ip6.arpa/IN: loaded serial 1997022700
zone 255.in-addr.arpa/IN: loaded serial 42
zone 0.in-addr.arpa/IN: loaded serial 42
zone ns.test.com/IN: loading master file ns.test.com.zone: file not found
_default/ns.test.com/IN: file not found
zone 0.168.198.in-addr.arpa/IN: loading master file 0.168.192.zone: file not found
_default/0.168.198.in-addr.arpa/IN: file not found
[FAILED]
Why this happen?Please help me...
Regards,-JG-
- 10-02-2006 #2
Please create just one thread for your problem
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 10-02-2006 #3
Hello,
I`m very apologize...the first thread happened in different time...So if I have two problems, can I wrote it in one thread??Thank You for the advise.
And how about my problem there...with the file zone...I`m very greatfull if you would help me. Thanks...
Regards,-JG-


Reply With Quote