zoukankan      html  css  js  c++  java
  • domain name和Netbios domain name。不一致的命名空间。

    一、概念

    windows域环境中,类似于机器名有DNS名字和netbios名字

    域名也有netbios 域名。建立AD的时候会设置netbios域名,如图:

    Active Directory Installation,New Domain Name pageActive Directory Installation,NetBIOS domain name

    典型的环境(名字都匹配):the primary DNS suffix, the DNS domain name, and the NetBIOS domain name match.

    primary DNSsuffix, DNS domain, NetBIOS domain same

    disjointed namespace 脱节命名空间

    http://technet.microsoft.com/en-us/library/bb676377(v=exchg.80).aspx

    http://support.microsoft.com/?ln=zh-cn&kbid=2269838

    企业合并或者管理方面会导致此情况

    A disjointed namespace scenario is one in which the primary DNS suffix of a computer does not match the DNS domain name where that computer resides

    The computer with the primary DNS suffix that does not match is said to be disjointed. Another disjointed namespace scenario occurs if the NetBIOS domain name of a domain controller does not match the DNS domain name.

    二、三种场景

    domain controller; DNS suffix doesn't match domain

    domain controller, Exchange server, different DNS

    domain controller; DNS name does not match NetBIOS

    三、客户端提交搜索的动作。

    1.主DNS后缀

    2.网络连接上知道的DNS后缀

    比如提交example,会加上主DNS后缀microsoft.com,形成example.microsoft.com

    如果查询失败会加上网络连接DNS后缀xx.com.去查询example.xx.com

    3.可以在组策略中设定search list.例如microsoft.com,serverua.microsoft.com,office.microsoft.com,用逗号隔开。

    可以加入脱节命名空间的域名例如search list为microsoft.com ,xx.com,

    image

    4.可以组策略设定后缀移交。

    例如主DNS后缀为tt.xx.oo.com客户端查询example,

    先查询example.tt.xx.oo.com,如果失败则查询example.xx.oo.com,又失败继续查询example.oo.com,

    image

  • 相关阅读:
    Visual Studio Code的常用快捷键
    requests模块
    爬虫基本原理
    Django-分页、中间件和请求的声明周期
    Django-admin管理工具
    Django-form表单
    Django-认证系统
    cookie、session和token
    Ajax
    Django进阶Model篇—数据库操作(ORM)
  • 原文地址:https://www.cnblogs.com/jjkv3/p/3040561.html
Copyright © 2011-2022 走看看