Hi Guys
I Want create a program that make reverse connection.
I already know make direct connection, but direct connections are not usefull on pcs that have routers or are on a LAN
So that's my problem, i wanna know if is possible make a connection when you have two Pcs with Router, or one of two pcs must have "200.189.108.189" as a ip?
Ex: Target pc : 192.168.0.1, and My pc: 192.168.0.2
Ps: The computers must be on a diferent network.
A have a last problem..
On C the function
CODE
target.sin_addr.s_addr = inet_addr("127.0.0.1");
Is used by numbers, using reverse connection you need input a no-ip dns host, like "teste.no-ip.org", so what function a can use to transform dns host on a numeric ip??
I hope you understand

Thanks everybody
Bye