After installation of windows operating systems you set static IP address on your server and you check using command ipconfig /all you see another IP address is already configured in your server 169.*.*.*. range IP address as a preferred IP address and your static IP address set as a duplicate IP address. for the remove that IP address use mention command.
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) 82574L Gigabit Network Connection
Physical Address. . . . . . . . . : 00-0C-29-AF-A1-15
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Autoconfiguration IPv4 Address. . : 169.254.248.201(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.0.0
IPv4 Address. . . . . . . . . . . : 192.168.0.30(Duplicate)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
DNS Servers . . . . . . . . . . . : 192.168.0.30
NetBIOS over Tcpip. . . . . . . . : Enabled
c:\ netsh interface ipv4 show inter
IDX 1 number is your loopback pseudo-interface 1
IDX 6 number is your server static ip address ethernet
c:\ netsh interface ipv4 set interface 6 dadtransmits=0 store=persistent
After that command user open services.msc stop and disable DHCP client service
After DHCP client service disable check your server IP address using command
ipconfig /all
0 Comments