I am developing an application that needs to talk to the network cloud outside the proxy/firewall .I think that I can develop the code . Have written all the UI and necessary class diagrams , use cases .But how to emulate a router :O
Some random googling showed me that Windows supports uPnp by default . Hence , the only thing that I need to do is set up another maching with internet connection sharing enabled .This will set-up the router kind of emulation on the second dummy machine . And this is all i need . A uPnP enabled device which routes my traffic to the outside world , a router .
http://www.nat32.com/ Got this link too .
So , please help me . It is urgent .