FAQWindows-Expert.com Forum Index  •   FAQFAQ  •  SearchSearch
Windows-Expert.com
Find Windows Problems and Solutions
 
srv2008 dc self register ip address on dns
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Windows-Expert.com Forum Index -> Server DNS
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Wed Sep 30, 2009 12:59 pm    Post subject: srv2008 dc self register ip address on dns Reply with quote

I have a windows 2008 server dc, with another dc on the network, windows
2003.
Both has dns integrated on active directory
On 2008 srv I have two ip address on the same network.
I need one of this not to be registerd on dns, so I unchecked then flag "
register this connection's addresses on dns", but I always find both ip
registered, event if I manually remove one.
Why this happens? How can I stop this ?
Thank you
ALex
Back to top
Guest






PostPosted: Wed Sep 30, 2009 2:32 pm    Post subject: Re: srv2008 dc self register ip address on dns Reply with quote

I have exchange and I need to have two smtp connectors responding on same
port (25) so I need to use two ip.
This is because one connector receive smtp traffic from outbound (and has
scrict policy) the other is for internal device and has soft policy.

"Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> ha scritto nel messaggio
news:6cb2911d6a6a8cc1012825d0200@msnews.microsoft.com...
Quote:
Hello Alex,

You should never use 2 ip addresses on a DC, this kind of
configuration(multihoming) creates more problems then helping you. Why do
you need this on the DC?

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and
confers no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

I have a windows 2008 server dc, with another dc on the network,
windows
2003.
Both has dns integrated on active directory
On 2008 srv I have two ip address on the same network.
I need one of this not to be registerd on dns, so I unchecked then
flag "
register this connection's addresses on dns", but I always find both
ip
registered, event if I manually remove one.
Why this happens? How can I stop this ?
Thank you
ALex

Back to top
Meinolf Weber [MVP-DS]
Guest





PostPosted: Wed Sep 30, 2009 4:25 pm    Post subject: Re: srv2008 dc self register ip address on dns Reply with quote

Hello Alex,

You should never use 2 ip addresses on a DC, this kind of configuration(multihoming)
creates more problems then helping you. Why do you need this on the DC?

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


Quote:
I have a windows 2008 server dc, with another dc on the network,
windows
2003.
Both has dns integrated on active directory
On 2008 srv I have two ip address on the same network.
I need one of this not to be registerd on dns, so I unchecked then
flag "
register this connection's addresses on dns", but I always find both
ip
registered, event if I manually remove one.
Why this happens? How can I stop this ?
Thank you
ALex
Back to top
Guest
Guest



Posts
Location

PostPosted: Wed Sep 30, 2009 4:25 pm    Post subject: Google Ads Reply with quote

Back to top
Meinolf Weber [MVP-DS]
Guest





PostPosted: Wed Sep 30, 2009 4:48 pm    Post subject: Re: srv2008 dc self register ip address on dns Reply with quote

Hello Alex,

So if you use 2 NICs, go the advanced settings, DNS tab and uncheck "register
this connection's addresses in DNS"

Additional infos, also Exchange on a DC is a not recommended configuration,
sorry for that 2 answers about that you should avoid your current configuration.

See here about Exchange on DC:
http://technet.microsoft.com/en-us/library/aa997407.aspx

http://theessentialexchange.com/blogs/michael/archive/2007/11/13/exchange-server-2003-and-domain-controllers-a-summary.aspx


See here about multihoming DCs:
-----------------------------------------------------------------------
1. Domain Controllers should not be multi-homed
2. Being a VPN Server and even simply running RRAS makes it multi-homed.
3. DNS,..even just all by itself, is better on a single homed machine.
4. Domain Controllers with the PDC Role are automatically Domain Master
Browsers. Master Browsers should not be multi-homed

272294 - Active Directory Communication Fails on Multihomed Domain Controllers
http://support.microsoft.com/default.aspx?scid=kb;en-us;272294

191611 - Symptoms of Multihomed Browsers
http://support.microsoft.com/default.aspx?scid=kb;EN-US;191611

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. -----------------------------------------------------


See also:

Multihomed DCs, DNS, RRAS servers.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Below are the manual steps in more detail, which I had outlined in the above
paragraph:

Honestly, multi-homed DCs are not recommended because of the associated issues
that can occur, as you've encountered. We usually recommend purchasing an
inexpensive Linksys, DLink, etc, Cable/DSL router to perform NAT for you,
take out the extra NIC off the DC, but still let the DC handle DHCP (and
not the router).

Little background on AD and DNS:
First, just to get this out of the way, if you have your ISP's DNS addresses
in your IP configuration (DCs and clients), they need to be REMOVED.

If the ISP's DNS is in there, this will cause additional problems.

Also, AD registers certain records in DNS in the form of SRV records that
signify AD's resource and service locations. When there are multiple NICs,
each NIC registers. IF a client, or another DC queries DNS for this DC, it
may get the wrong record. One factor controlling this is Round Robin. If
a DC or client on another subnet that the DC is not configured on queries
for it, Round Robin will kick in offering one or the other. If the wrong
one gets offered, it may not have a route to it. On the other hand, Subnetmask
Priortization will ensure a querying client will get an IP that corresponds
to the subnet it's on, which will work. To insure everything works, stick
with one NIC.

Since this DC is multi-homed, it requires additional configuration to prevent
the public interface addresses from being registered in DNS. This creates
a problem for internal clients locating AD to authenticate and find other
services and resources such as the Global Catalog, file sharing and the SYSVOL
DFS share and can cause GPO errors with Userenv 1000 events to be logged,
authenticating to shares and printers, logging on takes forever, among numerous
other issues.

But if you like, there are some registry changes to eliminate the registration
of the external NIC. Here's the whole list of manual steps to follow.

But believe me, it's much easier to just get a separate NAT device or multihome
a non-DC then having to alter the DC. - Good luck!

1. Insure that all the NICS only point to your internal DNS server(s) only
and none others, such as your ISP's DNS servers' IP addresses.

2. In Network & Dialup properties, Advanced Menu item, Advanced Settings,
move the internal NIC (the network that AD is on) to the top of the binding
order (top of the list).

3. Disable the ability for the outer NIC to register. The procedure, as
mentioned, involves identifying the outer NIC's GUID number. This link will
show you how:
246804 - How to Enable-Disable Windows 2000 Dynamic DNS Registrations (per
NIC too):
http://support.microsoft.com/?id=246804

4. Disable NetBIOS on the outside NIC. That is performed by choosing to
disable NetBIOS in IP Properties, Advanced, and you will find that under the
"WINS" tab. You may want to look at step #3 in the article to show you how
to disable NetBIOS on the RRAS interfaces if this is a RRAS server.
296379 - How to Disable NetBIOS on an Incoming Remote Access Interface
[Registry Entry]:
http://support.microsoft.com/?id=296379

Note: A standard Windows service, called the "Browser service", provides
the list of machines, workgroup and domain names that you see in "My Network
Places" (or the legacy term "Network Neighborhood"). The Browser service
relies on the NetBIOS service. One major requirement of NetBIOS service is
a machine can only have one name to one IP address. It's sort of a fingerprint.
You can't have two brothers named Darrell. A multihomed machine will cause
duplicate name errors on itself because Windows sees itself with the same
name in the Browse List (My Network Places), but with different IPs. You
can only have one, hence the error generated.

5. Disable the "File and Print Service" and disable the "MS Client Service"
on the outer NIC. That is done in NIC properties by unchecking the respective
service under the general properties page. If you need these services on
the outside NIC (which is unlikely), which allow other machines to connect
to your machine for accessing resource on your machine (shared folders, printers,
etc.), then you will probably need to keep them enabled.

6. Uncheck "Register this connection" under IP properties, Advanced settings,
"DNS" tab.

