Mombu the Microsoft Forum

Go Back   Mombu the Microsoft Forum > Microsoft > One server can't see the other server
User Name
Password
REGISTER NOW! Mark Forums Read




Reply Bookmark and Share
1 17th June 00:02
meinolf weber [mvp-ds]
External User
 
Posts: 1
Default One server can't see the other server



Hello prmolina,

The biggest problem are the multiple ip addresses on DC1, why is this?

Next problem on DC2, it is configured a RRAS server. Both of this configurations,
multihoming and RRAS, create lots of problems in a domain.

See here about, even it is a long article:
-----------------------------------------------------------------------
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 PDF Role are automatically Domain Master
Browser. Master Browsers should not be multi-homed

272294 - Active Directory Communication Fails on Multihomed Domain Controllers
http://support.microsoft.com/default...b;en-us;272294

191611 - Symptoms of Multihomed Browsers
http://support.microsoft.com/default...b;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\Servic es\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/tre...o_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...b;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
  Reply With Quote


 


2 17th June 00:02
prmolina
External User
 
Posts: 1
Default One server can't see the other server



Wow, alot of helpful information here. Let me go through it a little and
try and get this straight and apply it to my situation here.....

And by the way, again, thanks for the help!

You got this front to back - DC2 has the multiple addrsses. No bother,
point well taken, I don't think these serve a real purpose anymore and I
will delete them after recording them just in case.


Physically, only one network card in DC1 now, and the second card in DC2 has
been disabled for a while now. RRAS can be disabled very soon, and will be.
the second .156 address should go away at that point.

Once that is done will have these with a single ip and they will be inside facing only.
<Cut some good stuff on multihoming DCs>


None of that, all dns pointed to the two DCs.


So far, haven't noticed a problem with clients; when I delete all extra ip's
should take care of confusion. I'll re-run repadmin to make sure registrations work ok.


We are using a NAT device. Were using the RRAS to terminate VPNs but thats
it, not route to the internet.


I'll make sure this is straight. to your post?


Thanks, Meinolf. This will help.
  Reply With Quote


 


Reply


Thread Tools
Display Modes


