1

Is there a way to block incoming connections on a specified port on a windows mobile 5 device, programmatically? I am also using .NET CF 3.5.

I specifically am trying to disable PPTP (port 1723) on a windows mobile 5 pocket pc. I have found the PPTP drivers in the registry, but would prefer a port-blocking solution to disabling any drivers.

Nate
  • 30,286
  • 23
  • 113
  • 184
John Leehey
  • 22,052
  • 8
  • 61
  • 88

1 Answers1

0

As far as I know, port blocking is usually done by using a firewall software. Windows Mobile does not provide a firewall, so you may need to use a commercial option for this (Airscanner for example)

yms
  • 10,361
  • 3
  • 38
  • 68