Networking Forums

Networking Forums > Computer Networking > Windows Networking > Can I change IP on Windows 2003 AD?

Reply
Thread Tools Display Modes

Can I change IP on Windows 2003 AD?

 
 
Mesak
Guest
Posts: n/a

 
      10-08-2005, 06:04 AM
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?
 
Reply With Quote
 
 
 
 
Wendel Hamilton
Guest
Posts: n/a

 
      10-08-2005, 11:04 AM
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?

 
Reply With Quote
 
Mesak
Guest
Posts: n/a

 
      10-09-2005, 02:39 AM
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?

 
Reply With Quote
 
Wendel Hamilton
Guest
Posts: n/a

 
      10-09-2005, 06:18 AM
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?

 
Reply With Quote
 
Mesak
Guest
Posts: n/a

 
      10-09-2005, 08:44 AM
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?

 
Reply With Quote
 
Wendel Hamilton
Guest
Posts: n/a

 
      10-09-2005, 11:27 AM
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?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Application not accessing mapped drive properly: Redirector/Policy Change in Windows 2003? Gene Yee Windows Networking 0 04-14-2007 01:24 AM
How to change Windows server 2003 Domain User password? Raghav Windows Networking 6 04-09-2007 05:41 PM
Windows 2003 - change password remotely Ganyovics Windows Networking 3 04-06-2006 10:15 AM
Windows 2003 Server change of network address. msuk Windows Networking 1 02-08-2006 07:20 PM
Windows 2000/2003 IP Subnet change and concern over impact in AD e =?Utf-8?B?Sm9uUA==?= Windows Networking 1 01-09-2005 10:39 PM



1 2 3 4 5 6 7 8 9 10 11