Reverse lookup zones are not essential to the operation of AD, Exchange or
SQL but it is one of those things that should be configured as best practice.
Also you will get events in the event log if you do not configure AD sites
and services site IP. You can just ignore them but it is a good to have
things just so.
That’s right Exchange and SQL are generally connected to by host name.
The servers them selves will re-bind to the new IP and all the clients
should connect by host name which has not changed. You may wish to check the
way your Apps connect to exchange and SQL just to make sure. I have seen
sites where people have installed software and hard coded an IP address into
their SQL connections.
The other things to look for are applications that use POP3 and SMTP for
some reason people that set up apps tend to use the servers IP address. I
don’t know why perhaps it’s just lack of experience or just laziness.
"Mesak" wrote:
> Very thanks.
> I have only one site.
> I will check DNS for reverse lookup zones. I'm not sure that now I
> created reverse lookup zones on DNS server.
> You tell no effect on exchange and sql if I change ip address, right?
>
> Best regards
>
> "Wendel Hamilton" wrote:
>
> > No Effect on exchange and SQL.
> > Reverse lookup zones reference the computer name from its IP address
> > Simply add the reverse lookup zone in DNS manager for your site and Reverse
> > lookup zones. A wizard will guide you through.
> > You tell Active Directory sites and services what IP range is associated
> > with your site. If you have more than one site then each site should be
> > configured with its own IP address range so the nearest AD server can be
> > contacted. The Replication of AD to other sites is configured here.
> > For general information on AD See
> > http://www.microsoft.com/technet/pro...y/default.mspx
> > "Mesak" wrote:
> >
> > > Very thanks
> > > What is configuration of Reverse lookup for DNS and Active directory
> > > sites and services? Does it has any effect on SQL server and Exchange server?
> > > Do you have any manual on Microsoft website?
> > >
> > > "Wendel Hamilton" wrote:
> > >
> > > > Mesak,
> > > > DNS should sort it self out but its not your only worry,
> > > > After changing the IP address you will need to configure the following.
> > > > Reverse lookup for DNS.
> > > > DHCP
> > > > Active directory sites and services.
> > > >
> > > >
> > > > "Mesak" wrote:
> > > >
> > > > > I have Windows 2003 AD 1 server, Exchange 2003 1 server and SQL 2000 1
> > > > > server. I have problem about IP class C full, now I use 192.168.33.xxx. Can I
> > > > > change ip to 10.1.x.x for class B and does it has any effect with DNS that
> > > > > install on Windows 2003 AD?