"UselessUser" <(E-Mail Removed)> wrote in message
news:BFDBB856-B912-40EE-81BD-(E-Mail Removed)...
> Hi,
>
> I have an old PC which is basically running an application which I want to
> migrate onto a server.
>
> However there are approx 500 client installs which point to this server by
> name.
>
> What I have done so far is copy the application across and have then
> deleted
> the PC's DNS record and Computer Account out of AD. I have added its old
> IP
> to the new server (So it has two IP's its new one and the old PC one). I
> have
> then created an DNS alias record of the old name which points to the old
> IP
> (Now being hosted on new server).
>
> I then had to add the registry key DisableStrictNameChecking and reboot
> the
> new server. So far this all seems to be working...
You did not need to use DisableStrictNameChecking.
1. An Alias (CNAME) Record does not point to an IP#,...it points to an "A"
(Host) Record. You probably created a Host Record instead of an Alias.
2. Since there is no longer any other machine by that name, there is no
situation where you have two names with the same IP# nor do you have two
IP#s on the same name.
Here's all you should have done.
1. Move the Site to the new machine.
2. Eliminate the old machine and remove its AD Account, then remove its DNS
and WINS entry in the DNS and WINS Services. The IP# is irrelevant.
3. Create in DNS an Alias (CNAME) Record using the Name of the machine you
removed. Point to CNAME Record to the "A" Record of the Machine that now
has the web site.
4. If the server already has existing Web Sites on it, then you can use Host
Headers to distinguish them apart. The Host Header is nothing more than the
"name" in the URL. So if the URL is
http://www.mysite.com/sales/index.html
then the Host Header is
www.mysite.com . It is pretty simple, you should
easily be able to find information on that if you need to. By doing this
you can run an almost unlimted number of sites on the same IP# and Port#.
--
Phillip Windell
www.wandtv.com
The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/IS...cessRules.html
Troubleshooting Client Authentication on Access Rules in ISA Server 2004
http://download.microsoft.com/downlo...7/ts_rules.doc
Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
Microsoft ISA Server Partners: Partner Hardware Solutions
http://www.microsoft.com/forefront/e...epartners.mspx
-----------------------------------------------------