Here is the situation:

A Windows XP machine running as server - accessible from outside

A device(camera) which is locally(from LAN) accessible

What I need is this - if I access a specific port on the server from outside, I need it to make a request to this camera.

Any pointers to get me started?

link|improve this question
Windows XP as a server? Sounds like a home user to me. – sam Jan 26 at 9:13
feedback

1 Answer

Do you have any NAT/Router/Firewall between your LAN and outside ? You could configure your NAT in a way that when there is a connection a specific port, it's redirected to ip x.x.x.x in your LAN

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.