Mapping ip to ip at windows Dec 03, 2015 in windows get the interface id of the loop back interface1netsh int ip sh int add the address to id12netsh int ip add addr <ID> <IP>/32 st=ac sk=trnetsh int ip add addr 1 192.168.2.59/32 st=ac sk=tr delete the address from id12netsh int ip delete addr <ID> <IP>netsh int ip delete addr 1 192.168.2.59