Edit hosts to Add Dns Mapping to Windows Dec 03, 2015 in windows 修改C:\Windows\System32\drivers\etc\hosts加入127.0.0.1 ICS代表Domain: ICS IP: 127.0.0.1 ping ICS == ping 127.0.0.1 Comment and share
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 Comment and share