using Netsh

​Using Netsh:
-launch powershell as an administrator
-type netsh
-type interface ipv4
-type show interfaces (note the correct the interface name)
Add route 192.168.1.0/74  “Replication” 192.168.5.0
note that 192.168.5.0 is the next hop to get to the 192.168.1.0 network
tip: use netsh int tcp reset to reset TCP

Leave a comment