Static IP Address


newbie question:

where, in windows server 2012, can change ip address ?

thanks



hi wlid1966,


add, can use command-line change ipv4 or ipv6 address.


example:


netsh in ipv4 show address  netsh in ipv4 add address “local area connection” 192.168.1.1 255.255.255.0  netsh in ipv4 delete address “local area connection” 192.168.1.1 255.255.255.0

more information:

netsh commands interface internet protocol version 4 (ipv4)


hope helps.


jeremy wu
technet community support



Windows Server  >  Windows Server 2012 General



Comments

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Domain migration ERR3:7075 Failed to change domain affiliation, hr=8007054a This operation is only allowed for the Primary Domain Controller of the domain

How do a find data in one file, search for it in another file and if not found, write a custom message to another file