https://serverfault.com/questions/712970/can-i-redirect-route-ip-adress-to-another-ip-address-windows
List interfaces:
netsh int ip sh intIdentify the loopback IDX (first column).
Add
netsh int ip add addr <IDX> <IP>/32 st=ac sk=trExample:
netsh int ip add addr 1 <ip>/32 st=ac sk=trRemove
netsh int ip delete addr <IDX> <IP>Updated:
2026 Aug 19