7. Delete the outer NIC IP address, disable Netlogon registration, and manually
create the required records

a. In DNS under the zone name, (your DNS domain name), delete the outer NIC's
IP references for the "LdapIpAddress". If this is a GC, you will need to
delete the GC IP record as well (the "GcIpAddress"). To do that, in the DNS
console, under the zone name, you will see the _msdcs folder. Under that,
you will see the _gc folder. To the right, you will see the IP address referencing
the GC address. That is called the GcIpAddress. Delete the IP addresses referencing
the outer NIC.

i. To stop these two records from registering that information,
use the steps provided in the links below:
Private Network Interfaces on a Domain Controller Are Registered in
DNShttp://support.microsoft.com/?id=295328

ii. The one section of the article that disables these records is done with
this registry entry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters
(Create this Multi-String Value under it):
Registry value: DnsAvoidRegisterRecords
Data type: REG_MULTI_SZ
Values: LdapIpAddress
GcIpAddress

iii. Here is more information on these and other Netlogon Service records:

Restrict the DNS SRV resource records updated by the Netlogon service

[including GC]:

http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/windowsserver2003/proddocs/standard/sag_dns_pro_no_rr_in_ad.asp

b. Then you will need to manually create these two records in DNS with the
IP addresses that you need for the DC. To create the

LdapIpAddress, create a new host under the domain, but leave the "hostname"
field blank, and provide the internal IP of the DC, which results in a
record that looks like:
(same as parent) A 192.168.5.200 (192.168.5.200 is used for illustrative
purposes)

i. You need to also manually create the GcIpAddress as well, if this is a
GC. That would be under the _msdcs._gc SRV record under the zone. It is created
in the same fashion as the LdapIpAddress mentioned above.

8. In the DNS console, right click the server name, choose properties, then
under the "Interfaces" tab, force it only to listen to the internal NIC's
IP address, and not the IP address of the outer NIC.

9. Since this is also a DNS server, the IPs from all NICs will register,
even if you tell it not to in the NIC properties. See this to show you how
to stop that behavior (this procedure is for Windows 2000, but will also
work for Windows 2003):
275554 - The Host's A Record Is Registered in DNS After You Choose Not to
Register the Connection's Address:
http://support.microsoft.com/?id=275554

10. If you haven't done so, configure a forwarder. You can use 4.2.2.2 if
not sure which DNS to forward to until you've got the DNS address of your
ISP.
How to set a forwarder? Good question. Depending on your operating
system,choose one of the following articles:

300202 - HOW TO: Configure DNS for Internet Access in Windows 2000 http://support.microsoft.com/?id=300202&FR=1

323380 - HOW TO: Configure DNS for Internet Access in Windows Server 2003
(How to configure a forwarder):
http://support.microsoft.com/d/id?=323380

Active Directory communication fails on multihomed domain controllers http://support.microsoft.com/kb/272294

<==*** Some additional reading ***==>
More links to read up and understand what is going on:

292822 - Name Resolution and Connectivity Issues on Windows 2000 Domain
Controller with Routing and Remote Access and DNS Insta {DNS and RRAS and
unwanted IPs registering]:
http://support.microsoft.com/?id=292822

Active Directory communication fails on multihomed domain controllers http://support.microsoft.com/kb/272294

246804 - How to enable or disable DNS updates in Windows 2000 and in Windows
Server 2003
http://support.microsoft.com/?id=246804

295328 - Private Network Interfaces on a Domain Controller Are Registered in
DNS
[also shows DnsAvoidRegisterRecords LdapIpAddress to avoid reg sameasparent
private IP]:
http://support.microsoft.com/?id=295328

306602 - How to Optimize the Location of a DC or GC That Resides Outside of
a Client's
Site [Includes info LdapIpAddress and GcIpAddress information and the SRV
mnemonic values]:
http://support.microsoft.com/?id=306602

825036 - Best practices for DNS client settings in Windows 2000 Server and
in Windows Server 2003 (including how-to configure a forwarder): http://support.microsoft.com/default.aspx?scid=kb;en-us;825036

291382 - Frequently asked questions about Windows 2000 DNS and Windows
Server 2003 DNS
http://support.microsoft.com/?id=291382

296379 - How to Disable NetBIOS on an Incoming Remote Access Interface
[Registry Entry]:
http://support.microsoft.com/?id=296379

Rid Pool Errors and other mutlhomed DC errors, and how to configure a multihomed
DC, Ace Fekay, 24 Feb 2006 http://www.ureader.com/message/3244572.aspx

_________________________ +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++

--
Regards,
Ace


This posting is provided "AS-IS" with no warranties or guarantees and confers
no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft MVP - Directory Services
Microsoft Certified Trainer

Infinite Diversities in Infinite Combinations

Having difficulty reading or finding responses to your post?
Instead of the website you're using, try using OEx (Outlook Express
or any other newsreader), and configure a news account, pointing to
news.microsoft.com. Anonymous access. It's free - no username or password
required nor do you need a Newsgroup Usenet account with your ISP. It
connects directly to the Microsoft Public Newsgroups. OEx allows you
o easily find, track threads, cross-post, sort by date, poster's name,
watched threads or subject. It's easy:

How to Configure OEx for Internet News
http://support.microsoft.com/?id=171164


Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


Quote:
I have exchange and I need to have two smtp connectors responding on
same
port (25) so I need to use two ip.
This is because one connector receive smtp traffic from outbound (and
has
scrict policy) the other is for internal device and has soft policy.
"Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> ha scritto nel
messaggio news:6cb2911d6a6a8cc1012825d0200@msnews.microsoft.com...

Hello Alex,

You should never use 2 ip addresses on a DC, this kind of
configuration(multihoming) creates more problems then helping you.
Why do you need this on the DC?

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and
confers no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
I have a windows 2008 server dc, with another dc on the network,
windows
2003.
Both has dns integrated on active directory
On 2008 srv I have two ip address on the same network.
I need one of this not to be registerd on dns, so I unchecked then
flag "
register this connection's addresses on dns", but I always find both
ip
registered, event if I manually remove one.
Why this happens? How can I stop this ?
Thank you
ALex
Back to top
Ace Fekay [MCT]
Guest





PostPosted: Wed Sep 30, 2009 6:56 pm    Post subject: Re: srv2008 dc self register ip address on dns Reply with quote

"Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
news:6cb2911d6a758cc1015ac44a368@msnews.microsoft.com...

Hi Meinolf,

Here's an updated version of my old multihomed DCs. I cleaned it up a
little.

Multihomed DCs with DNS, RRAS, multiple IPs, and/or PPPoE adapters
http://msmvps.com/blogs/acefekay/archive/2009/08/17/multihomed-dcs-with-dns-rras-and-or-pppoe-adapters.aspx

Ace


Quote:
Hello Alex,

So if you use 2 NICs, go the advanced settings, DNS tab and uncheck
"register this connection's addresses in DNS"

Additional infos, also Exchange on a DC is a not recommended
configuration, sorry for that 2 answers about that you should avoid your
current configuration.

See here about Exchange on DC:
http://technet.microsoft.com/en-us/library/aa997407.aspx

http://theessentialexchange.com/blogs/michael/archive/2007/11/13/exchange-server-2003-and-domain-controllers-a-summary.aspx


See here about multihoming DCs:
-----------------------------------------------------------------------
1. Domain Controllers should not be multi-homed
2. Being a VPN Server and even simply running RRAS makes it multi-homed.
3. DNS,..even just all by itself, is better on a single homed machine.
4. Domain Controllers with the PDC Role are automatically Domain Master
Browsers. Master Browsers should not be multi-homed

272294 - Active Directory Communication Fails on Multihomed Domain
Controllers http://support.microsoft.com/default.aspx?scid=kb;en-us;272294

