Hello all
I have a dell powervault 725n server I am trying to setup a COD 4 standalone server that can be seen on the server list in game,, I am running this through a console/ its working fine, I can tap it from another machine on my network (Local Only)

I want to be able to get it listed so everyone can play.
I have put this server on the DMZ host port and (opened) forward the needed ports to the server and dropped the xp fire wall on the server.
Still nothing am I missing something?
Thank you very much for any help.
I will post the Config file and short cut.
Here is the Shortcut
E:\iw3mp.exe +set dedicated 2 +set sv_punkbuster 1 +exec mp-server.cfg +map_rotate
here is the cfg file named (mp-server.cfg)
------------------------------------------------------------------
// THIS SERVER CONFIGURATION FILE WAS PUT TOGETHER BY EGHSERVERS.COM
// ------------------------------------------------------------------
// SERVER CONFIGURATION FILE FOR CALL OF DUTY:UO
//-------------------------------------------------------------------
// ^1 = red
// ^2 = green
// ^3 = yellow
// ^4 = dark blue
// ^5 = light blue (cyan)
// ^6 = magenta
// ^7 = white
//--------------------------------
// SETS/PUBLIC INFO (stuff that shows up in server info)
sets g_needpass "0" // tell's ASE etc the server is passworded
sets "Admin" "^3Dana and Juans pimp rig" // Make it your IRC or site nick maybe (optional)
sets "Email" "^1Uranass@gaming.com" // (optional)
sets "URL" "www.getowned.com" // (optional)
//sets "IRC "" // IRC channel for clan/group
sets "Connection" "Multiple GigE's"
sets "Host" "danas-pimp-rig.servegame.org"
sets "CPU" "Dual P4 3.4 Xeons"
sets "Clan" "^4The Regulators"
sets "Website" "^1getowned" // Website URL
sets "Location" "boise" // Server location
//Server Info
set sv_hostname "^1A ^7Boise ^4sluaghterhouse"
set scr_motd "^5This server is hosted by ^7yourmama"
//Passwords
set g_password "" // sets a password on your server
seta rconpassword "xxx"
set sv_privatepassword ""
//console log - 0=no log 1=buffered 2=continuous 3=append
set g_logsync "2"
set g_log "games_mp.log"
//Network Settings
set sv_maxping 200
set sv_minping 0
set sv_maxrate 25000
set sv_minrate 0
//Server Ram Settings
set com_hunkmegs "256"
//Private Player Slot Settings
set sv_privateclients "0"
set g_banIPs ""
// Idle Players, Spectators, and Timeouts
set g_inactivity "120"
set g_inactivityspectator "240"
set sv_timeout "300"
// Corpse Time
set sv_zombietime "5"
// Death Messages
set sv_obituary 1
// MASTER SERVERS TO REPORT TO
sets sv_master1 "coduomaster.activision.com"
sets sv_master2 "master.gamespy.com:28960"
sets sv_master3 "master0.gamespy.com"
sets sv_master4 "coduoauthorize.activision.com"
seta sv_gamespy "1"
//weapon settings
set scr_allow_bar "1" //0 - disable weapon 1 - enable weapon
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_pistols "1"
set scr_allow_satchel "1"
set scr_allow_smoke "1"
set scr_allow_grenades "1"
set scr_allow_flamethrower "1"
set scr_allow_artillery "1"
set scr_allow_bazooka "1"
set scr_allow_mg34 "1"
set scr_allow_dp28 "1"
set scr_allow_mg30cal "1"
set scr_allow_gewehr43 "1"
set scr_allow_svt40 "1"
// vehicle settings
set scr_allow_flak88 "1"
set scr_allow_su152 "1"
set scr_allow_elefant "1"
set scr_allow_panzeriv "1"
set scr_allow_t34 "1"
set scr_allow_sherman "1"
set scr_allow_horch "1"
set scr_allow_gaz67b "1"
set scr_allow_willyjeep "1"
// advanced settings
set scr_allow_vote "1"
set g_allowvote "1"
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_shellshock "1"
set scr_drophealth "0"
set scr_battlerank "1"
// KillCam
set scr_killcam "0"
set scr_freelook "0"
set scr_spectateenemy "0"
// Auto Team Balance
set scr_teambalance "1"
// Friendly Fire
set scr_friendlyfire "3" //0 - off 1 - on 2 - reflect damage 3 - Shared
// PURE server settings
set sv_pure "1"
//Downloads from server
seta sv_floodProtect "1"
seta sv_timeout "300"
seta sv_reconnectlimit "3"
seta sv_allowAnonymous "1"
seta sv_allowdownloads "0"
seta sv_dl_maxRate "42000" //max download speed 42000 = 12kb
//HTTP Redirect Downloads
seta sv_wwwDownload "0"
seta sv_wwwBaseURL ""
seta sv_wwwDlDisconnected "0"
// Gametype Settings
// gametype bas (Base Assault)
set scr_bas_scorelimit "0"
set scr_bas_timelimit "20"
set scr_bas_roundlimit "2"
set scr_bas_roundlength "20"
set scr_bas_respawn_wave_time "10"
set scr_bas_startrounddelay "5"
set scr_bas_endrounddelay "5"
set scr_bas_clearscoreeachround "1"
// gametype ctf (Capture the Flag)
set scr_ctf_scorelimit "7"
set scr_ctf_timelimit "20"
set scr_ctf_roundlimit "0"
set scr_ctf_roundlength "10"
set scr_ctf_startrounddelay "5"
set scr_ctf_endrounddelay "5"
set scr_ctf_clearscoreeachround "1"
set scr_ctf_showoncompass "0"
// gametype dom (Domination)
set scr_dom_scorelimit "7"
set scr_dom_timelimit "20"
set scr_dom_roundlimit "0"
set scr_dom_roundlength "20"
set scr_dom_respawn_wave_time "10"
set scr_dom_startrounddelay "5"
set scr_dom_endrounddelay "5"
set scr_dom_clearscoreeachround "0"
//Behind Enemy Lines Default Description
set scr_bel_alivepointtime "15"
set scr_bel_scorelimit "75"
set scr_bel_timelimit "20"
//Deathmatch Default Description
set scr_dm_scorelimit "50"
set scr_dm_timelimit "30"
//Retrieval Default Description
set scr_re_graceperiod "15"
set scr_re_roundlength "5"
set scr_re_roundlimit ""
set scr_re_scorelimit ""
set scr_re_showcarrier "0"
set scr_re_timelimit "20"
//Search and Destroy Default Description
set scr_sd_graceperiod "15"
set scr_sd_roundlength "3"
set scr_sd_roundlimit ""
set scr_sd_scorelimit ""
set scr_sd_timelimit "15"
//Team Deathmatch Default Description
set scr_tdm_scorelimit "100"
set scr_tdm_timelimit "20"
//HeadQuarters Default Description
set scr_hq_timelimit "20"
set scr_hq_scorelimit "450"
//PUNKBUSTER
PB_SV_ENABLE
WAIT
// Set starting game type
set g_gametype "bas" //gametype: bel, dm, re, sd, tdm, hq, dom, bas, ctf
// Map rotation.
set sv_maprotation "gametype bas map mp_foy gametype dom map mp_italy gametype ctf map mp_kharkov gametype dom map mp_kursk
gametype bas map mp_ponyri gametype dom map mp_rhinevalley gametype ctf map mp_sicily gametype dom map mp_uo_stanjel gametype ctf
map mp_berlin gametype dom map mp_cassino gametype ctf map mp_arnhem gametype dom map mp_foy gametype bas map mp_italy gametype
dom map mp_kharkov gametype bas map mp_kursk gametype dom map mp_ponyri gametype bas map mp_rhinevalley gametype dom map
mp_arnhem gametype dom map mp_berlin gametype ctf map mp_cassino gametype dom map mp_sicily "
MAP_ROTATE