Today when i install Windows Server 2012 r2 OS in a new HPE Proliant DL 380 server, after the os installation i have added ip manually to the Ethernet interface, but i get a Limited Access error,so i double check the ip is correct or not, i was right ip is correct, so i disabled firewall ,then i checked by typing ipconfig in the command prompt and i get result as follows
from the above command result you can find the connected interface notedown its idx id which is 12 in my case but your id may vary , type following command with your idx id in the command prompt then press enter
netsh interface ipv4 set interface 12 dadtransmits=0 store=persistent
this will give you following result
C:\\Users\\Administrator>netsh interface ipv4 set interface 12 dadtransmits=0 store=persistent
Ok.
Click on start and click on RUN (or simple press windowsKey+R ) type CMD and Type Services.msc a box will appear Search for DHCP client right click on it and Click on Properties click on Startup Type select Disable
Now Click on Stop Button Below Andclick on Ok
Note
Unplug Your Lan Cable And Restart your System
After Restart don’t Plugin your Cable, Come again to Services.msc find DHCP client right click on it and Click on Properties click on Startup Type nowselect Automatic
Leave a Comment
You must be logged in to post a comment.