Hey guys,
my problem is strange and I can't get it why it will not work.
I set up a gmod server a houndred of times on Roots and Local but this problem I had never before.
If I want to connect to my server via LAN it says something like this : "Connection failed after 4 retries"
Ports are open... no idea why I can't connect.
I hope anyone can help me.
Update1: My Friends can connect but I not, and if the server runs i can't connect to other server.
Seems for me like an Port issue but how can i fix this o_ô?
Update2: I found the problem.... very unlogic... :DD uhm so if someone else have this prob this is the solution.
Solution: Just delete - ip part by the Server starter bat
How it should look like
[CODE]@echo off
cd c:\srcds/orangebox
echo Starting game server.
echo Beginning "Garry's Mod"
srcds.exe -console -game garrysmod -port 27015 +map gm_flatgrass +maxplayers 16[/CODE]
How it doesn't look like
[CODE]@echo off
cd c:\srcds/orangebox
echo Starting game server.
echo Beginning "Garry's Mod"
srcds.exe -console -game garrysmod -port 27015 +map gm_flatgrass +maxplayers 16 -ip 0.0.0.0[/CODE]
-Keyjin
Sorry, you need to Log In to post a reply to this thread.