I'm trying to connect my development station (Visual Studio in Windows XP/Fusion on my Mac) to an external Windows CE-device through a crossover ethernet cable for debugging of the CE-device.
This requires me to to set a static IP on both the external device and the development station.
Both need to be on the same subnet. How do I do this?
I have tried using Bridged (ethernet) mode on the network adapter, and set up static IP inside windows XP. I also set up another static IP in OSX. When looking at the IP/ethernet traffic on the OSX side (through the application Wireshark), the messages from the external CE device shows up, but when looking at Wireshark in Fusion/Windows XP, I cannot see them.
Am I on the wrong track here with the Bridged mode?