Disable autoconfiguration IP Address

Hi,

Please let us know how to disable autoconfiguration enabled in windows 2012 virtual machine.

I have tried below steps but still same issue persists.

netsh interface ipv4 set interface YOUR LAN Idx NUMBER dadtransmits=0 store=persistent

Even I tried below steps from registry but still same issue.

http://technet.microsoft.com/en-us/library/cc759209(v=ws.10).aspx

Please let me know how to disable it, attached the screenshot for the same even after I did entire setting.

Regards,

Hakim. B

January 11th, 2014 9:52pm

I assume you're administering the server without the UI? You can use PowerShell to configure the networking, see http://blogs.technet.com/b/heyscriptingguy/archive/2012/11/21/use-powershell-to-configure-the-nic-on-windows-server-2012.aspx for a step by step guide to setting it up. There's also a description for the correct syntax for doing it with netsh if you prefer that way.
Free Windows Admin Tool Kit Click here and download it now
January 11th, 2014 11:17pm

Hi,

After you run "netsh interface ipv4 set interface YOUR LAN Idx NUMBER dadtransmits=0 store=persistentOpen services.ms", please disable DHCP Clients service in services.msc and restart to make the change function.

If the issue persists, you can netsh int ip reset resetlog.txt and netsh winsock reset at the command prompt to see if it works.
 
Best regards,

Susie

January 12th, 2014 11:13am

It work fine after I run below command

netsh int ip reset resetlog.txt 

netsh winsock reset

Free Windows Admin Tool Kit Click here and download it now
January 13th, 2014 2:43am

Hi,

Good to hear that.

Have a good time!

Best regards,

Susie

January 13th, 2014 4:42am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics