المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to make a network connection at this case?



C# Programming
06-05-2009, 02:22 PM
Hi there!

I have a client/server program that work properly at the Internet, but with computers that have valid IP. Really I want to make a connection between two computer at the Internet that haven't valid IP, like computers that connect to internet with ISPs, that have a local IP and another IP on Internet (their server IP).
Please see below picture to understand me.
See Here
In the picture, left PC (192.168.20.14) can connect to right ISP (86.110.112.34) easily, but I want to connect to right PC (200.100.114.45). To do this, I think I have to use Port Forwarding technique. Can someone help me please?

Thanks all.