Hello there, i've been looking for a way to connect two programs: a client and a server with TCP over the internet, but i hadn't succeded I've been also looking all over the forum, but i coulnd't find anything that works What i am doing is simple: Serverside: TCPListen(@IPadress1,$port) Clientside: TCPConnect($PublicIPAdress,$port) Where $port could be something like 12346 That's just a part of the code, the IP, and port values are the ones which i think are the problem, but the