Network Address Translators Can Block Netlogon TrafficLast reviewed: February 16, 1998Article ID: Q172227 |
The information in this article applies to:
SYMPTOMSWhen you have a Network Address Translator (NAT) separating a Windows NT domain controller from its domain members or other trusted domains, Netlogon communication may fail. You will still be able to successfully redirect a drive across the NAT, and browse across the NAT, but logons attempts and trusts may fail. For example:
CAUSEYour NAT is not translating the source IP address from the NetBIOS header in your network traffic.
RESOLUTIONTo successfully implement a Windows NT domain structure using a NAT, the NAT will have to translate the addresses in NetBIOS datagram headers. Please consult the vendor of your NAT for information on this issue.
STATUSThe third-party products discussed here are manufactured by vendors independent of Microsoft; we make no warranty, implied or otherwise, regarding these products' performance or reliability.
MORE INFORMATIONNATs are used in IP networks to translate addresses from one network to another. For example, if an internal network used one of the non-routeable, private network IDs from RFC1597, such as 10.0.0.0, you could use a NAT to translate these addresses into a public IP address and route them onto the Internet. When a packet comes back to the NAT, it retranslates the address back to the private address of the originating host. If you send a NetBIOS datagram, as the Netlogon process does, the NetBIOS header contains the source IP address. The reply to this NetBIOS datagram will be sent directly to this IP address that is found in the NetBIOS header as defined in RFC1002, section 4.4. If the NAT only translates addresses in the IP header, and not in the NetBIOS header, the packet may be sent to the wrong address. In this example, the packet would be sent back to the computer on the 10.0.0.0 network, which is a private address and not routeable. The following NetBIOS headers contain an Owner IP address field which may require translation:
NetBIOS Name Management
NetBIOS Datagram
REFERENCESFor more information on NATs, see RFC1631. RFCs may be obtained via the Internet as follows: Paper copies of all RFCs are available from the NIC, either individually or on a subscription basis (for more information, contact NIC@NIC.DDN.MIL). Online copies are available through FTP or Kermit from NIC.DDN.MIL as rfc/rfc####.txt or rfc/rfc####.PS (#### is the RFC number without leading zeroes). Additionally, RFCs may be requested through electronic mail from the automated NIC mail server by sending a message to SERVICE@NIC.DDN.MIL with a subject line of "rfc ####" for text versions or a subject line of "rfc ####.PS" for PostScript versions. To obtain the RFC index, the subject line of your message should read "rfc index".
|
Additional query words: validation
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |