04-08-2013, 10:06 AM
I wanted to make a gmod server because my fav server went down.
I installed srcds and gmod and some plugins for admin but when i stat it no one can join using my external IP.
Here is the code for the run bat file.
Everything runs fine when i connect with 192.168.2.104(My static IP)
But my external ip just won't work. (Connection failed after 4 retries)
Please help?
I installed srcds and gmod and some plugins for admin but when i stat it no one can join using my external IP.
Here is the code for the run bat file.
Code:
@echo off
cd C:\SRCDS\Servers\orangebox\
echo Starting game server.
echo Starting FancyPants Bhop
C:\SRCDS\Servers\orangebox\srcds.exe -console -game garrysmod +gamemode terrortown +map gm_flatgrass +maxplayers 10 +hostport 27016 -clientport 27005 -tickrate 32
echo Server has now started.
Everything runs fine when i connect with 192.168.2.104(My static IP)
But my external ip just won't work. (Connection failed after 4 retries)
Please help?