I tried to host a TTT server after following many tutorials I ended up with the server working locally but not externally.
This is the issue I am getting
Any help would be nice this is my server config
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game garrysmod +map de_dolls +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
ip:192.168.0.___
I have not forwarded the ports yet.
27501 27502
This is the issue I am getting
Any help would be nice this is my server config
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game garrysmod +map de_dolls +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
ip:192.168.0.___
I have not forwarded the ports yet.
27501 27502