Hi all,

I took a plunge yesterday and bought myself a domain name (crytec.net).
Im having trouble getting it to work so was after some help
im running bind 9 on mandrake 9

/etc/sysconfig/network is like so
NETWORKING=yes
FORWARD_IPV4=false
HOSTNAME="ns"
DOMAINNAME="crytec.net"
GATEWAY=192.168.168.220


/etc/named.conf is
all bunch of normal stuff with the important bit of
zone "crytec.net" {
type master;
notify no;
file "crytec.net";
};

zone "85.95.61.in-addr.arpa" {
type master;
notify no;
file "61.95.85";
};


crytec.net is

$TTL 3D
@ IN SOA ns.crytec.net. root.crytec.net. (
2003150301
8H
2H
4W
1D )
;
NS ns.crytec.net.
MX 10 mail.crytec.net.
;
localhost A 127.0.0.1
ns A 61.95.85.10
mail A 61.95.85.10
www CNAME ns

and reverse doesnt matter yet cuz the first part dont work.

dig any crytec.net produces

; <<>> DiG 9.2.1 <<>> any crytec.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22711
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 2

;; QUESTION SECTION:
;crytec.net. IN ANY

;; ANSWER SECTION:
crytec.net. 259200 IN SOA ns.crytec.net. root.crytec.net. 2003150301 28800 7200 2419200 86400
crytec.net. 259200 IN NS ns.crytec.net.
crytec.net. 259200 IN MX 10 mail.crytec.net.

;; ADDITIONAL SECTION:
ns.crytec.net. 259200 IN A 61.95.85.10
mail.crytec.net. 259200 IN A 61.95.85.10

;; Query time: 4 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sat Mar 15 18:56:58 2003
;; MSG SIZE rcvd: 139

I think there should be Authority section there but theres not, dont know why

when i do a online nslookup it gets:

NameServer used for query: ns.crytec.net

DNS query for crytec.net failed: Connection reset

I have no idea why it wont work, very dissapointing, any help would be appreciated.

BTW the secondary nameserver is just being camped on my domain register

also it only responds to dig locally, externally it times out