I am running DNP 2.1, 50 domain license, on a standalone virtual server with Windows Server 2003 R2 Standard Edition SP2. This is a single box solution, 1 network card with 4 IP addresses. Active Directory is installed, machine name is in format my-host.mydomain.com.au. When setting up DNS I followed the document at http://files.ibiss.be/public/docs/dotnetpanel/Microsoft DNS Service Installation and Configuration Guide.pdf.
I have DNP setup fairly well and can access it externally via www.mydomain.com:9001 without any trouble. I have my domain setup, obviously, and can access that also, which would suggest to me that my DNS is setup ok, but I'm starting to wonder now. I have just created my first user in DNP and it's all setup waiting for the domain to be repointed to it (it's already up and running on another host). The problem is that when I went into my domain management with the company that delegates the domain and specified the new nameservers, I get an error saying that they don't exist. I don't get it. I can ping ns1.mydomain.com.au, I can ping 117.xx.xx.41 which is the ip of ns1, I can do both of these for ns2.mydomain.com.au and 117.xx.xx.42 respectively. And I know the nameservers are working because otherwise I wouldn't be able to browse to www.mydomain.com.au from anywhere, right?
I was just wondering if someone could look over my DNS setup below and tell me if it looks ok...
Here's an export of my DNS setup for the primary domain. Both IP's exist on the one network card in the machine:
(same as parent folder) Mail Exchanger (MX) [10] mail.mydomain.com.au.
(same as parent folder) Name Server (NS) ns1.mydomain.com.au.
(same as parent folder) Name Server (NS) ns2.mydomain.com.au.
(same as parent folder) Start of Authority (SOA) [2007081409], ns1.mydomain.com.au., hostmaster.mydomain.com.au.
(same as parent folder) Text (TXT) v=spf1 a mx -all
* Host (A) 117.xx.xx.41
ftp Host (A) 117.xx.xx.41
mail Host (A) 117.xx.xx.41
ns1 Host (A) 117.xx.xx.41
ns2 Host (A) 117.xx.xx42
www Host (A) 117.xx.xx.41
...and this is the reverse lookup zone:
Name Type Data
97.xx.xx.41 Pointer (PTR) ns1.mydomain.com.au.
97.xx.xx.42 Pointer (PTR) ns2.mydomain.com.au.
(same as parent folder) Name Server (NS) ns2.mydomain.com.au.
(same as parent folder) Start of Authority (SOA) [2007081501], my-host.mydomain.com.au, hostmaster.mydomain.com.au
any thoughts or suggestions on how I can troubleshoot this would be greatly appreciated.