<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Well out of curiosity i decided to setup a cod2 server. for a start i dont understand your startscript so i stuck with what i know..<BR>
&nbsp;<BR>
:~$useradd ***<BR>:~$passwd ***<BR>
:~$su ***<BR>
:~$cd /home/***<BR>
:~$wget <A href="http://cpgs.nettuning.net/cod2.cpgs">http://cpgs.nettuning.net/cod2.cpgs</A><BR>
:~$mv cod2.cpgs cod2.tar<BR>
:~$tar -xvf cod2.tar&nbsp; (ignore errors)<BR>
:~$su<BR>
:~$cp &nbsp;/home/***/libs/libstdc++.so.5 /lib/libstdc++.so.5<BR>:~$su ***<BR>
:~$vi start<BR>
killall cod2_lnxded<BR>./cod2_lnxded +set dedicated 2 +set net_ip "yourip" +set net_port <BR>"yourport" +exec default_mp.cfg&nbsp;+exec maps.cfg&nbsp;+map_rotate &amp; <BR>
<STRONG></STRONG>&nbsp;<BR>
:~$vi /main default_mp.cfg (enter your settings)<BR>
:~$chmod 755 start<BR>
:~$./start<BR>
&nbsp;<BR>
Server was online with no problems<BR>
&nbsp;<BR>
If you try this as i have shown and you are still having problems then i would say it has to be a firewall or network issue<BR>

