我的计算机在域(Active Directory)中,我需要动态获取域名。我在互联网上找到了以下代码:
SelectQuery query = new SelectQuery("Win32_ComputerSystem");
using (ManagementObjectSearcher searcher = new ManagementObjectSearcher(query))
{
foreach (ManagementObject mo in searcher.Get())
{
if ((bool)mo["partofdomain&
我有几个关于dns的问题。我有apache服务器在我的电脑和静态ip,我买了域名。所以当我进入浏览器blablabla.com时,它会将我重定向到我的站点。没问题。但是我想在我的站点所在的同一台计算机上安装我自己的dns服务器。我设了bind9。以下是一些问题:
我应该买两个域名,所以会有我的dns服务器,如果它是ns1.blablabla.com,那么ns一定会看起来像blublublu.com或ok吗?
当我为我的dns服务器购买域名时,我应该添加记录(在我购买它的站点上) @ A "mi ip where my site is吗?
当我这样做时
我们域名上的一套电脑出了问题。他们不断地失去与域名的信任关系。第一次发生在上周,8天后又再次发生。在服务器上,我们得到了事件5722的NETLOGON错误。
The session setup from the computer ComputerName failed to
authenticate. The name of the account referenced in the security database is
AccountName$.
The following error occurred:
Access is denied.
我想知道有没有办法确定为什么会发生