Help with Server

roguerower

Diamond Member
Nov 18, 2004
4,563
0
76
Recently refurbed an old computer to make a dedicated server for COD etc. I am a noob when it comes to this kinda thing though and i've been going about it like a blind man. Went into COD and set it up using their "Server setup" but it doesn't pop up on the master list. Does anyone know what I need to do in order to get it to run. I'm on a Linksys wired router on Comcast cable, so speeds no problem. Thanks
 

Matthias99

Diamond Member
Oct 7, 2003
8,808
0
0
You probably need to open some ports on your router (by default, the firewall is usually turned on), or place the server in the "DMZ" (not recommended unless it's the only way to make it work, as this greatly increases your vulnerability to all sorts of nasty viruses and things). Check the documentation for the game for more details.

Also, this is NOT A HIGHLY TECHNICAL QUESTION! Ask in Software or Networking...
 

roguerower

Diamond Member
Nov 18, 2004
4,563
0
76
Finished setting it up:
set sv_hostname "^1UA_^4Clan Public Server"
set scr_motd "^1United ^1Assassins"
set net_ip 68.32.166.73
set net_port 28960
set sv_maxping 150
set sv_minping 0
set sv_maxrate 25000
set sv_minrate 0
set com_hunkmegs "256"
set sv_maxclients "32"
set sv_privateclients "6"
set g_inactivity "120"
set g_inactivityspectator "240"
set sv_timeout "300"
sets sv_master1 "codmaster.activision.com"
sets sv_master2 "master.gamespy.com:28960"
sets sv_master3 "master0.gamespy.com"
sets sv_master4 "clanservers.net"
sets sv_master5 "codauthorize.activision.com"
seta sv_gamespy "1"
set scr_drawfriend "1"
set scr_forcerespawn "0"
set scr_allow_bar "1"
set scr_allow_bren "1"
set scr_allow_enfield "1"
set scr_allow_fg42 "0"
set scr_allow_kar98k "1"
set scr_allow_kar98ksniper "1"
set scr_allow_m1carbine "1"
set scr_allow_m1garand "1"
set scr_allow_mp40 "1"
set scr_allow_mp44 "1"
set scr_allow_nagant "1"
set scr_allow_nagantsniper "1"
set scr_allow_panzerfaust "1"
set scr_allow_ppsh "1"
set scr_allow_springfield "1"
set scr_allow_sten "1"
set scr_allow_thompson "1"
set scr_allow_vote "0"
set g_allowvote "0"
set g_allowvotetempbanuser "0"
set g_allowvotetempbanclient "0"
set g_allowvotekick "0"
set g_allowvoteclientkick "0"
set g_allowvotegametype "0"
set g_allowvotetypemap "0"
set g_allowvotemap "0"
set g_allowvotemaprotate "0"
set g_allowvotemaprestart "0"
set scr_killcam "0"
set scr_freelook "0"
set scr_spectateenemy "0"
set scr_teambalance "1"
set scr_friendlyfire "2"
set sv_pure "1"
set scr_dm_scorelimit "50"
set scr_dm_timelimit "30"
set scr_tdm_scorelimit "250"
set scr_tdm_timelimit "35"
PB_SV_ENABLE
WAIT
set g_gametype "tdm"
set sv_mapRotation "gametype dm map mp_neuville gametype tdm map mp_bocage gametype tdm map mp_brecourt
gametype tdm map mp_carentan gametype tdm map mp_dawnville gametype dm map mp_hurtgen
gametype tdm map mp_pavlov gametype tdm map mp_chateau"
MAP_ROTATE
sets .Admin "UA_Blank"

I keep getting a:
Opening IP socket: 68.32.166.73:28969
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
WARNING: Couldn't allocate IP port

Any thoughts?
 

Matthias99

Diamond Member
Oct 7, 2003
8,808
0
0
Yes; This is not a Highly Technical question, and does not belong in this forum. Please take your question to Software or Networking.