Set specific DHCP options on a static IP address connection

Mar*_*son 4 dhcp windows-7 windows-server-2008-r2

Our network has some not-commonly used DHCP options on it, including some vendor-specific options (e.g. option 002 for Time Offset set to 0x9AB0).

I have one particular computer that for whatever reason I want to have a static IP address. (I want to assign additional IP addresses to this network adapter, and you can't have a hybrid static/DHCP connection in Windows. OK so there's bullshit like this, but that doesn't fly for me) But when I do this, it loses all these DHCP options and software that relies on them doesn't work.

I'm not too concerned about the vendor-specific options (They are for device auto-provisioning and things like that), but some of the more commonly accepted DHCP options are more important.

在 Windows 2008 R2(或 Windows 7)中,有什么办法可以在不实际使用 DHCP 的情况下设置这些 DHCP 选项?

Mic*_*ton 5

不幸的是,从 Windows Vista/2008 开始,Microsoft 禁用了单个网络接口同时使用 DHCP 和静态地址的功能。所以你只剩下解决方法了。

一种可靠的方法是在服务器中放置第二个 NIC。使用 DHCP 配置一个 NIC(以获取DHCP 保留和所有 DHCP 选项)并使用其他静态 IP 地址配置第二个 NIC。