>
> > I have a host file on ISA 2004 server which has references to a few
> web
> > servers that I host internally but DNS is controlled by GoDaddy. Our
> > Windows DNS which is hosted by our domain controller, is hosting an
> Active
> > Directory integrated zone. The FQDN for the zone is o2.local. The
> domain
> > names in the host fie point to internal IP addresses but its used in
> case
> > GoDaddy goes down (which they actually did a month ago). I want to
> move
> > the refernces in the HOST file to my internal DNS server but I'm not
> sure
> > as to how I should do this.. I think I may have to create new zones..
> any
> > feedback would be greatly appreciated. Thanks.
>
> create a new standard primary zone (no AD) for each host you want to
> "remap", insert into each zone a nameless A record resolving to the IP
> address you want; an example; let's say you want to remap an host
> called www.foobar.com to the IP address 10.0.0.10
>
> new DNS zone
> type = standard primary
> name = www.foobar.com
>
> new record
> type = A
> name =
> address = 10.0.0.10
>
> that's all; repeat the above for the other hosts and you'll be up and
> running; by the way you may also automate the process using some
> scripting or the dnscmd tool
>
> HTH
>
> --
>
> * ObiWan
>
> Microsoft MVP: Windows Server - Networking
>
http://www.microsoft.com/communities/MVP/MVP.mspx>
http://italy.mvps.org>
>
>
>