Ok, here's how I start my server
Now I know that 192.168.1.102 is my internal IP but when I put my External IP (72.226.4.172) I get this error
And I went to http://www.portforward.com/ and have all of the right ports open and I have some extra ports open too! But for some reason I cannot get my external IP to work and i went to http://www.game-monitor.com and it shows my server with my External IP but when I click it it says "Server Is Not Responding". I've had this probelm before but I havent ran my servers in a while so I forgot how to fix this :S
If anyone could please help, that would be awesome!!!
-Thank You
P.S. I would show you a screenshot of my router but I don't know how... I used Print Screen but that just does a text Doc... Sorry. If someone can tell me how to do it so I can upload it on to here I will.
P.P.S. Here is my server.cfg file.
Is there anything that I have to add in there?
BASIC INFO
Server OS: Ubuntu 8.04.1, kernel 2.6.24-19-generic... I do not have a server edition of Ubuntu...
Game(s): Counter- Strike: Source
Start Up Command: ./srcds_run -cosole -game cstrike +map de_dust2 -maxplayers 24 -autoupdate -tickrate 66 +ip 72.226.42.172:27015(6) or ./srcds_run -cosole -game cstrike +map de_dust2 -maxplayers 24 -autoupdate -tickrate 66 +ip 72.226.42.172 -port 27015(6) OR ./srcds_run -cosole -game cstrike +map de_dust2 -maxplayers 24 -autoupdate -tickrate 66 +ip 192.168.1.102:27015(6) OR ./srcds_run -cosole -game cstrike +map de_dust2 -maxplayers 24 -autoupdate -tickrate 66 +ip 72.226.42.172 -port 27015(6)
Admin Mods: Mani-Admin-Plugin
Code:
./srcds_run -cosole -game cstrike +map de_dust2 -maxplayers 24 -autoupdate -tickrate 66 +ip 192.168.1.102 -port 27015
Code:
WARNING: NNET_OpenSocket: bind: Cannot assign requested address
Couldn't allocate dedicated server UDP port
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
If anyone could please help, that would be awesome!!!
-Thank You
P.S. I would show you a screenshot of my router but I don't know how... I used Print Screen but that just does a text Doc... Sorry. If someone can tell me how to do it so I can upload it on to here I will.
P.P.S. Here is my server.cfg file.
Code:
// server name
hostname "Soldiers of Mayhem clan server.*RECRUITING*"
// rcon passsword
rcon_password "********"
// server cvars
mp_friendlyfire 1
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 0
mp_flashlight 1
mp_tkpunish 1
mp_forcecamera 0
sv_alltalk 1
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_limitteams 2
mp_hostagepenalty 4
sv_voiceenable 1
mp_allowspectators 1
mp_timelimit 25
mp_chattime 15
sv_timeout 65
// round specific cvars
mp_freezetime 2
mp_roundtime 6
mp_startmoney 1600
mp_c4timer 35
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5
// bandwidth rates/settings
sv_minrate 2000
sv_maxrate 6000
decalfrequency 60
sv_maxupdaterate 60
sv_minupdaterate 10
// server logging
log off
sv_logbans 0
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// bots
bot_add
bot_quota 6
bot_quota_mode fill
bot_difficulty 1
bot_chatter radio
bot_auto_follow 0
bot_auto_vacate 1
bot_join_after_player 0
bot_defer_to_human 1
bot_prefix ">SOM<"
bot_allow_rogues 0
bot_walk 0
bot_join_team any
bot_eco_limit 0
bot_allow_grenades 1
bot_all_weapons
bot_allow_grenades 1
bot_allow_pistols 1
bot_allow_sub_machine_guns 1
bot_allow_shotguns 1
bot_allow_rifles 1
bot_allow_snipers 0
bot_allow_machine_guns 1
// operation
sv_lan 0
sv_region 0
// Mani-Admin-Plugin
exec mani_server.cfg
// Quake Sounds
exec mani_quake_sounds.cfg
// Master Server IPs
// setmaster add 72.165.61.189:27011
// setmaster add 69.28.140.247:27011
// setmaster add 68.142.72.250:27011
Is there anything that I have to add in there?
BASIC INFO
Server OS: Ubuntu 8.04.1, kernel 2.6.24-19-generic... I do not have a server edition of Ubuntu...
Game(s): Counter- Strike: Source
Start Up Command: ./srcds_run -cosole -game cstrike +map de_dust2 -maxplayers 24 -autoupdate -tickrate 66 +ip 72.226.42.172:27015(6) or ./srcds_run -cosole -game cstrike +map de_dust2 -maxplayers 24 -autoupdate -tickrate 66 +ip 72.226.42.172 -port 27015(6) OR ./srcds_run -cosole -game cstrike +map de_dust2 -maxplayers 24 -autoupdate -tickrate 66 +ip 192.168.1.102:27015(6) OR ./srcds_run -cosole -game cstrike +map de_dust2 -maxplayers 24 -autoupdate -tickrate 66 +ip 72.226.42.172 -port 27015(6)
Admin Mods: Mani-Admin-Plugin