191611 - Symptoms of Multihomed Browsers
http://support.microsoft.com/default.aspx?scid=kb;EN-US;191611

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. -----------------------------------------------------


See also:

Multihomed DCs, DNS, RRAS servers.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Below are the manual steps in more detail, which I had outlined in the
above paragraph:

Honestly, multi-homed DCs are not recommended because of the associated
issues that can occur, as you've encountered. We usually recommend
purchasing an inexpensive Linksys, DLink, etc, Cable/DSL router to perform
NAT for you, take out the extra NIC off the DC, but still let the DC
handle DHCP (and not the router).

Little background on AD and DNS:
First, just to get this out of the way, if you have your ISP's DNS
addresses in your IP configuration (DCs and clients), they need to be
REMOVED.

If the ISP's DNS is in there, this will cause additional problems.

Also, AD registers certain records in DNS in the form of SRV records that
signify AD's resource and service locations. When there are multiple NICs,
each NIC registers. IF a client, or another DC queries DNS for this DC, it
may get the wrong record. One factor controlling this is Round Robin. If a
DC or client on another subnet that the DC is not configured on queries
for it, Round Robin will kick in offering one or the other. If the wrong
one gets offered, it may not have a route to it. On the other hand,
Subnetmask Priortization will ensure a querying client will get an IP that
corresponds to the subnet it's on, which will work. To insure everything
works, stick with one NIC.

Since this DC is multi-homed, it requires additional configuration to
prevent the public interface addresses from being registered in DNS. This
creates a problem for internal clients locating AD to authenticate and
find other services and resources such as the Global Catalog, file sharing
and the SYSVOL DFS share and can cause GPO errors with Userenv 1000 events
to be logged, authenticating to shares and printers, logging on takes
forever, among numerous other issues.

But if you like, there are some registry changes to eliminate the
registration of the external NIC. Here's the whole list of manual steps to
follow.

But believe me, it's much easier to just get a separate NAT device or
multihome a non-DC then having to alter the DC. - Good luck!

1. Insure that all the NICS only point to your internal DNS server(s) only
and none others, such as your ISP's DNS servers' IP addresses.

2. In Network & Dialup properties, Advanced Menu item, Advanced Settings,
move the internal NIC (the network that AD is on) to the top of the
binding order (top of the list).

3. Disable the ability for the outer NIC to register. The procedure, as
mentioned, involves identifying the outer NIC's GUID number. This link
will show you how:
246804 - How to Enable-Disable Windows 2000 Dynamic DNS Registrations (per
NIC too):
http://support.microsoft.com/?id=246804

4. Disable NetBIOS on the outside NIC. That is performed by choosing to
disable NetBIOS in IP Properties, Advanced, and you will find that under
the "WINS" tab. You may want to look at step #3 in the article to show you
how to disable NetBIOS on the RRAS interfaces if this is a RRAS server.
296379 - How to Disable NetBIOS on an Incoming Remote Access Interface
[Registry Entry]:
http://support.microsoft.com/?id=296379

Note: A standard Windows service, called the "Browser service", provides
the list of machines, workgroup and domain names that you see in "My
Network Places" (or the legacy term "Network Neighborhood"). The Browser
service relies on the NetBIOS service. One major requirement of NetBIOS
service is a machine can only have one name to one IP address. It's sort
of a fingerprint. You can't have two brothers named Darrell. A multihomed
machine will cause duplicate name errors on itself because Windows sees
itself with the same name in the Browse List (My Network Places), but with
different IPs. You can only have one, hence the error generated.

5. Disable the "File and Print Service" and disable the "MS Client
Service" on the outer NIC. That is done in NIC properties by unchecking
the respective service under the general properties page. If you need
these services on the outside NIC (which is unlikely), which allow other
machines to connect to your machine for accessing resource on your machine
(shared folders, printers, etc.), then you will probably need to keep them
enabled.

6. Uncheck "Register this connection" under IP properties, Advanced
settings, "DNS" tab.

7. Delete the outer NIC IP address, disable Netlogon registration, and
manually create the required records

a. In DNS under the zone name, (your DNS domain name), delete the outer
NIC's IP references for the "LdapIpAddress". If this is a GC, you will
need to delete the GC IP record as well (the "GcIpAddress"). To do that,
in the DNS console, under the zone name, you will see the _msdcs folder.
Under that, you will see the _gc folder. To the right, you will see the IP
address referencing the GC address. That is called the GcIpAddress. Delete
the IP addresses referencing the outer NIC.

i. To stop these two records from registering that information, use the
steps provided in the links below:
Private Network Interfaces on a Domain Controller Are Registered in
DNShttp://support.microsoft.com/?id=295328

ii. The one section of the article that disables these records is done
with this registry entry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters
(Create this Multi-String Value under it):
Registry value: DnsAvoidRegisterRecords
Data type: REG_MULTI_SZ
Values: LdapIpAddress
GcIpAddress

iii. Here is more information on these and other Netlogon Service records:

Restrict the DNS SRV resource records updated by the Netlogon service
[including GC]:

http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/windowsserver2003/proddocs/standard/sag_dns_pro_no_rr_in_ad.asp

b. Then you will need to manually create these two records in DNS with the
IP addresses that you need for the DC. To create the

LdapIpAddress, create a new host under the domain, but leave the
"hostname" field blank, and provide the internal IP of the DC, which
results in a record that looks like:
(same as parent) A 192.168.5.200 (192.168.5.200 is used for illustrative
purposes)

i. You need to also manually create the GcIpAddress as well, if this is a
GC. That would be under the _msdcs._gc SRV record under the zone. It is
created in the same fashion as the LdapIpAddress mentioned above.

8. In the DNS console, right click the server name, choose properties,
then under the "Interfaces" tab, force it only to listen to the internal
NIC's IP address, and not the IP address of the outer NIC.

9. Since this is also a DNS server, the IPs from all NICs will register,
even if you tell it not to in the NIC properties. See this to show you how
to stop that behavior (this procedure is for Windows 2000, but will also
work for Windows 2003):
275554 - The Host's A Record Is Registered in DNS After You Choose Not to
Register the Connection's Address:
http://support.microsoft.com/?id=275554

10. If you haven't done so, configure a forwarder. You can use 4.2.2.2 if
not sure which DNS to forward to until you've got the DNS address of your
ISP.
How to set a forwarder? Good question. Depending on your operating
system,choose one of the following articles:

300202 - HOW TO: Configure DNS for Internet Access in Windows 2000
http://support.microsoft.com/?id=300202&FR=1

323380 - HOW TO: Configure DNS for Internet Access in Windows Server 2003
(How to configure a forwarder):
http://support.microsoft.com/d/id?=323380

Active Directory communication fails on multihomed domain controllers
http://support.microsoft.com/kb/272294

==*** Some additional reading ***==
More links to read up and understand what is going on:

292822 - Name Resolution and Connectivity Issues on Windows 2000 Domain
Controller with Routing and Remote Access and DNS Insta {DNS and RRAS and
unwanted IPs registering]:
http://support.microsoft.com/?id=292822

Active Directory communication fails on multihomed domain controllers
http://support.microsoft.com/kb/272294

246804 - How to enable or disable DNS updates in Windows 2000 and in
Windows Server 2003
http://support.microsoft.com/?id=246804

295328 - Private Network Interfaces on a Domain Controller Are Registered
in DNS
[also shows DnsAvoidRegisterRecords LdapIpAddress to avoid reg
sameasparent private IP]:
http://support.microsoft.com/?id=295328

306602 - How to Optimize the Location of a DC or GC That Resides Outside
of a Client's
Site [Includes info LdapIpAddress and GcIpAddress information and the SRV
mnemonic values]:
http://support.microsoft.com/?id=306602

