|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
Hi all,
Taking my first steps in setting up a private domain with a bind 9 server on a small redhat 9 linux box... ... and having some problems with my zone files: ... dns_rdata_fromtext: 0.16.172.zone:8: near eol: unexpected end of input ... zone 0.16.172.in-addr.arpa/IN: loading master file 0.16.172.zone: unexpected end of input ... dns_rdata_fromtext: inside.i-m.be.zone:8: near eol: unexpected end of input ... zone inside.i-m.be/IN: loading master file inside.i-m.be.zone: unexpected end of input The zone files are pretty straight forward: # more 0.16.172.zone $ORIGIN 0.16.172.in-addr.arpa $TTL 86400 @ IN SOA obiwan.inside.i-m.be. ( 20030517 ; serial 21600 ; refresh 3600 ; retry 604800 ; expire 86400 ; minimum ) IN NS obiwan.inside.i-m.be. 1 IN PTR di-604.inside.i-m.be. 10 IN PTR obiwan.inside.i-m.be. and... # more inside.i-m.be.zone $ORIGIN inside.i-m.be $TTL 86400 @ IN SOA obiwan.inside.i-m.be. ( 20030517 ; serial 21600 ; refresh 3600 ; retry 604800 ; expiry 86400 ; minimum ) IN NS obiwan.inside.i-m.be. obiwan IN A 172.16.0.10 di-604 IN A 172.16.0.1 ftp IN CNAME obiwan www IN CNAME obiwan Probably, I'm overlooking something here... Can anybody help me? Thanks! |
|
#2
|
|||
|
|||
|
Found the problem(s) myself: Missing e-mail address in SOA and missing period in ORIGIN. Didier ;-) |
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > bind 9 on redhat: zone file errors |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|