hello matt023,
Yes... ns1.MyHostingCompany.com is my DNS server and also my web server. I host dns and my websites all on the same dedicated NT2k server.
Basically due to costs there really is no ns2. I have 2 ip addresses that I was given from my ISP. So I bound .26 and .27 ips to the same adapter. I setup .26 as NS1. and .27 as NS2.
Heres the zone file that I setup for MyHostingCompany.com Not sure what you mean about forwarders so heres the zone file for MyHostingCompany.com
Thanks again!
-Matt
;
; Database file MyHostingCompany.com.dns for MyHostingCompany.com zone.
; Zone version: 2003111905
;
@ IN SOA ns1.MyHostingCompany.com. admin.MyHostingCompany.com
2003111905 ; serial number
900 ; refresh
600 ; retry
1209600 ; expire
3600 ) ; minimum TTL
;
; Zone NS records
;
@ NS ns1.MyHostingCompany.com.
@ NS ns2.MyHostingCompany.com.
;
; Zone records
;
ns1 A 21.96.63.26
ns2 A 21.96.63.27
Main Topics
Browse All Topics





by: matt023Posted on 2003-12-11 at 20:57:18ID: 9925995
ns1.MyHostingCompany.com is your DNS server and also your web server?
I assume ns1 holds the primary copy of MyDomain.com and ns2 has the secondary?
Do you have any forwarder set on ns1?