Domain just doesn't resolve! Help!

I have been screwing around with this zone for days, it's an Ensim server and I thought Ensim just kept screwing up the zone, but even when I change it to this one, using Webmin, it still does not want to resolve. The nameservers do resolve. This is what I have now:

Code:
@    14400   IN      SOA     ns1.7host.bz. root.7host.bz. (
                        1062857530      ; serial, todays date+todays
                        28800           ; refresh, seconds
                        7200            ; retry, seconds
                        3600000         ; expire, seconds
                        86400 )         ; minimum, seconds

7host.bz. 14400 IN NS ns1.7host.bz.
7host.bz. 14400 IN NS ns2.7host.bz.
7host.bz. 14400 IN A 69.50.179.114

localhost.7host.bz.   14400	IN A	127.0.0.1

7host.bz.	14400 IN MX 0 	7host.bz.

ns1	14400	IN A		69.50.179.116
ns2	14400	IN A		69.50.179.117
mail	14400	IN CNAME	7host.bz.
www	14400	IN CNAME	7host.bz.
ftp	14400	IN A		69.50.179.114

 

 

 

 

Top