Wireless Access

 View Only
  • 1.  Static ARP entry on Windows CE 5.0

    Posted Jul 25, 2006 10:49 AM
    Hi,

    Does anyone know how to configure a static ARP entry on Windows CE? The syntax is strange and is compeletely different from the "normal" ARP syntax. I'm using HP Compaq Thin Client 5520.

    Thanks for your help,

    Andrey


  • 2.  RE: Static ARP entry on Windows CE 5.0

    Posted Jul 25, 2006 12:03 PM
    Hi

    To add a static entry to the Arp table:

    Arp -s <IP address=""> <MAC address="">

    Example:

    arp -s 157.55.85.212 00-aa-00-62-c6-09 ....

    </MAC></IP>


  • 3.  RE: Static ARP entry on Windows CE 5.0

    Posted Jul 26, 2006 03:12 AM
    That's what I would use on "normal" Windows, however CE seems to have different syntax for ARP command, it asks for filterfiles, regfiles, outputfiles, etc.

    Check it out:

    Pocket CMD v 5.0
    \> arp -s 123.15.36.25 00:00:15:ce:df:01
    Bad option -s.

    Usage: arp -i|-d [-f<FILTERPATH>] -i<REGFILE> outputfile

    Options:
    -u Filter Up
    -d FIlter Down
    -f<FILTERPATH> Directory location of filter files
    -i<REGFILE> Input Registry file (SRTF)

    Error code (1)
    \>
    </REGFILE></FILTERPATH></REGFILE></FILTERPATH>