825036 - Best practices for DNS client settings in Windows 2000 Server and
in Windows Server 2003 (including how-to configure a forwarder):
http://support.microsoft.com/default.aspx?scid=kb;en-us;825036

291382 - Frequently asked questions about Windows 2000 DNS and Windows
Server 2003 DNS
http://support.microsoft.com/?id=291382

296379 - How to Disable NetBIOS on an Incoming Remote Access Interface
[Registry Entry]:
http://support.microsoft.com/?id=296379

Rid Pool Errors and other mutlhomed DC errors, and how to configure a
multihomed DC, Ace Fekay, 24 Feb 2006
http://www.ureader.com/message/3244572.aspx

_________________________
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

--
Regards,
Ace


This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft MVP - Directory Services
Microsoft Certified Trainer

Infinite Diversities in Infinite Combinations

Having difficulty reading or finding responses to your post?
Instead of the website you're using, try using OEx (Outlook Express
or any other newsreader), and configure a news account, pointing to
news.microsoft.com. Anonymous access. It's free - no username or password
required nor do you need a Newsgroup Usenet account with your ISP. It
connects directly to the Microsoft Public Newsgroups. OEx allows you
o easily find, track threads, cross-post, sort by date, poster's name,
watched threads or subject. It's easy:

How to Configure OEx for Internet News
http://support.microsoft.com/?id=171164


Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and
confers no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

I have exchange and I need to have two smtp connectors responding on
same
port (25) so I need to use two ip.
This is because one connector receive smtp traffic from outbound (and
has
scrict policy) the other is for internal device and has soft policy.
"Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> ha scritto nel
messaggio news:6cb2911d6a6a8cc1012825d0200@msnews.microsoft.com...

Hello Alex,

You should never use 2 ip addresses on a DC, this kind of
configuration(multihoming) creates more problems then helping you.
Why do you need this on the DC?

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and
confers no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
I have a windows 2008 server dc, with another dc on the network,
windows
2003.
Both has dns integrated on active directory
On 2008 srv I have two ip address on the same network.
I need one of this not to be registerd on dns, so I unchecked then
flag "
register this connection's addresses on dns", but I always find both
ip
registered, event if I manually remove one.
Why this happens? How can I stop this ?
Thank you
ALex

Back to top
Meinolf Weber [MVP-DS]
Guest





PostPosted: Wed Sep 30, 2009 9:09 pm    Post subject: Re: srv2008 dc self register ip address on dns Reply with quote

Hello Ace Fekay [MCT],

Thanks, so i will use your link now as i do for the slow file transfer within
2008.:-)

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


Quote:
"Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
news:6cb2911d6a758cc1015ac44a368@msnews.microsoft.com...

Hi Meinolf,

Here's an updated version of my old multihomed DCs. I cleaned it up a
little.

Multihomed DCs with DNS, RRAS, multiple IPs, and/or PPPoE adapters

http://msmvps.com/blogs/acefekay/archive/2009/08/17/multihomed-dcs-wit
h-dns-rras-and-or-pppoe-adapters.aspx

Ace

Hello Alex,

So if you use 2 NICs, go the advanced settings, DNS tab and uncheck
"register this connection's addresses in DNS"

Additional infos, also Exchange on a DC is a not recommended
configuration, sorry for that 2 answers about that you should avoid
your current configuration.

See here about Exchange on DC:
http://technet.microsoft.com/en-us/library/aa997407.aspx
http://theessentialexchange.com/blogs/michael/archive/2007/11/13/exch
ange-server-2003-and-domain-controllers-a-summary.aspx

See here about multihoming DCs:
---------------------------------------------------------------------
--
1. Domain Controllers should not be multi-homed
2. Being a VPN Server and even simply running RRAS makes it
multi-homed.
3. DNS,..even just all by itself, is better on a single homed
machine.
4. Domain Controllers with the PDC Role are automatically Domain
Master
Browsers. Master Browsers should not be multi-homed
272294 - Active Directory Communication Fails on Multihomed Domain
Controllers
http://support.microsoft.com/default.aspx?scid=kb;en-us;272294

191611 - Symptoms of Multihomed Browsers
http://support.microsoft.com/default.aspx?scid=kb;EN-US;191611
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.
-----------------------------------------------------

See also:

Multihomed DCs, DNS, RRAS servers.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Below are the manual steps in more detail, which I had outlined in
the
above paragraph:
Honestly, multi-homed DCs are not recommended because of the
associated issues that can occur, as you've encountered. We usually
recommend purchasing an inexpensive Linksys, DLink, etc, Cable/DSL
router to perform NAT for you, take out the extra NIC off the DC, but
still let the DC handle DHCP (and not the router).

Little background on AD and DNS:
First, just to get this out of the way, if you have your ISP's DNS
addresses in your IP configuration (DCs and clients), they need to be
REMOVED.
If the ISP's DNS is in there, this will cause additional problems.

Also, AD registers certain records in DNS in the form of SRV records
that signify AD's resource and service locations. When there are
multiple NICs, each NIC registers. IF a client, or another DC queries
DNS for this DC, it may get the wrong record. One factor controlling
this is Round Robin. If a DC or client on another subnet that the DC
is not configured on queries for it, Round Robin will kick in
offering one or the other. If the wrong one gets offered, it may not
have a route to it. On the other hand, Subnetmask Priortization will
ensure a querying client will get an IP that corresponds to the
subnet it's on, which will work. To insure everything works, stick
with one NIC.

Since this DC is multi-homed, it requires additional configuration to
prevent the public interface addresses from being registered in DNS.
This creates a problem for internal clients locating AD to
authenticate and find other services and resources such as the Global
Catalog, file sharing and the SYSVOL DFS share and can cause GPO
errors with Userenv 1000 events to be logged, authenticating to
shares and printers, logging on takes forever, among numerous other
issues.

But if you like, there are some registry changes to eliminate the
registration of the external NIC. Here's the whole list of manual
steps to follow.

But believe me, it's much easier to just get a separate NAT device or
multihome a non-DC then having to alter the DC. - Good luck!

1. Insure that all the NICS only point to your internal DNS server(s)
only and none others, such as your ISP's DNS servers' IP addresses.

2. In Network & Dialup properties, Advanced Menu item, Advanced
Settings, move the internal NIC (the network that AD is on) to the
top of the binding order (top of the list).

