DNS help needed
Is this right?please help
I dont want the domain.net to be used for rrdns only the subdomains
===================
Code:
; Modified by Web Host Manager
; Zone File for domain.net
$TTL 86400
@ IN SOA ns1.nameserver.net. email. (
100011231 ; serial, todays date+todays
10800 ; refresh, seconds
3600 ; retry, seconds
604800 ; expire, seconds
86400 ) ; minimum, seconds
IN NS ns1.nameserver.net.
IN NS ns1.nameserver.net.
ns1 IN NS ns1.nameserver.net.
ns2 IN NS ns2.nameserver.net.
domain.net IN A 10.10.10.001
localhost.domain.net. IN A 127.0.0.1
IN MX 0 domain.net
mail IN A 10.10.10.001
ftp IN A 10.10.10.001
www 6400 IN CNAME domain.net
domain IN A 10.10.10.001
www.domain IN A 10.10.10.001
subdomain1 IN A 10.10.10.001
www.subdomain1 IN A 10.10.10.001
subdomain1 IN A 20.20.20.002
www.subdomain1 IN A 20.20.20.002
subdomain2 IN A 10.10.10.001
www.subdomain2 IN A 10.10.10.001
subdomain2 IN A 20.20.20.002
www.subdomain2 IN A 20.20.20.002

