Each site would be associated with a Name(hostname.somesite.com),..the Name
would be associated with an IP# via a statically created Host (A) Record. It
will probably
Keep in mind that this is not really the best way to maintain different
websites. You should investigate the use of Host Headers where multiple
Sites all use the same IP#/Port# combination. In DNS the additional Sites
would just be additional CNAME Records pointing to the original A Records.
If the Domain portion of the Name changes then DNS requires a new Zone for
each one of those.
--
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.
-----------------------------------------------------
"Chris" <(E-Mail Removed)> wrote in message
news

9F9FC0C-90B1-42F9-A3AC-(E-Mail Removed)...
> On one of our web server running IIS I need to add a couple IP addresses
> on
> the same NIC. We have dynamic DNS registration enabled. Will the server
> register DNS with each IP, i.e. multiple server A records with each IP?
> In
> my test it only registered the server with its first IP? If this is
> correct
> how can I change it to another IP? Do I have to remove all and add them
> back
> in a new order?
>
> Thanks.