views:

30

answers:

1

I'm creating a simple p2p application. To test this I'd like to be able to simulate a simple network of about 2-3 computers, such that each instance of the application thinks its on a different computer and talking with others over the network. I considered qemu, but haven't managed to get networking working using VDE or TUN/TAP. is their any other solution?

+4  A: 

You might have better luck using VMs running on something like Virtual PC (Sun's Virtual Box is another good alternative).

Justin Niessner
or one of VMWare's solutions.
iammichael
True...I was only suggesting the Freebies.
Justin Niessner
The VMWare player (http://www.vmware.com/products/player/) is free and you there are likely to be free virtual machine appliances that can usually meet your needs (or it can even run Virtual PC VMs).
iammichael