07-19-2012, 09:58 AM
(This post was last modified: 07-23-2012, 11:12 AM by SystemsOverload.)
BASIC INFO
Server OS: Microsoft Windows XP (home) Service Pack 3, 32-bit.
Processor: AMD Athlon 64 X2 Dual Core Processor 4200+ 2.21 GHz.
Ram: 2.75 GB
Game(s): Garrys Mod (Half-Life 2?)
Start Up Command: start /wait C:/srcds/orangebox/srcds.exe -console -command -nohltv +maxplayers 5 -gamemode DarkRP -game garrysmod -autoupdate
Admin Mods: None.
INSTALLING INFO
NETWORK AND BANDWIDTH INFO
Bandwidth:
(I know, thats why such a small game for now)
Router: BT Home Hub 3 Link To Router Page.
Local IP of Server: 192.168.1.70
External IP: 86.147.253.102
Port Forwarding Screen Shot:
please use this screenshot for the network screenshot too.
CONFIG ISSUES
ADMIN MOD ISSUES
None.
Extra Info:
DMZ Enabled.
Router firewall disabled.
third-party Firewalls disabled.
windows firewall disabled.
ports in picture above added to windows firewall exceptions.
programs in picture above added to windows firewall exceptions.
tried "heartbeat" in console of server.
tried "connect <External IP>:27015" in console of server.
tried "connect <Internal IP>:27015" in console of server.
tried "connect <DNS IP>:27015" in console of server.
conclusion:
not showing up in LAN nor world-wide (internet) tabs on Gmod.
any help?
EDIT 1: all firewalls are back up for the time being, including shields, windows firewall, router firewall, third-party firewalls and DMZ is disabled.
EDIT 2: Tried comment 1, comment 2 is what the result was.
Server OS: Microsoft Windows XP (home) Service Pack 3, 32-bit.
Processor: AMD Athlon 64 X2 Dual Core Processor 4200+ 2.21 GHz.
Ram: 2.75 GB
Game(s): Garrys Mod (Half-Life 2?)
Start Up Command: start /wait C:/srcds/orangebox/srcds.exe -console -command -nohltv +maxplayers 5 -gamemode DarkRP -game garrysmod -autoupdate
Admin Mods: None.
INSTALLING INFO
Code:
@echo off
cd c:srcds
echo This will take a long time, I would recommend you go do something else.
echo Updating/installing CS:S
hldsupdatetool -command update -game "Counter-Strike Source" -dir C:\srcds
echo Updating/installing L4D/L4D2
hldsupdatetool -command update -game "left4dead" -dir C:\srcds
echo Updating/installing Episode 1
hldsupdatetool -command update -game "episode1" -dir C:\srcds
echo Updating/installing dods
hldsupdatetool -command update -game "dods" -dir C:\srcds
echo Updating/installing hl2mp
hldsupdatetool -command update -game "hl2mp" -dir C:\srcds
echo Updating/installing tf
hldsupdatetool -command update -game "tf" -dir C:\srcds
echo Updating/installing Orange Box
hldsupdatetool -command update -game orangebox -dir C:\srcds
echo Updating/installing Garrysmod
hldsupdatetool -command update -game garrysmod -dir C:\srcds
echo Update/installation Complete
echo Installed to c:\srcds
echo Your server is now ready to use!
echo To add extra addons or maps etc. place them in c:srcdsorangeboxgarrysmod
echo This installer can also update necessary server files, so it is recommended that you run it often.
pause
NETWORK AND BANDWIDTH INFO
Bandwidth:
(I know, thats why such a small game for now)
Router: BT Home Hub 3 Link To Router Page.
Local IP of Server: 192.168.1.70
External IP: 86.147.253.102
Port Forwarding Screen Shot:
please use this screenshot for the network screenshot too.
CONFIG ISSUES
Code:
// ServerSettings
hostname "UNDERGROUND RESISTANCE DARKRP!"
rcon_password "**********"
sv_password "**********"
sv_lan 0
sv_tags "SO50"
sv_cheats 0
sv_aim 0
sv_maxrate 20000
sv_region 255
sv_rcon_banpenalty 600
sv_rcon_log 1
sv_rcon_maxfailures 3
sv_rcon_minfailures 3
sv_rcon_minfailuretime 300
sv_timeout 180
Hostport 27015
ip 86.147.253.102
sv_defaultgamemode DarkRP
sv_allowdownload 1
sv_allowupload 1
pausable "0"
mp_flashlight 1
mp_timelimit 0
// sv_region tells the Steam servers where your server is located, possible values are:
// 0 - US East coast
// 1 - US West coast
// 2 - South America
// 3 - Europe
// 4 - Asia
// 5 - Australia
// 6 - Middle East
// 7 - Africa
sv_region 3
// bandwidth rates/settings
sv_minrate 0
sv_maxrate 25000
sv_minupdaterate 33
sv_maxupdaterate 66
sv_mincmdrate 33
sv_maxcmdrate 66
sv_client_cmdrate_difference 1
sv_client_predict 1
sv_client_interpolate 1
sv_client_min_interp_ratio -1
sv_client_max_interp_ratio -1
decalfrequency 60
// Voice Comms
sv_voiceenable "1"
sv_alltalk "1"
// Sandbox server settings
sbox_maxnpcs "0"
sbox_maxballoons "0"
sbox_maxdynamite "0"
sbox_noclip "0"
sbox_maxthrusters "0"
sbox_maxprops "50"
sbox_maxwheels "0"
sbox_plpldamage "0" // set this to 1 to disable player vs player damage.
sbox_godmode "0" // set this to 1 for godmode on all players.
sbox_playergod "0" // same as above.
sbox_maxhoverballs "0"
sbox_maxsents "0"
sbox_maxeffects "0"
sbox_maxbuttons "10"
sbox_maxlamps "10"
sbox_maxragdolls "0"
sbox_maxvehicles "0"
sbox_allownpcs "0"
sbox_maxemitters "0"
sbox_maxspawners "0"
sbox_maxturrets "0"
// Exec Configs
exec banned_user.cfg
motdfile motd.txt
ADMIN MOD ISSUES
None.
Extra Info:
DMZ Enabled.
Router firewall disabled.
third-party Firewalls disabled.
windows firewall disabled.
ports in picture above added to windows firewall exceptions.
programs in picture above added to windows firewall exceptions.
tried "heartbeat" in console of server.
tried "connect <External IP>:27015" in console of server.
tried "connect <Internal IP>:27015" in console of server.
tried "connect <DNS IP>:27015" in console of server.
conclusion:
not showing up in LAN nor world-wide (internet) tabs on Gmod.
any help?
EDIT 1: all firewalls are back up for the time being, including shields, windows firewall, router firewall, third-party firewalls and DMZ is disabled.
EDIT 2: Tried comment 1, comment 2 is what the result was.