Server 2003 需要大量 DHCP 地址,尽管 DHCP 已禁用

Jan*_*rgs 2 dhcp windows-server-2003

我有一个问题,Windows Server 2003 需要大量 DHCP 地址,尽管该服务器中只有 1 个 NIC,并且禁用了 DHCP(请参阅下面的信息)。

但是,如您所见,路由器上 DHCP 客户端表中的 MAC 地址与 NIC 的一台服务器不匹配。

这是一款 D-Link DWL-2000AP+ 廉价无线路由器,启用了 DHCP。

DHCP 客户端表

navserver 192.168.0.248 52-41-53-20-00-13 Jan/03/1970 09:12:55  
navserver 192.168.0.242 52-41-53-20-00-13 Jan/03/1970 09:12:55  
navserver 192.168.0.247 52-41-53-20-00-13 Jan/03/1970 09:12:55  
navserver 192.168.0.246 52-41-53-20-00-13 Jan/03/1970 09:12:55  
navserver 192.168.0.243 52-41-53-20-00-13 Jan/03/1970 09:12:55  
navserver 192.168.0.240 52-41-53-20-00-13 Jan/03/1970 09:12:55  
navserver 192.168.0.239 52-41-53-20-00-13 Jan/03/1970 09:12:55  
navserver 192.168.0.244 52-41-53-20-00-13 Jan/03/1970 09:12:55  
navserver 192.168.0.245 52-41-53-20-00-13 Jan/03/1970 09:12:55  
navserver 192.168.0.241 52-41-53-20-00-13 Jan/03/1970 09:12:55
Run Code Online (Sandbox Code Playgroud)

C:\Documents and Settings\Administrator>ipconfig /all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : navserver
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Broadcast
   IP Routing Enabled. . . . . . . . : Yes
   WINS Proxy Enabled. . . . . . . . : Yes

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : HP NC7761 Gigabit Server Adapter
   Physical Address. . . . . . . . . : 00-13-21-1C-EB-50
   DHCP Enabled. . . . . . . . . . . : No
   IP Address. . . . . . . . . . . . : 192.168.0.90
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.0.100
   DNS Servers . . . . . . . . . . . : 195.122.1.59
                                       195.2.96.2
Run Code Online (Sandbox Code Playgroud)

我不知道如何解决这个问题。请问你能帮帮我吗?

看起来,RRAS 服务已启用。但是我害怕禁用它。可能是传真/调制解调器正在使用它吗?我不管理服务器,但不久前有人为该服务器设置了传真/调制解调器。不确定它是否有效,但他们希望它有效。

我看到很多这样的警告:

The user navserver connected from 192.168.0.90 but failed an authentication attempt due to the following reason: Authentication was not successful because an unknown user name or incorrect password was used. 
Run Code Online (Sandbox Code Playgroud)

和错误:

A Demand Dial connection to the remote interface Remote Router on port VPN4-4 was successfully initiated but failed to complete successfully because of the  following error: Access was denied because the username and/or password was invalid on the domain.
Run Code Online (Sandbox Code Playgroud)

与远程访问相关联。

这些问题可以以某种方式联系起来吗?

或者,也许我只是从 dhcp 服务器阻止该 mac 地址并从此过上幸福的生活?

谢谢你。

spl*_*tne 6

您是否在服务器上运行 RRAS(路由和远程访问服务)?也许此论坛主题可以提供帮助:Windows 2003 DHCP 发布 RAS 地址

您看到 10 个 IP 地址的事实是因为 RAS 在默认情况下获得 10 个 IP 地址以租用给客户端。如果使用了所有 10 个 IP 地址,RAS 将再获得 10 个。

并阅读这篇关于 DHCP 中继代理的文章和这篇Microsoft 支持文章

更新:

如果调制解调器用于发送和接收传真,则不需要 RRAS。但是您应该检查/询问此服务器是否也用作网络路由器和/或用于从远程连接的帐户。

如果您希望在不卸载的情况下禁用 RRAS,您可以转到 Windows 服务面板并将“路由和远程访问服务”更改为禁用。

如果您确定不会使用 RRAS,请打开 RRAS 控制台,右键单击服务器名称并选择“禁用 RRAS”。如果以后要再次启用它,则必须重新配置 RRAS。