the statically configured ip address is actually still there
Where are you seeing this and where do you see the problem? What roles have been installed?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a windows server 2016 with two network adapter. Both are assigned static address and do not overlap. The first adapter never have issue but the second adapter is always changed to 169.x.x.x (apipa) after restart.
If we look at the adapter properties, the statically configured ip address is actually still there. The workaround is to set it to dynamic and then return it to static , it will stay until the next reboot. Now I think i’m tired enough to do this repeatedly for dozens of server. Anyone can sort this out? Really appreciated all inputs. Thanks
Fyi… first adapter ip 10.x.x.x /24 , default gateway 10.x.x.1
Second adapter ip 192.168.x.x /24, no default gateway
the statically configured ip address is actually still there
Where are you seeing this and where do you see the problem? What roles have been installed?
Hi,
Windows probes for a tentative IP address at the same time the switch is probing for device status. This is usually triggered by rebooting which results in a duplicate ip address. To prevent the duplicate ip address on the network the windows system assigns an APIPA address to the adapter. (ie. 169.254. x.x)
In my opinion, you may try the following workaround:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
Set ArpRetryCount (32-bit DWORD) to 0
Hopefully, it can help and looking forward to your feedback.
Best Regards,
Mulder Zhang
--------------------------------------------------------------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Sounds like problematic hardware or drivers. I'd check here and with manufacturer about support for the operating system installed.
https://www.windowsservercatalog.com/
also check the server manufacturer's site for updated firmware, ROM bios, chipset and driver support pack.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--
I'd still confirm the hardware supports Server 2016. A hypervisor does not insulate from meeting requirements.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--