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
Post a Comment