- Open the command prompt, type netsh interface ipv4 show interfaces to get the Idx value
- Then at the command prompt, type:netsh interface ipv4 set address name="<ID>" source=static address=<StaticIP> mask=<SubnetMask> gateway=<DefaultGateway>
- To setup DNS use the command: netsh interface ipv4 add dnsserver name="<ID>" address=<DNSIP>index=1
http://technet.microsoft.com/en-us/library/ee441257(v=ws.10).aspx
No comments:
Post a Comment