<HR id=stopSpelling>
<BR>
From: d.k.emaillists@gmail.com<BR>To: cod@icculus.org<BR>Date: Wed, 12 Nov 2008 15:18:10 -0800<BR>Subject: Re: [cod] "awaiting connection" on inet, but works on LAN<BR><BR><BR><BR>
<DIV>
<DIV>On 12-Nov-08, at 2:55 PM, Brendan Hurley wrote:</DIV><BR class=EC_Apple-interchange-newline>
<BLOCKQUOTE><SPAN class=EC_Apple-style-span style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate">
<DIV class=EC_hmmessage style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana">plz post your start script and server cfg<BR><BR></DIV></SPAN></BLOCKQUOTE><BR></DIV>
<DIV><BR></DIV>
<DIV>here we go!</DIV>
<DIV><BR></DIV>
<DIV><BR></DIV>
<DIV><BR></DIV>
<DIV>++++++ Start Script</DIV>
<DIV><BR></DIV>
<DIV>
<DIV>#!/bin/bash</DIV>
<DIV><BR></DIV>
<DIV>if test -z "$1"</DIV>
<DIV>then</DIV>
<DIV>&nbsp;&nbsp;echo "No command-line arguments."</DIV>
<DIV>&nbsp;&nbsp;echo "'x' - eXtreme mod"</DIV>
<DIV>&nbsp;&nbsp;echo "'r' - regular (no mod)"</DIV>
<DIV>&nbsp;&nbsp;echo</DIV>
<DIV>else</DIV>
<DIV><BR></DIV>
<DIV>case "$1" in</DIV>
<DIV>'r')</DIV>
<DIV>/home/cod/cod2_lnxded +set net_ip xxx.xxx.xxx.xxx +set net_port 28960 +set dedicated 2 +set sv_punkbuster 0 +exec dedicated.cfg +map_rotate</DIV>
<DIV>;;</DIV>
<DIV>'x')</DIV>
<DIV>/home/cod/cod2_lnxded +set net_ip&nbsp;xxx.xxx.xxx.xxx&nbsp;+set net_port 28960 +set fs_game ext_mods +set dedicated 2 +exec server.cfg +set sv_punkbuster 0</DIV>
<DIV>;;</DIV>
<DIV>*)</DIV>
<DIV>echo "This script requires one of the following:"</DIV>
<DIV>&nbsp;&nbsp;echo "'x' - eXtreme mod"</DIV>
<DIV>&nbsp;&nbsp;echo "'r' - regular (no mod)"</DIV>
<DIV>&nbsp;&nbsp;echo</DIV>
<DIV>;;</DIV>
<DIV>esac</DIV>
<DIV>fi</DIV>
<DIV><BR></DIV>
<DIV><BR></DIV>
<DIV><BR></DIV>
<DIV>++++ Base server config</DIV>
<DIV><BR></DIV>
<DIV>
<DIV>sets _ADMIN "me"</DIV>
<DIV>sets _EMAIL "<A href="mailto:me@here.ca">me@here.ca</A>"</DIV>
<DIV>sets _IRC ""</DIV>
<DIV>sets _WEBSITE ""</DIV>
<DIV>sets _LOCATION "Vancouver"</DIV>
<DIV>set sv_hostname "die"</DIV>
<DIV>set scr_motd "Welcome....."</DIV>
<DIV>set sv_pure "0"</DIV>
<DIV>set sv_maxclients "16"</DIV>
<DIV>set sv_minping "0"</DIV>
<DIV>set sv_maxping "0"</DIV>
<DIV>set sv_maxrate "0"</DIV>
<DIV>set sv_voice "0"</DIV>
<DIV>set sv_voicequality "1"</DIV>
<DIV>set g_password "mypw"</DIV>
<DIV>set sv_privateclients "8"</DIV>
<DIV>set sv_privatepassword "mypw"</DIV>
<DIV>set sv_disableclientconsole "0"</DIV>
<DIV>set rcon_password "mypw"</DIV>
<DIV>set sv_wwwdownload "1"</DIV>
<DIV>set sv_wwwBaseURL "<A href="http://www.here.ca/cod2/">http://www.here.ca/cod2/</A>"</DIV>
<DIV><BR></DIV></DIV>
<DIV>
<DIV>set sv_wwwDlDisconnected "1"</DIV>
<DIV>set sv_drawfriend "1"</DIV>
<DIV>set scr_friendlyfire "2"</DIV>
<DIV>set scr_forcerespawn "1"</DIV>
<DIV>set scr_killcam "0"</DIV>
<DIV>set g_allowvote "0"</DIV>
<DIV>set scr_teambalance "1"</DIV>
<DIV>set scr_spectateenemy "0"</DIV>
<DIV>set scr_spectatefree "0"</DIV>
<DIV>set scr_allow_bar "1"</DIV>
<DIV>set scr_allow_bren "1"</DIV>
<DIV>set scr_allow_enfield "1"</DIV>
<DIV>set scr_allow_enfieldsniper "1"</DIV>
<DIV>set scr_allow_g43 "1"</DIV>
<DIV>set scr_allow_greasegun "1"</DIV>
<DIV>set scr_allow_kar98k "1"</DIV>
<DIV>set scr_allow_kar98ksniper "1"</DIV>
<DIV>set scr_allow_m1carbine "1"</DIV>
<DIV>set scr_allow_m1garand "1"</DIV>
<DIV>set scr_allow_mp40 "1"</DIV>
<DIV>set scr_allow_mp44 "1"</DIV>
<DIV>set scr_allow_nagant "1"</DIV>
<DIV>set scr_allow_nagantsniper "1"</DIV>
<DIV>set scr_allow_pps42 "1"</DIV>
<DIV>set scr_allow_ppsh "1"</DIV>
<DIV>set scr_allow_shotgun "1"</DIV>
<DIV>set scr_allow_springfield "1"</DIV>
<DIV>set scr_allow_sten "1"</DIV>
<DIV>set scr_allow_svt40 "1"</DIV>
<DIV>set scr_allow_thompson "1"</DIV>
<DIV>set scr_allow_fraggrenades "1"</DIV>
<DIV>set scr_allow_smokegrenades "1"</DIV>
<DIV>set scr_ctf_scorelimit "5"</DIV>
<DIV>set scr_ctf_timelimit "30"</DIV>
<DIV>set scr_dm_scorelimit "50"</DIV>
<DIV>set scr_dm_timelimit "30"</DIV>
<DIV>set scr_sd_bombtimer "60"</DIV>
<DIV>set scr_sd_graceperiod "15"</DIV>
<DIV>set scr_sd_roundlength "4"</DIV>
<DIV>set scr_sd_roundlimit "0"</DIV>
<DIV>set scr_sd_scorelimit "50"</DIV>
<DIV>set scr_sd_timelimit "30"</DIV>
<DIV>set scr_tdm_scorelimit "100"</DIV>
<DIV>set scr_tdm_timelimit "30"</DIV>
<DIV>set scr_hq_scorelimit "450"</DIV>
<DIV>set scr_hq_timelimit "30"</DIV>
<DIV>set sv_mapRotationCurrent ""</DIV>
<DIV>sv_maprotation "gametype tdm map mp_breakout gametype tdm map mp_brecourt gametype tdm map mp_burgundy gametype tdm map mp_carentan gametype tdm map mp_dawnville gametype tdm map mp_decoy gametype tdm map mp_downtown gametype tdm map mp_farmhouse gametype tdm map mp_leningrad gametype tdm map mp_matmata gametype tdm map mp_railyard gametype tdm map mp_toujane gametype tdm map mp_trainstation gametype tdm map mp_harbor gametype tdm map mp_rhine"</DIV>
<DIV><BR></DIV>
<DIV><BR></DIV>
<DIV>+++ extreme config (testing with both versions) - left quite stock.</DIV>
<DIV><BR></DIV>
<DIV><BR></DIV>
<DIV>
<DIV>//******************************************************************************</DIV>
<DIV>// Call of Duty 2 - eXtreme+ modification</DIV>
<DIV>//******************************************************************************</DIV>
<DIV>// author &nbsp; : Astoroth and the eXtreme+ Support Crew</DIV>
<DIV>// email &nbsp; &nbsp;: <A href="mailto:astoroth@gom.me.uk">astoroth@gom.me.uk</A></DIV>
<DIV>// website &nbsp;: <A href="http://www.mycallofduty.com/">http://www.mycallofduty.com</A></DIV>
<DIV>//</DIV>
<DIV>// mod &nbsp; &nbsp; &nbsp;: eXtreme+</DIV>
<DIV>// version &nbsp;: 2.3</DIV>
<DIV>// update &nbsp; : November 2007</DIV>
<DIV>//******************************************************************************</DIV>
<DIV><BR></DIV>
<DIV><BR></DIV>
<DIV>//******************************************************************************</DIV>
<DIV>// Color Codes</DIV>
<DIV>//******************************************************************************</DIV>
<DIV>// Colors for text. Do not clear the comment in front of the color codes.</DIV>
<DIV>// Useful for your server name, motd msg's - Information and ref use only</DIV>
<DIV>//</DIV>
<DIV>// ^1 = Red</DIV>
<DIV>// ^2 = Green</DIV>
<DIV>// ^3 = Yellow</DIV>
<DIV>// ^4 = Blue</DIV>
<DIV>// ^5 = Cyan</DIV>
<DIV>// ^6 = pink/Magenta</DIV>
<DIV>// ^7 = White</DIV>
<DIV>// ^0 = Black</DIV>
<DIV><BR></DIV></DIV>
<DIV>
<DIV>//******************************************************************************</DIV>
<DIV>// Public Information</DIV>
<DIV>//******************************************************************************</DIV>
<DIV>sets sv_hostname "die- ^3e^1X^3treme^2+^7 v2.3"</DIV>
<DIV>sets _Admin "me"</DIV>
<DIV>sets _Email "<A href="mailto:me@here.ca">me@here.ca</A>"</DIV>
<DIV>sets _Website "<A href="http://www.here.ca/">http://www.here.ca</A>"</DIV>
<DIV>sets _Location "CA"</DIV>
<DIV>sets _Irc ""</DIV>
<DIV>sets _Mod "^3e^1X^3treme^2+^7"</DIV>
<DIV>sets _ModVer "v2.3"</DIV>
<DIV>sets _ModUpdate "3Right Now"</DIV>
<DIV>sets _Maps "COD2 Stock &amp; Custom"</DIV>
<DIV>set scr_motd "Welcome...."</DIV>
<DIV><BR></DIV>
<DIV><BR></DIV>
<DIV>//******************************************************************************</DIV>
<DIV>// Common Server Settings</DIV>
<DIV>//******************************************************************************</DIV>
<DIV>// Log Settings</DIV>
<DIV>set g_logsync "2" &nbsp; &nbsp; &nbsp; &nbsp; // 0=no log, 1=buffered, 2=continuous, 3=append</DIV>
<DIV>set logfile "1" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // 0 = NO log, 1 = log file enabled</DIV>
<DIV>set g_log "games_mp.log" &nbsp;// Name of log file, default is games_mp.log</DIV>
<DIV>set sv_log_damage "1"</DIV>
<DIV><BR></DIV>
<DIV>// Network options</DIV>
<DIV>set net_ip "xxx.xxx.xxx.xxx" &nbsp; &nbsp; &nbsp; &nbsp; // Set your servers IP address</DIV>
<DIV>set net_port "28960" &nbsp; &nbsp; &nbsp; &nbsp; // Set your port number</DIV>
<DIV>set com_hunkMegs "512"</DIV>
<DIV>set net_noipx "1" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;// Allow ONLY tcp/ip protocol, player/server communications</DIV>
<DIV><BR></DIV>
<DIV>// Server Network Mode</DIV>
<DIV>set dedicated "0" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;// 0 = Listen, 1 = LAN, 2 = Internet</DIV>
<DIV><BR></DIV>
<DIV>// Master servers</DIV>
<DIV>set sv_master1 "cod2master.activision.cod"</DIV>
<DIV>set sv_master2 "cod2authorize.activision.cod"</DIV>
<DIV>set sv_master3 "cod2master.infinityward.cod"</DIV>
<DIV>set sv_master3 "cod2update.activision.cod"</DIV>
<DIV><BR></DIV>
<DIV>// Password Settings</DIV>
<DIV>set rcon_password "mypw" &nbsp; // RCON must supply pw to use</DIV>
<DIV>set sv_privatePassword "mypw" &nbsp; &nbsp; &nbsp;// Private slots, non-public slots</DIV>
<DIV><BR></DIV>
<DIV>// The following can be used to lock out the server so that only those</DIV>
<DIV>// players that have been provide the password can connect. &nbsp;Good for</DIV>
<DIV>// matches, practices, etc.</DIV>
<DIV>set g_password ""</DIV>
<DIV><BR></DIV>
<DIV>// Player slots setup</DIV>
<DIV>set sv_maxclients "16" &nbsp; &nbsp; &nbsp; &nbsp; // MAX server player slots, this is TOTAL player slots</DIV>
<DIV>set sv_privateclients "4" &nbsp; &nbsp; &nbsp; // Number of private player slots, maxclients - privateclients = public slots</DIV>
<DIV><BR></DIV>
<DIV>// Ping</DIV>
<DIV>set sv_minPing "0" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // MIN player ping on CONNECT, any lower and player isnt allowed to connect</DIV>
<DIV>set sv_maxping "350" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // MAX player ping on CONNECT, any higher and player isnt allowed to connect</DIV>
<DIV><BR></DIV>
<DIV>// Client Download Settings. (0=off/1=on) Used for MODs and custom maps</DIV>
<DIV>// See included Quick Setup Guide for instructions.</DIV>
<DIV>set sv_allowdownload "1"</DIV>
<DIV>seta sv_wwwDownload "1"</DIV>
<DIV>seta sv_wwwBaseURL "<A href="http://www.here.ca/cod2">http://www.here.ca/cod2</A>"</DIV>
<DIV>seta sv_wwwDlDisconnected "1"</DIV>
<DIV><BR></DIV>
<DIV>// rest clipped as it is not&nbsp;relevant&nbsp;- IE weapons load outs, etc.</DIV></DIV></DIV></DIV><BR><br /><hr />BigSnapSearch.com - 24 prizes a day, every day.  <a href='http://clk.atdmt.com/UKM/go/117442309/direct/01/' target='_new'>Search now</a></body>
</html>