3. Disable the ability for the outer NIC to register. The procedure,
as
mentioned, involves identifying the outer NIC's GUID number. This
link
will show you how:
246804 - How to Enable-Disable Windows 2000 Dynamic DNS Registrations
(per
NIC too):
http://support.microsoft.com/?id=246804
4. Disable NetBIOS on the outside NIC. That is performed by choosing
to
disable NetBIOS in IP Properties, Advanced, and you will find that
under
the "WINS" tab. You may want to look at step #3 in the article to
show you
how to disable NetBIOS on the RRAS interfaces if this is a RRAS
server.
296379 - How to Disable NetBIOS on an Incoming Remote Access
Interface
[Registry Entry]:
http://support.microsoft.com/?id=296379
Note: A standard Windows service, called the "Browser service",
provides the list of machines, workgroup and domain names that you
see in "My Network Places" (or the legacy term "Network
Neighborhood"). The Browser service relies on the NetBIOS service.
One major requirement of NetBIOS service is a machine can only have
one name to one IP address. It's sort of a fingerprint. You can't
have two brothers named Darrell. A multihomed machine will cause
duplicate name errors on itself because Windows sees itself with the
same name in the Browse List (My Network Places), but with different
IPs. You can only have one, hence the error generated.

5. Disable the "File and Print Service" and disable the "MS Client
Service" on the outer NIC. That is done in NIC properties by
unchecking the respective service under the general properties page.
If you need these services on the outside NIC (which is unlikely),
which allow other machines to connect to your machine for accessing
resource on your machine (shared folders, printers, etc.), then you
will probably need to keep them enabled.

6. Uncheck "Register this connection" under IP properties, Advanced
settings, "DNS" tab.

7. Delete the outer NIC IP address, disable Netlogon registration,
and manually create the required records

a. In DNS under the zone name, (your DNS domain name), delete the
outer NIC's IP references for the "LdapIpAddress". If this is a GC,
you will need to delete the GC IP record as well (the "GcIpAddress").
To do that, in the DNS console, under the zone name, you will see the
_msdcs folder. Under that, you will see the _gc folder. To the right,
you will see the IP address referencing the GC address. That is
called the GcIpAddress. Delete the IP addresses referencing the outer
NIC.

i. To stop these two records from registering that information, use
the
steps provided in the links below:
Private Network Interfaces on a Domain Controller Are Registered in
DNShttp://support.microsoft.com/?id=295328
ii. The one section of the article that disables these records is
done with this registry entry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Paramet
ers
(Create this Multi-String Value under it):
Registry value: DnsAvoidRegisterRecords
Data type: REG_MULTI_SZ
Values: LdapIpAddress
GcIpAddress
iii. Here is more information on these and other Netlogon Service
records:

Restrict the DNS SRV resource records updated by the Netlogon service
[including GC]:

http://www.microsoft.com/technet/treeview/default.asp?url=/technet/pr
odtechnol/windowsserver2003/proddocs/standard/sag_dns_pro_no_rr_in_ad
.asp

b. Then you will need to manually create these two records in DNS
with the IP addresses that you need for the DC. To create the

LdapIpAddress, create a new host under the domain, but leave the
"hostname" field blank, and provide the internal IP of the DC, which
results in a record that looks like:
(same as parent) A 192.168.5.200 (192.168.5.200 is used for
illustrative
purposes)
i. You need to also manually create the GcIpAddress as well, if this
is a GC. That would be under the _msdcs._gc SRV record under the
zone. It is created in the same fashion as the LdapIpAddress
mentioned above.

8. In the DNS console, right click the server name, choose
properties, then under the "Interfaces" tab, force it only to listen
to the internal NIC's IP address, and not the IP address of the outer
NIC.

9. Since this is also a DNS server, the IPs from all NICs will
register,
even if you tell it not to in the NIC properties. See this to show
you how
to stop that behavior (this procedure is for Windows 2000, but will
also
work for Windows 2003):
275554 - The Host's A Record Is Registered in DNS After You Choose
Not to
Register the Connection's Address:
http://support.microsoft.com/?id=275554
10. If you haven't done so, configure a forwarder. You can use
4.2.2.2 if
not sure which DNS to forward to until you've got the DNS address of
your
ISP.
How to set a forwarder? Good question. Depending on your operating
system,choose one of the following articles:
300202 - HOW TO: Configure DNS for Internet Access in Windows 2000
http://support.microsoft.com/?id=300202&FR=1

323380 - HOW TO: Configure DNS for Internet Access in Windows Server
2003
(How to configure a forwarder):
http://support.microsoft.com/d/id?=323380
Active Directory communication fails on multihomed domain controllers
http://support.microsoft.com/kb/272294

==*** Some additional reading ***==
More links to read up and understand what is going on:
292822 - Name Resolution and Connectivity Issues on Windows 2000
Domain
Controller with Routing and Remote Access and DNS Insta {DNS and RRAS
and
unwanted IPs registering]:
http://support.microsoft.com/?id=292822
Active Directory communication fails on multihomed domain controllers
http://support.microsoft.com/kb/272294

246804 - How to enable or disable DNS updates in Windows 2000 and in
Windows Server 2003
http://support.microsoft.com/?id=246804
295328 - Private Network Interfaces on a Domain Controller Are
Registered
in DNS
[also shows DnsAvoidRegisterRecords LdapIpAddress to avoid reg
sameasparent private IP]:
http://support.microsoft.com/?id=295328
306602 - How to Optimize the Location of a DC or GC That Resides
Outside
of a Client's
Site [Includes info LdapIpAddress and GcIpAddress information and the
SRV
mnemonic values]:
http://support.microsoft.com/?id=306602
825036 - Best practices for DNS client settings in Windows 2000
Server and in Windows Server 2003 (including how-to configure a
forwarder):
http://support.microsoft.com/default.aspx?scid=kb;en-us;825036

291382 - Frequently asked questions about Windows 2000 DNS and
Windows
Server 2003 DNS
http://support.microsoft.com/?id=291382
296379 - How to Disable NetBIOS on an Incoming Remote Access
Interface
[Registry Entry]:
http://support.microsoft.com/?id=296379
Rid Pool Errors and other mutlhomed DC errors, and how to configure a
multihomed DC, Ace Fekay, 24 Feb 2006
http://www.ureader.com/message/3244572.aspx

_________________________
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

--
Regards,
Ace
This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft MVP - Directory Services
Microsoft Certified Trainer
Infinite Diversities in Infinite Combinations

Having difficulty reading or finding responses to your post?
Instead of the website you're using, try using OEx (Outlook Express
or any other newsreader), and configure a news account, pointing to
news.microsoft.com. Anonymous access. It's free - no username or
password
required nor do you need a Newsgroup Usenet account with your ISP. It
connects directly to the Microsoft Public Newsgroups. OEx allows you
o easily find, track threads, cross-post, sort by date, poster's
name,
watched threads or subject. It's easy:
How to Configure OEx for Internet News
http://support.microsoft.com/?id=171164
Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and
confers no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
I have exchange and I need to have two smtp connectors responding on
same
port (25) so I need to use two ip.
This is because one connector receive smtp traffic from outbound
(and
has
scrict policy) the other is for internal device and has soft policy.
"Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> ha scritto nel
messaggio news:6cb2911d6a6a8cc1012825d0200@msnews.microsoft.com...
Hello Alex,

You should never use 2 ip addresses on a DC, this kind of
configuration(multihoming) creates more problems then helping you.
Why do you need this on the DC?

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties,
and
confers no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
I have a windows 2008 server dc, with another dc on the network,
windows
2003.
Both has dns integrated on active directory
On 2008 srv I have two ip address on the same network.
I need one of this not to be registerd on dns, so I unchecked then
flag "
register this connection's addresses on dns", but I always find
both
ip
registered, event if I manually remove one.
Why this happens? How can I stop this ?
Thank you
ALex
Back to top
Ace Fekay [MCT]
Guest





PostPosted: Thu Oct 01, 2009 2:30 am    Post subject: Re: srv2008 dc self register ip address on dns Reply with quote

"Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
news:6cb2911d6aad8cc103a4204c9b6@msnews.microsoft.com...
Quote:
Hello Ace Fekay [MCT],

Thanks, so i will use your link now as i do for the slow file transfer
within 2008.:-)

Best regards

Meinolf Weber

You are welcome! My pleasure.

Cheers!

Ace
Back to top
alex
Guest





PostPosted: Thu Oct 01, 2009 4:41 am    Post subject: Re: srv2008 dc self register ip address on dns Reply with quote

