Hi, I have problems with connecting between players in the MP-engine. By testing on one PC, the game has no problems, but when I want to connect with a internet-friend, the client of him says that not servers was found.
I am using a router and run the server and the friend uses the client. Both firewalls are deactivated.
The server was started first, then I said the friend that he should start the client. A bit later he said that the server wasnt found.
For running the server I am using a .bat file with this code:
start C:\...\acknex.exe "game.c" -sv -cl -port 2305
and for client:
start C:\...\acknex.exe "game.c" -cl -ip (Here is mine IP that I found out from
www.wieistmeineip.de [Ihre IP-Adresse ist: means: Thats your IP number:])-port 2305
The needed Ports 6073 and 2305, both TCP and UDP are adjusted in the Port-Forwarding rules of my router.
Where is the problem? Can anyone help me?