|
This recipe describes adding entries to this routing table that will not persist following a reboot. These temporary routes are useful during troubleshooting or when making changes to the network topology.
route add 192.168.1.1 mask 255.255.255.0 172.16.100.1
route add 192.168.15.123 172.16.10.1 metric 10
Windows will automatically guess which interface is most appropriate for the given route. If you are dissatisfied with Windows's guess, the optional if {interface} parameter can be used. To specify that the previous route example should use interface 2 (identified with the hexadecimal value 0x2 in the route print command)
route add 192.168.15.123 172.16.10.1 metric 10 if 2
i picked up one of these used. actually helped someone else get one working last summer (which was interesting). they are not 'easy' to configure. just a couple of blinky leds to let you know status. i knew what to expect...