Thank you for your answer
.. I know that Exchange on dc is not reccomanded, but I am a poor man ( only
1 server) Sad(
Is not a multihome, I have 1 nic with 2 address ( same subnet, 10.0.0.2 and
10.0.0.3 /255.255.255.0)
Flag "register this connection's addresses in DNS" is complilty useless,
I've tried with it but the address are always re-registered.
I've find this article that suggest to add a registry key.
http://www.g-excess.com/computer/windows.server.2008/preventing_dynamic_dns_registration.html

But anyway, the article you posted warried me a bit, so I will try a
different solution for smtp, in order to remove the secondary address.

Alex

"Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> ha scritto nel messaggio
news:6cb2911d6a758cc1015ac44a368@msnews.microsoft.com...
Quote:
Hello Alex,

So if you use 2 NICs, go the advanced settings, DNS tab and uncheck
"register this connection's addresses in DNS"

Additional infos, also Exchange on a DC is a not recommended
configuration, sorry for that 2 answers about that you should avoid your
current configuration.

See here about Exchange on DC:
http://technet.microsoft.com/en-us/library/aa997407.aspx

http://theessentialexchange.com/blogs/michael/archive/2007/11/13/exchange-server-2003-and-domain-controllers-a-summary.aspx


See here about multihoming DCs:
-----------------------------------------------------------------------
1. Domain Controllers should not be multi-homed
2. Being a VPN Server and even simply running RRAS makes it multi-homed.
3. DNS,..even just all by itself, is better on a single homed machine.
4. Domain Controllers with the PDC Role are automatically Domain Master
Browsers. Master Browsers should not be multi-homed

272294 - Active Directory Communication Fails on Multihomed Domain
Controllers http://support.microsoft.com/default.aspx?scid=kb;en-us;272294

191611 - Symptoms of Multihomed Browsers
http://support.microsoft.com/default.aspx?scid=kb;EN-US;191611

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. -----------------------------------------------------


See also:

Multihomed DCs, DNS, RRAS servers.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Below are the manual steps in more detail, which I had outlined in the
above paragraph:

Honestly, multi-homed DCs are not recommended because of the associated
issues that can occur, as you've encountered. We usually recommend
purchasing an inexpensive Linksys, DLink, etc, Cable/DSL router to perform
NAT for you, take out the extra NIC off the DC, but still let the DC
handle DHCP (and not the router).

Little background on AD and DNS:
First, just to get this out of the way, if you have your ISP's DNS
addresses in your IP configuration (DCs and clients), they need to be
REMOVED.

If the ISP's DNS is in there, this will cause additional problems.

Also, AD registers certain records in DNS in the form of SRV records that
signify AD's resource and service locations. When there are multiple NICs,
each NIC registers. IF a client, or another DC queries DNS for this DC, it
may get the wrong record. One factor controlling this is Round Robin. If a
DC or client on another subnet that the DC is not configured on queries
for it, Round Robin will kick in offering one or the other. If the wrong
one gets offered, it may not have a route to it. On the other hand,
Subnetmask Priortization will ensure a querying client will get an IP that
corresponds to the subnet it's on, which will work. To insure everything
works, stick with one NIC.

Since this DC is multi-homed, it requires additional configuration to
prevent the public interface addresses from being registered in DNS. This
creates a problem for internal clients locating AD to authenticate and
find other services and resources such as the Global Catalog, file sharing
and the SYSVOL DFS share and can cause GPO errors with Userenv 1000 events
to be logged, authenticating to shares and printers, logging on takes
forever, among numerous other issues.

But if you like, there are some registry changes to eliminate the
registration of the external NIC. Here's the whole list of manual steps to
follow.

But believe me, it's much easier to just get a separate NAT device or
multihome a non-DC then having to alter the DC. - Good luck!

1. Insure that all the NICS only point to your internal DNS server(s) only
and none others, such as your ISP's DNS servers' IP addresses.

2. In Network & Dialup properties, Advanced Menu item, Advanced Settings,
move the internal NIC (the network that AD is on) to the top of the
binding order (top of the list).

3. Disable the ability for the outer NIC to register. The procedure, as
mentioned, involves identifying the outer NIC's GUID number. This link
will show you how:
246804 - How to Enable-Disable Windows 2000 Dynamic DNS Registrations (per
NIC too):
http://support.microsoft.com/?id=246804

4. Disable NetBIOS on the outside NIC. That is performed by choosing to
disable NetBIOS in IP Properties, Advanced, and you will find that under
the "WINS" tab. You may want to look at step #3 in the article to show you
how to disable NetBIOS on the RRAS interfaces if this is a RRAS server.
296379 - How to Disable NetBIOS on an Incoming Remote Access Interface
[Registry Entry]:
http://support.microsoft.com/?id=296379

Note: A standard Windows service, called the "Browser service", provides
the list of machines, workgroup and domain names that you see in "My
Network Places" (or the legacy term "Network Neighborhood"). The Browser
service relies on the NetBIOS service. One major requirement of NetBIOS
service is a machine can only have one name to one IP address. It's sort
of a fingerprint. You can't have two brothers named Darrell. A multihomed
machine will cause duplicate name errors on itself because Windows sees
itself with the same name in the Browse List (My Network Places), but with
different IPs. You can only have one, hence the error generated.

5. Disable the "File and Print Service" and disable the "MS Client
Service" on the outer NIC. That is done in NIC properties by unchecking
the respective service under the general properties page. If you need
these services on the outside NIC (which is unlikely), which allow other
machines to connect to your machine for accessing resource on your machine
(shared folders, printers, etc.), then you will probably need to keep them
enabled.

6. Uncheck "Register this connection" under IP properties, Advanced
settings, "DNS" tab.

7. Delete the outer NIC IP address, disable Netlogon registration, and
manually create the required records

a. In DNS under the zone name, (your DNS domain name), delete the outer
NIC's IP references for the "LdapIpAddress". If this is a GC, you will
need to delete the GC IP record as well (the "GcIpAddress"). To do that,
in the DNS console, under the zone name, you will see the _msdcs folder.
Under that, you will see the _gc folder. To the right, you will see the IP
address referencing the GC address. That is called the GcIpAddress. Delete
the IP addresses referencing the outer NIC.

i. To stop these two records from registering that information, use the
steps provided in the links below:
Private Network Interfaces on a Domain Controller Are Registered in
DNShttp://support.microsoft.com/?id=295328

ii. The one section of the article that disables these records is done
with this registry entry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters
(Create this Multi-String Value under it):
Registry value: DnsAvoidRegisterRecords
Data type: REG_MULTI_SZ
Values: LdapIpAddress
GcIpAddress

iii. Here is more information on these and other Netlogon Service records:

Restrict the DNS SRV resource records updated by the Netlogon service
[including GC]:

http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/windowsserver2003/proddocs/standard/sag_dns_pro_no_rr_in_ad.asp

b. Then you will need to manually create these two records in DNS with the
IP addresses that you need for the DC. To create the

LdapIpAddress, create a new host under the domain, but leave the
"hostname" field blank, and provide the internal IP of the DC, which
results in a record that looks like:
(same as parent) A 192.168.5.200 (192.168.5.200 is used for illustrative
purposes)

i. You need to also manually create the GcIpAddress as well, if this is a
GC. That would be under the _msdcs._gc SRV record under the zone. It is
created in the same fashion as the LdapIpAddress mentioned above.

8. In the DNS console, right click the server name, choose properties,
then under the "Interfaces" tab, force it only to listen to the internal
NIC's IP address, and not the IP address of the outer NIC.

9. Since this is also a DNS server, the IPs from all NICs will register,
even if you tell it not to in the NIC properties. See this to show you how
to stop that behavior (this procedure is for Windows 2000, but will also
work for Windows 2003):
275554 - The Host's A Record Is Registered in DNS After You Choose Not to
Register the Connection's Address:
http://support.microsoft.com/?id=275554

10. If you haven't done so, configure a forwarder. You can use 4.2.2.2 if
not sure which DNS to forward to until you've got the DNS address of your
ISP.
How to set a forwarder? Good question. Depending on your operating
system,choose one of the following articles:

300202 - HOW TO: Configure DNS for Internet Access in Windows 2000
http://support.microsoft.com/?id=300202&FR=1

323380 - HOW TO: Configure DNS for Internet Access in Windows Server 2003
(How to configure a forwarder):
http://support.microsoft.com/d/id?=323380

Active Directory communication fails on multihomed domain controllers
http://support.microsoft.com/kb/272294

==*** Some additional reading ***==
More links to read up and understand what is going on:

292822 - Name Resolution and Connectivity Issues on Windows 2000 Domain
Controller with Routing and Remote Access and DNS Insta {DNS and RRAS and
unwanted IPs registering]:
http://support.microsoft.com/?id=292822

Active Directory communication fails on multihomed domain controllers
http://support.microsoft.com/kb/272294

246804 - How to enable or disable DNS updates in Windows 2000 and in
Windows Server 2003
http://support.microsoft.com/?id=246804

295328 - Private Network Interfaces on a Domain Controller Are Registered
in DNS
[also shows DnsAvoidRegisterRecords LdapIpAddress to avoid reg
sameasparent private IP]:
http://support.microsoft.com/?id=295328

306602 - How to Optimize the Location of a DC or GC That Resides Outside
of a Client's
Site [Includes info LdapIpAddress and GcIpAddress information and the SRV
mnemonic values]:
http://support.microsoft.com/?id=306602

825036 - Best practices for DNS client settings in Windows 2000 Server and
in Windows Server 2003 (including how-to configure a forwarder):
http://support.microsoft.com/default.aspx?scid=kb;en-us;825036

291382 - Frequently asked questions about Windows 2000 DNS and Windows
Server 2003 DNS
http://support.microsoft.com/?id=291382

296379 - How to Disable NetBIOS on an Incoming Remote Access Interface
[Registry Entry]:
http://support.microsoft.com/?id=296379

Rid Pool Errors and other mutlhomed DC errors, and how to configure a
multihomed DC, Ace Fekay, 24 Feb 2006
http://www.ureader.com/message/3244572.aspx

_________________________
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

--
Regards,
Ace


This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft MVP - Directory Services
Microsoft Certified Trainer

Infinite Diversities in Infinite Combinations

Having difficulty reading or finding responses to your post?
Instead of the website you're using, try using OEx (Outlook Express
or any other newsreader), and configure a news account, pointing to
news.microsoft.com. Anonymous access. It's free - no username or password
required nor do you need a Newsgroup Usenet account with your ISP. It
connects directly to the Microsoft Public Newsgroups. OEx allows you
o easily find, track threads, cross-post, sort by date, poster's name,
watched threads or subject. It's easy:

