我不得不说我不是系统管理员,但我必须在公司中设置开发环境,并且遇到了很多问题,经过几个小时的搜索,我希望有人能帮助我!
我的设置包括连接到服务器的 NIC1 的 ADSL 调制解调器/路由器和连接到交换机的 NIC2!
我为 NIC1 192.168.15.100 设置了静态 IP,并将 AD DC 添加到服务器,然后添加 DNS,再将 DHCP 添加到服务器!现在连接到交换机的 PC 可以从交换机获取 IP,但无法访问互联网。我的服务器上有互联网,但 NIC2 显示连接有限!
在电脑上我得到这个
IP:10.10.200.111
子网掩码:255.0.0.0
网关:10.10.200.1
DNS:192.168.15.100
DHCP:10.10.200.1
我也无法将电脑加入域,我收到错误消息“指定的域不存在或无法联系”
在 AD DC 上,我收到 2886、1400 和 4013 的警告
在 DNS 上我收到 4013 警告
在 DHCP 上我收到 10020 的警告
在 DNS 管理器中,我有 2 个 DNS 服务器,1 个用于 DEV-SERVER,另一个用于 dev-server.hq.mycompany.com。
这是服务器 IP 配置详细信息,如能得到任何帮助都将不胜感激!
Windows IP Configuration
Host Name . . . . . . . . . . . . : dev-server
Primary Dns Suffix . . . . . . . : hq.mycompany.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : hq.mycompany.com
Ethernet adapter Ethernet 2:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Broadcom BCM5716C NetXtreme II GigE (NDIS
VBD Client) #33
Physical Address. . . . . . . . . : 78-2B-CB-26-97-D3
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::450b:7913:9c5e:4be9%13(Preferred)
IPv4 Address. . . . . . . . . . . : 10.10.200.1(Preferred)
Subnet Mask . . . . . . . . . . . : 255.0.0.0
Default Gateway . . . . . . . . . :
DHCPv6 IAID . . . . . . . . . . . : 326642635
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-B9-BC-E6-78-2B-CB-21-97-D2
DNS Servers . . . . . . . . . . . : ::1
127.0.0.1
NetBIOS over Tcpip. . . . . . . . : Enabled
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Broadcom BCM5716C NetXtreme II GigE (NDIS
VBD Client) #32
Physical Address. . . . . . . . . : 78-2B-CB-26-97-D2
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::393f:b832:6fb6:1216%12(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.15.100(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.15.1
DHCPv6 IAID . . . . . . . . . . . : 259533771
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-B9-BC-E6-78-2B-CB-21-97-D2
DNS Servers . . . . . . . . . . . : ::1
127.0.0.1
NetBIOS over Tcpip. . . . . . . . : Enabled
Tunnel adapter isatap.{8A7DB7D3-7E12-4A4B-9885-34080BF56936}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter Local Area Connection* 12:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter isatap.{2ED762D8-71D0-40D3-9568-D9CA45135595}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
答案1
这个设置很混乱。
不要将你的域控制器设置为多宿主。
一个域不要仅有一个域控制器。
您不能只将服务器用作路由器(您正在尝试这样做),而不明确将其配置为路由器。在这种情况下,您需要安装 RRAS。
不要在域控制器上运行 RRAS 或任何其他角色。获取另一台服务器或硬件路由器/L3 交换机。
您的客户端需要指向 DNS 服务器才能加入域。它还必须能够实际访问该接口。您当前的配置不允许这样做。
确实有很多这里的配置是错误的。我会把它扔掉,从头开始设计一个新的。一个设计没有涉及多宿主 DC 并且不尝试将其用作路由器。