Hi,
I'm trying now to connect through my public ip.
This PHP script returns the IP:
Code:
<?php
echo $_SERVER["REMOTE_ADDR"];
?>


Ok, first try, everything works fine.
I close the client-server and the client program.
Next try: Th client can't connect. I have to restart my computer.