Mor_gath
April 22nd, 2004, 03:09
hello there, I'm having problems with bind, I'm running 9.2.4RC2
I'v set up an domain and I get my reverse resource record to work, but my non reverse won't pass through.
I'm using this syntax
[subdomain TTL IN A IP]

I get unkown RR(Resource Record) anyone know the correct syntax I'v tryed searching found a couple of solutions but none have resolved the problem.

thnx for any input.

Kernel_Killer
April 22nd, 2004, 15:50
Hey Mor_gath. What does 'named-checkconf named.conf' and 'named-checkzone zonefile' say?

Mor_gath
April 23rd, 2004, 04:08
named-checkconf does not return anything wihich is good.
named-checkzone return's this:
[code:1:4832899f44]
dns_master_load: master/pr0n.net:12: unknown RR type 'dns'
dns_rdata_fromtext: master/pr0n.net:13: near 'dns1.pr0n-universe.com.': bad dotted quad
dns_rdata_fromtext: master/pr0n.net:14: near 'pamela.pr0n-universe.com.': bad dotted quad
dns_rdata_fromtext: master/pr0n.net:15: near 'morgoth.pr0n-universe.com.': bad dotted quad
dns_master_load: master/pr0n.net:17: unknown RR type 'www'
dns_master_load: master/pr0n.net:18: unknown RR type 'ftp'
zone pr0n-universe.com/IN: loading master file master/pr0n.net: unknown class/type
[/code:1:4832899f44]

Kernel_Killer
April 28th, 2004, 00:43
Ok. Let's see that zone file.

Mor_gath
May 28th, 2004, 04:57
$TTL 86400
@ 1D IN SOA dns.pr0n-universe.com. electra.pr0n-universe.com. (
20040421 ;serial
21600 ;refresh_time
3600 ;retry time
604800 ;expire
86400 ) ;negative caching of TTL

IN NS dns.pr0n-universe.com.
IN NS dns1.pr0n-universe.com.

dns IN A 217.211.255.204
/* A dns1.pr0n-universe.com. 86400 IN A 217.211.255.104
A pamela.pr0n-universe.com. 86400 IN A 217.211.255.104
A morgoth.pr0n-universe.com. 86400 IN A 217.211.255.104*/

www IN CNAME morgoth
ftp IN CNAME pamela

sorry for the late post been busy with school

Kernel_Killer
May 29th, 2004, 20:26
Try this:



$TTL 86400
@ 1D IN SOA dns.pr0n-universe.com. electra.pr0n-universe.com. (
20040421 ;serial
21600 ;refresh_time
3600 ;retry time
604800 ;expire
86400 ) ;negative caching of TTL

IN NS dns.pr0n-universe.com.
IN NS dns1.pr0n-universe.com.

IN A 217.211.255.204
dns1 IN A 217.211.255.104
pamela IN A 217.211.255.104
morgoth IN A 217.211.255.104

www IN CNAME morgoth
ftp IN CNAME pamela

Mor_gath
June 5th, 2004, 03:49
I'm still getting that dns1 or whatever subdomain name I put there is a an unkown resource record type, this is becomming extremly annoying, I'm wondering if it is anything else that is causing an cascading error.