Some other forums that might be of your interest : Access internet, Access security, Access install and configure, Excel setup, Desktop operating system, Server operating systems, Desktop products and technologies, Frontpage add-ins, Frontpage general questions, Frontpage server extensions, Frontpage extensions unix, Office intranets, Office general questions, Office setup, Outlook install and configure, Outlook interop, Outlook team folders, Powerpoint general questions, Powerpoint for mac, Microsoft project general, Word setup networking, Scripting remote, Scripting vb script, Scripting wsh, Windows application compatibility, Windows server scripting, Windows server setup, Windows server networking, Windows server general, Windows server dns, Windows server clustering, Windows server active directory, Windows msi, Windows group policy, Windows file system, Windows terminal services, Windows 64bit edition, Software update services, Windows 2000 active directory, Windows 2000 advanced server, Windows 2000 app compatibility, Windows 2000 command prompt, Windows 2000 dns, Windows 2000 fax, Windows 2000 file sys and svcs, Windows 2000 general, Windows 2000 group policy, Windows 2000 hardware, Windows 2000 multimedia, Windows 2000 netware, Windows 2000 networking, Windows 2000 printing, Windows 2000 ras/routing, Windows 2000 registry, Windows 2000 security, Windows 2000 setup, Windows 2000 deployment, Win2000 term srvr applications, Windows 2000 remote desktop, Windows application compatibility, Windows server scripting, Windows application compatibility, Windows nt app. compatibility, Windows nt dns, Windows nt domain, Windows nt general, Windows nt protocols general, Windows nt ras, Windows nt routing, Windows nt setup, Windows nt tcp/ip, Terminal server connectivity, Terminal server setup, Windows programmer controls, Windows programmer misc, Windows programmer nt kernel mode, Windows programmer tools mfc, Windows programmer win32, Microsoft related in newsgroups, Comp microsoft windows, Comp os windows xp, Os windows xp, Os windows-xp, Alt microsoft windows, Alt microsoft windows me, Alt microsoft windows w2k, Alt microsoft windows xp, Uk microsoft windows (comp-os), Alt winsock programming, Comp databases ms access, Comp databases paradox, Wine windows emulator, Pegasus mail ms windows, Eudora mail ms windows, Windows xp basics discussion, Windows xp customizing, Windows xp general discussion, Windows xp hardware, Windows xp help and support, Windows xp networking discussion, Performance and maintenance, Windows xp security and administration, Windows xp setup and deployment, Windows xp working remotely, Windows 95 dial-up networking, Windows 95 general, Windows 95 networking, Windows 98 modems, Windows 98 general, Windows 98 internet, Windows 98 networking, Windows 98 performance, Windows 98 setup, Radius, Internet explorer nt, Internet explorer rights management, Internet explorer security, Internet explorer 6 browser, Internet explorer 6 ieak, Internet explorer 6 outlook express, Internet explorer 6 setup, Internet explorer 5.5 add-ons, Internet explorer 5.5 browser, Internet explorer 5.5 outlook express, Internet explorer 5.5 setup, Internet explorer 5 browser, Internet explorer 5 general, Internet explorer 5 outlook express, Microsoft project general, Microsoft project server, Microsoft project developer, Visio network design docs, Visio troubleshooting, Visio installation, Visio createshapes, Servers, Application center administration, Application center cluster load bal., Application center health monitor, Application center network load balanc., Application center setup, Application center usage, Biztalk server general, Biztalk server admin, Biztalk server admintools, Biztalk server application integration, Biztalk server edi_flatfiles, Biztalk server framework, Biztalk server library, Biztalk server new user, Biztalk server orchestration, Biztalk server, Biztalk server sdk, Biztalk server setup, Biztalk server xml tools, Biztalk server xlangs, Biztalk server non-xml, Biztalk accelerator financial services, Biztalk accelerator hipaa, Biztalk accelerator hl7, Biztalk accelerator rosettanet, Biztalk accelerator suppliers, Commerce server analysis, Commerce server business desk, Commerce server campaigns, Commerce server catalog, Commerce server data warehousing, Commerce server deployment, Commerce server general, Commerce server (sdk), Commerce server solution sites, Commerce server userprofile mgmt, Cms general, Cms evaluation, Data protection manager, Exchange server clients, Exchange server administration, Exchange server clustering, Exchange server connectivity, Exchange server design, Exchange server development, Exchange server miscellaneous, Exchange server setup and installation, Exchange server tools, Outlook calendaring, Outlook contacts, Outlook fax, Outlook general, Outlook install and configure, Outlook interop, Outlook non-microsoft utilities, Outlook new users, Outlook printing, Outlook program add-ins, Outlook programming: forms, Outlook programming: vba, Outlook team folders, Host integration server general, Isa server general, Isa server clients, Isa server configuration, Isa server education, Isa server enterprise, Isa server publishing, Isa server sdk, Isa server vpn, Isa server wish list, Live communications server general, Live communications server developer, Microsoft crm, Microsoft crm deployment, Microsoft crm developer, Mom general discussion, Mom management pack, Mom management pack active directory, Mom management pack exchange, Mom management pack iis, Mom management pack sql server, Mom reporting, Mom security, Mom setup and upgrades, Mom user interface, Mom workgroup edition, Microsoft site server analysis, Microsoft site server commerce, Microsoft site server general, Microsoft site server knowledgemgr, Microsoft site server publishing, Microsoft site server search, Sharepoint - setup and administration, Sharepoint - design and customization, Sharepoint - development and programming, Sharepoint - general q&a and discussion, Windows small business server 2003, Small business server 2000, Small business server 4.x, Sql server clients, Sql server clustering, Sql server connection issues, Sql server data mining, Sql server data warehousing, Sql server dts, Sql server english query, Sql server full-text searching, Sql server jdbc driver, Sql server migration assistant, Sql server msde, Sql server new users, Sql server notification services, Sql server olap, Sql server ole db, Sql server ole db and olap, Sql server (odbc), Sql server programming, Sql server replication, Sql server reporting services, Sql server security, Sql server security tools, Sql server, Sql server 2000 windows ce edition, Sql server setup, Sql server tools, Sql server xml, Sql server xml view mapper, Sms admin, Sms inventory, Sms miscellaneous, Sms setup, Sms software distribution, Sms software update management, Sms tools, Windows storage, Windows file system: general, It tasks and topics, Windows server: clustering, Windows 2000 advanced server, Windows nt server 4.0, enterprise, Sql server clustering, Windows file system: general, Windows 2000 file system and services, Windows nt file system, Windows server dfs and frs, Windows storage, Iis ftp, Iis general, Iis security, Iis smtp and nntp, Internet server index server, Internet server misc, Mmc, Windows sdk: isapi-dev, Windows: group policy, Software update services, Windows installer (msi), Windows update, Windows 2000: group policy, Windows 2000: installer (msi), Windows 2000: registry, Windows 2000: deployment, Windows xp: configuration mgmt, Windows xp: performance & maint., Windows xp: deployment, Windows xp: wmi, Platform sdk: msi, Windows server scripting, Win32 programmer: wmi, Windows me: system tools, Pocket pc general, Pocket pc activsync, Pocket pc developer networking, Pocket pc ebooks, Pocket pc developer, Pocket pc marketplace, Pocket pc multimedia, Pocket pc phone edition, Pocket pc wireless, Smartphone, Smartphone developer, Portable media center, Windows server: (dns), Windows server: ipsec, Windows server: networking, Windows 2000: dns, Windows 2000: networking, Windows 2000: networking, Windows 2000: ras routing, Windows 2000 and macintosh, Windows 2000 and netware, Windows xp: messenger, Windows xp: networking and the web, Windows xp: working remotely, Device driver development, Win32 programmer: networks, Win32 programmer: tapi, .net jscript, .net scripting, Internet explorer 4 scripting, Ie 5 programming dhtml scriptlets, Internet explorer scripting, Internet explorer sdk scripting jscript, Internet explorer sdk scripting vb script, Scripting debugger, Scripting hosting, Scripting jscript, Scripting remote, Scripting scriplets, Scripting vb script, Scripting virus discussion, Scripting wsh, Security crypto, Security general, Security hfnetchk, Security mbsa, Security toolkit, Security virus, Windows update general, .net security, Access security, Iis security, Isa server general, Sql server security, Sql server security tools, Windows 2000 security, Windows sdk: security api, Windows server security general, Windows xp security, Windows installer msi, Windows server migration, Windows server setup, Windows 2000 deployment, Windows 2000 installer msi, Windows 2000 setup, Windows 2000 upgrade, Windows 2000 windows update, Windows update, Windows xp deployment, Windows nt setup, Biztalk server setup, Commerce server deployment, Exchange setup and installation, Isa server configuration, Office setup, Sharepoint portal server installation, Sharepoint portal server portal config, Small business server setup-config., Sql server setup, Terminal server setup, Virtual server, System builder, Technet discussions, Technet magazine, Technet talks, Technet how-to needs, Technet how-to feedback, Windows terminal services, 2000 terminal services: applications, 2000: installer, 2000: remote desktop, Xp: remote desktop, Nt terminal server: applications, Nt terminal server: clients, Nt terminal server: connectivity, Nt terminal server: domain, Nt terminal server: hardware, Nt terminal server: miscellaneous, Nt terminal server protocols: rdp, Nt terminal server protocols: tcpip, Nt terminal server: setup, Nt terminal server: user, Mcdba, Mcsa, Mcse, Mcp general, Certification networking, Skills assessment, Windows server update services, Update services, Windows xp deployment, Windows xp configuration mgmt, Windows update, Windows 2000 windows update, Mom sdk, Windows vista general discussion, Windows vista hardware, Windows vista installation, Windows vista help & support, Windows vista networking, Windows vista security, Windows vista mail, Windows vista games, Windows vista performance maintenance, Microsoft


Copyright © 2006 SmartyDevil.com - Dies Mies Jeschet Boenedoesef Douvema Enitemaus -
666