How to Configure OEx for Internet News
http://support.microsoft.com/?id=171164


Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and
confers no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

I have exchange and I need to have two smtp connectors responding on
same
port (25) so I need to use two ip.
This is because one connector receive smtp traffic from outbound (and
has
scrict policy) the other is for internal device and has soft policy.
"Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> ha scritto nel
messaggio news:6cb2911d6a6a8cc1012825d0200@msnews.microsoft.com...

Hello Alex,

You should never use 2 ip addresses on a DC, this kind of
configuration(multihoming) creates more problems then helping you.
Why do you need this on the DC?

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and
confers no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
I have a windows 2008 server dc, with another dc on the network,
windows
2003.
Both has dns integrated on active directory
On 2008 srv I have two ip address on the same network.
I need one of this not to be registerd on dns, so I unchecked then
flag "
register this connection's addresses on dns", but I always find both
ip
registered, event if I manually remove one.
Why this happens? How can I stop this ?
Thank you
ALex

Back to top
Meinolf Weber [MVP-DS]
Guest





PostPosted: Thu Oct 01, 2009 6:50 am    Post subject: Re: srv2008 dc self register ip address on dns Reply with quote

Hello Alex,

With one NIC you can not disable DNS registration. And if both NICs from
the same subnet remove one, still multihoming because more then one ip address.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


