Monday, 10 February 2014

#Windows Network - Disable Autoconfiguration IPv4 Address

C:\Users\Administrator> Ipconfig /all

Show as below:


Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) 82567LM-3 Gigabit Network Connection
Physical Address. . . . . . . . . : 00-23-24-08-30-57
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::8508:6cb9:5112:f8c9 (Preferred)
Autoconfiguration IPv4 Address. . : 169.254.248.201(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.0.0

IPv4 Address. . . . . . . . . . . : 192.168.10.100(Duplicate)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.10.1
DNS Servers . . . . . . . . . . . : 192.168.10.1
NetBIOS over Tcpip. . . . . . . . : Enabled


Run Command Prompt as Administrator

C:\Users\Administrator> netsh interface ipv4 show inter

Show as below:




C:\Users\Administrator> netsh interface ipv4 set interface 4 dadtransmits=0 store=persistent

** Idx no. = interface you want to set

netsh interface ipv4 set interface 'idx no.' dadtransmits=0 store persistent