Route IP

https://serverfault.com/questions/712970/can-i-redirect-route-ip-adress-to-another-ip-address-windows

List interfaces:

netsh int ip sh int

Identify the loopback IDX (first column).

Add

netsh int ip add addr <IDX> <IP>/32 st=ac sk=tr

Example:

netsh int ip add addr 1 <ip>/32 st=ac sk=tr

Remove

netsh int ip delete addr <IDX> <IP>
Updated: 2026 Aug 19