Thanks for the reply irgeek. Right, again I've
had it working, but seem to have managed to break it again. I do own this domain, I bought it the other day, and my registrar has the entire domain pointing at the relevant linode nameservers for my IP. I'm not sure if I got everything from your reply, I think I did, here's my new zone file:
Code:
$TTL 600
; crispycrisp.org
@ IN SOA alpha.crispycrisp.org. admin.crispycrisp.org. (
2008010802 ; serial number YYMMDDNN
28800 ; Refresh
7200 ; Retry
864000 ; Expire
86400 ; Min TTL
)
IN NS alpha.crispycrisp.org.
IN NS beta.crispycrisp.org.
IN MX 10 mail.crispycrisp.org.
IN A 67.18.186.192
IN A 67.18.186.193
$ORIGIN crispycrisp.org
; host records
localhost IN A 127.0.0.1
alpha IN A 67.18.186.192
beta IN A 67.18.186.193
mail IN A 67.18.186.192
* IN A 67.18.186.192
And thanks for the info RE: RDNS, I've worked that out, but I need my 2 nameservers and DNS working before I can sort that out, so I've removed the file and the lines from named.conf that deal with that. Any help on the above?