Im running a Garrysmod dedicated server off of my computer . When I connect to it, everyone that was currently on my server times out. They then cannot reconnect to my server for at least 5 minutes because it shows that my server is not responding. Ports are forwarded and open. After that first not responding session the server runs fine with no issues until I change the map, or restart the server. What could be causing this issue? Any help would be greatly appreciated!
Also I have a few people that when they connect to my server, they sometimes get stuck on Retrieving server info then their game crashes.
computer:
Amd Phenom Quad core 3.2ghz
2 gb's crucial ram
windows 7 32-bit
Latest server updates
FPS booster
addons:
Batch script:
Edit: added my local IP and port into the start config ^
edit: my router was causing the issue..changed routers and all works fine.
Also I have a few people that when they connect to my server, they sometimes get stuck on Retrieving server info then their game crashes.
computer:
Amd Phenom Quad core 3.2ghz
2 gb's crucial ram
windows 7 32-bit
Latest server updates
FPS booster
addons:
Code:
Evolve admin mod SVN
PewPew SVN
Spacebuild Pack (SBEP) SVN
Wiremod SVN
UNW SVN
PHX3 SVN
Simple Prop Protection SVN
Buoyancy Tool
Conna's Stools Pack
Unbreakable
Playx
Fin2
Unbreakable
SmartSnap
Super Parent Multi
Stacker
Weight
Smart Constraint
Smart Weld
Laser Stool
Anti-Noclip
Advanced Keypad
Batch script:
Code:
@echo off
cd F:\srcds/orangebox
echo Starting game server.
echo Beginning "Garry's Mod"
srcds.exe -console -game garrysmod +map gm_flatgrass +maxplayers 12 -ip 192.168.2.100 -port 27015 +fps_max 800
echo "Garry's Mod" has now started.
echo It is recommended that you start Server Crash Recovery aswell.
edit: my router was causing the issue..changed routers and all works fine.