Quote:
Thank you for your answer
. I know that Exchange on dc is not reccomanded, but I am a poor man (
only
1 server) Sad(
Is not a multihome, I have 1 nic with 2 address ( same subnet,
10.0.0.2 and
10.0.0.3 /255.255.255.0)
Flag "register this connection's addresses in DNS" is complilty
useless,
I've tried with it but the address are always re-registered.
I've find this article that suggest to add a registry key.
http://www.g-excess.com/computer/windows.server.2008/preventing_dynami
c_dns_registration.html
But anyway, the article you posted warried me a bit, so I will try a
different solution for smtp, in order to remove the secondary address.

Alex

"Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> ha scritto nel
messaggio news:6cb2911d6a758cc1015ac44a368@msnews.microsoft.com...

Hello Alex,

So if you use 2 NICs, go the advanced settings, DNS tab and uncheck
"register this connection's addresses in DNS"

Additional infos, also Exchange on a DC is a not recommended
configuration, sorry for that 2 answers about that you should avoid
your current configuration.

See here about Exchange on DC:
http://technet.microsoft.com/en-us/library/aa997407.aspx
http://theessentialexchange.com/blogs/michael/archive/2007/11/13/exch
ange-server-2003-and-domain-controllers-a-summary.aspx

See here about multihoming DCs:
---------------------------------------------------------------------
--
1. Domain Controllers should not be multi-homed
2. Being a VPN Server and even simply running RRAS makes it
multi-homed.
3. DNS,..even just all by itself, is better on a single homed
machine.
4. Domain Controllers with the PDC Role are automatically Domain
Master
Browsers. Master Browsers should not be multi-homed
272294 - Active Directory Communication Fails on Multihomed Domain
Controllers
http://support.microsoft.com/default.aspx?scid=kb;en-us;272294

191611 - Symptoms of Multihomed Browsers
http://support.microsoft.com/default.aspx?scid=kb;EN-US;191611
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.
-----------------------------------------------------

See also:

Multihomed DCs, DNS, RRAS servers.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Below are the manual steps in more detail, which I had outlined in
the
above paragraph:
Honestly, multi-homed DCs are not recommended because of the
associated issues that can occur, as you've encountered. We usually
recommend purchasing an inexpensive Linksys, DLink, etc, Cable/DSL
router to perform NAT for you, take out the extra NIC off the DC, but
still let the DC handle DHCP (and not the router).

Little background on AD and DNS:
First, just to get this out of the way, if you have your ISP's DNS
addresses in your IP configuration (DCs and clients), they need to be
REMOVED.
If the ISP's DNS is in there, this will cause additional problems.

Also, AD registers certain records in DNS in the form of SRV records
that signify AD's resource and service locations. When there are
multiple NICs, each NIC registers. IF a client, or another DC queries
DNS for this DC, it may get the wrong record. One factor controlling
this is Round Robin. If a DC or client on another subnet that the DC
is not configured on queries for it, Round Robin will kick in
offering one or the other. If the wrong one gets offered, it may not
have a route to it. On the other hand, Subnetmask Priortization will
ensure a querying client will get an IP that corresponds to the
subnet it's on, which will work. To insure everything works, stick
with one NIC.

Since this DC is multi-homed, it requires additional configuration to
prevent the public interface addresses from being registered in DNS.
This creates a problem for internal clients locating AD to
authenticate and find other services and resources such as the Global
Catalog, file sharing and the SYSVOL DFS share and can cause GPO
errors with Userenv 1000 events to be logged, authenticating to
shares and printers, logging on takes forever, among numerous other
issues.

But if you like, there are some registry changes to eliminate the
registration of the external NIC. Here's the whole list of manual
steps to follow.

But believe me, it's much easier to just get a separate NAT device or
multihome a non-DC then having to alter the DC. - Good luck!

1. Insure that all the NICS only point to your internal DNS server(s)
only and none others, such as your ISP's DNS servers' IP addresses.

2. In Network & Dialup properties, Advanced Menu item, Advanced
Settings, move the internal NIC (the network that AD is on) to the
top of the binding order (top of the list).

3. Disable the ability for the outer NIC to register. The procedure,
as
mentioned, involves identifying the outer NIC's GUID number. This
link
will show you how:
246804 - How to Enable-Disable Windows 2000 Dynamic DNS Registrations
(per
NIC too):
http://support.microsoft.com/?id=246804
4. Disable NetBIOS on the outside NIC. That is performed by choosing
to
disable NetBIOS in IP Properties, Advanced, and you will find that
under
the "WINS" tab. You may want to look at step #3 in the article to
show you
how to disable NetBIOS on the RRAS interfaces if this is a RRAS
server.
296379 - How to Disable NetBIOS on an Incoming Remote Access
Interface
[Registry Entry]:
http://support.microsoft.com/?id=296379
Note: A standard Windows service, called the "Browser service",
provides the list of machines, workgroup and domain names that you
see in "My Network Places" (or the legacy term "Network
Neighborhood"). The Browser service relies on the NetBIOS service.
One major requirement of NetBIOS service is a machine can only have
one name to one IP address. It's sort of a fingerprint. You can't
have two brothers named Darrell. A multihomed machine will cause
duplicate name errors on itself because Windows sees itself with the
same name in the Browse List (My Network Places), but with different
IPs. You can only have one, hence the error generated.

5. Disable the "File and Print Service" and disable the "MS Client
Service" on the outer NIC. That is done in NIC properties by
unchecking the respective service under the general properties page.
If you need these services on the outside NIC (which is unlikely),
which allow other machines to connect to your machine for accessing
resource on your machine (shared folders, printers, etc.), then you
will probably need to keep them enabled.

6. Uncheck "Register this connection" under IP properties, Advanced
settings, "DNS" tab.

7. Delete the outer NIC IP address, disable Netlogon registration,
and manually create the required records

a. In DNS under the zone name, (your DNS domain name), delete the
outer NIC's IP references for the "LdapIpAddress". If this is a GC,
you will need to delete the GC IP record as well (the "GcIpAddress").
To do that, in the DNS console, under the zone name, you will see the
_msdcs folder. Under that, you will see the _gc folder. To the right,
you will see the IP address referencing the GC address. That is
called the GcIpAddress. Delete the IP addresses referencing the outer
NIC.

i. To stop these two records from registering that information, use
the
steps provided in the links below:
Private Network Interfaces on a Domain Controller Are Registered in
DNShttp://support.microsoft.com/?id=295328
ii. The one section of the article that disables these records is
done with this registry entry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Paramet
ers
(Create this Multi-String Value under it):
Registry value: DnsAvoidRegisterRecords
Data type: REG_MULTI_SZ
Values: LdapIpAddress
GcIpAddress
iii. Here is more information on these and other Netlogon Service
records:

Restrict the DNS SRV resource records updated by the Netlogon service
[including GC]:

http://www.microsoft.com/technet/treeview/default.asp?url=/technet/pr
odtechnol/windowsserver2003/proddocs/standard/sag_dns_pro_no_rr_in_ad
.asp

b. Then you will need to manually create these two records in DNS
with the IP addresses that you need for the DC. To create the

LdapIpAddress, create a new host under the domain, but leave the
"hostname" field blank, and provide the internal IP of the DC, which
results in a record that looks like:
(same as parent) A 192.168.5.200 (192.168.5.200 is used for
illustrative
purposes)
i. You need to also manually create the GcIpAddress as well, if this
is a GC. That would be under the _msdcs._gc SRV record under the
zone. It is created in the same fashion as the LdapIpAddress
mentioned above.

8. In the DNS console, right click the server name, choose
properties, then under the "Interfaces" tab, force it only to listen
to the internal NIC's IP address, and not the IP address of the outer
NIC.

9. Since this is also a DNS server, the IPs from all NICs will
register,
even if you tell it not to in the NIC properties. See this to show
you how
to stop that behavior (this procedure is for Windows 2000, but will
also
work for Windows 2003):
275554 - The Host's A Record Is Registered in DNS After You Choose
Not to
Register the Connection's Address:
http://support.microsoft.com/?id=275554
10. If you haven't done so, configure a forwarder. You can use
4.2.2.2 if
not sure which DNS to forward to until you've got the DNS address of
your
ISP.
How to set a forwarder? Good question. Depending on your operating
system,choose one of the following articles:
300202 - HOW TO: Configure DNS for Internet Access in Windows 2000
http://support.microsoft.com/?id=300202&FR=1

323380 - HOW TO: Configure DNS for Internet Access in Windows Server
2003
(How to configure a forwarder):
http://support.microsoft.com/d/id?=323380
Active Directory communication fails on multihomed domain controllers
http://support.microsoft.com/kb/272294

==*** Some additional reading ***==
More links to read up and understand what is going on:
292822 - Name Resolution and Connectivity Issues on Windows 2000
Domain
Controller with Routing and Remote Access and DNS Insta {DNS and RRAS
and
unwanted IPs registering]:
http://support.microsoft.com/?id=292822
Active Directory communication fails on multihomed domain controllers
http://support.microsoft.com/kb/272294

246804 - How to enable or disable DNS updates in Windows 2000 and in
Windows Server 2003
http://support.microsoft.com/?id=246804
295328 - Private Network Interfaces on a Domain Controller Are
Registered
in DNS
[also shows DnsAvoidRegisterRecords LdapIpAddress to avoid reg
sameasparent private IP]:
http://support.microsoft.com/?id=295328
306602 - How to Optimize the Location of a DC or GC That Resides
Outside
of a Client's
Site [Includes info LdapIpAddress and GcIpAddress information and the
SRV
mnemonic values]:
http://support.microsoft.com/?id=306602
825036 - Best practices for DNS client settings in Windows 2000
Server and in Windows Server 2003 (including how-to configure a
forwarder):
http://support.microsoft.com/default.aspx?scid=kb;en-us;825036

291382 - Frequently asked questions about Windows 2000 DNS and
Windows
Server 2003 DNS
http://support.microsoft.com/?id=291382
296379 - How to Disable NetBIOS on an Incoming Remote Access
Interface
[Registry Entry]:
http://support.microsoft.com/?id=296379
Rid Pool Errors and other mutlhomed DC errors, and how to configure a
multihomed DC, Ace Fekay, 24 Feb 2006
http://www.ureader.com/message/3244572.aspx

_________________________
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

--
Regards,
Ace
This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft MVP - Directory Services
Microsoft Certified Trainer
Infinite Diversities in Infinite Combinations

Having difficulty reading or finding responses to your post?
Instead of the website you're using, try using OEx (Outlook Express
or any other newsreader), and configure a news account, pointing to
news.microsoft.com. Anonymous access. It's free - no username or
password
required nor do you need a Newsgroup Usenet account with your ISP. It
connects directly to the Microsoft Public Newsgroups. OEx allows you
o easily find, track threads, cross-post, sort by date, poster's
name,
watched threads or subject. It's easy:
How to Configure OEx for Internet News
http://support.microsoft.com/?id=171164
Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and
confers no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
I have exchange and I need to have two smtp connectors responding on
same
port (25) so I need to use two ip.
This is because one connector receive smtp traffic from outbound
(and
has
scrict policy) the other is for internal device and has soft policy.
"Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> ha scritto nel
messaggio news:6cb2911d6a6a8cc1012825d0200@msnews.microsoft.com...
Hello Alex,

You should never use 2 ip addresses on a DC, this kind of
configuration(multihoming) creates more problems then helping you.
Why do you need this on the DC?

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties,
and
confers no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
I have a windows 2008 server dc, with another dc on the network,
windows
2003.
Both has dns integrated on active directory
On 2008 srv I have two ip address on the same network.
I need one of this not to be registerd on dns, so I unchecked then
flag "
register this connection's addresses on dns", but I always find
both
ip
registered, event if I manually remove one.
Why this happens? How can I stop this ?
Thank you
ALex
Back to top
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Windows-Expert.com Forum Index -> Server DNS All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Topic Links: syslog
Powered by phpBB © 2001, 2005 phpBB Group