0

Does anyone know how to set up a static route on a windows mobile 5 device?

jjrab
  • 217
  • 2
  • 18

1 Answers1

0

There's an API call (SetIpForwardEntry) to do it, so presumably it's possible. It doesn't sound like there are any built-in tools, however, to manipulate the routing table.

There was, apparently, a utility called PocketCMD that contained, amongst other useful utilities, a route command that apparently worked. The official download link for PocketCMD is dead now, but you may be able to locate it by Gooogling around for it.

Evan Anderson
  • 141,881
  • 20
  • 196
  • 331
  • I found the PocketCMD, but it didn't like Windows Mobile 5. Thanks for the suggest tho... – jjrab Aug 06 '10 at 15:59