I borrow this thread since i got the same issue, with some exceptions.
I have a domain to make it easier connecting to the servers and services i use and note: Cod4 is the only server so far i got problems with.
UDP ports are forwarded (I've also tried with TCP, no difference), 28960, 20810, 20800.
A domain is set to perform easier connection.
Triple checked the server config for errors.
HLSW and ModernRcon v0.7 can find the server, but the game can't connect.
Firewall is off.
Shortcut config:
Code:
+set dedicated 2 +exec server.cfg +map_rotate +set sv_punkbuster 1
Server config:
Code:
seta sv_punkbuster 1
wait
pb_sv_enable
set sv_hostname "Ohem's CoD4 Server" //Change this to whatever you want your server to be named in the server browser
// Server password
set g_password "" // blank means NO password
// Maximum Clients
set sv_maxclients "19"
set sv_privateclients "0"
// Max Ping
set sv_maxping "125"
// Rate
set sv_maxRate "25000"
// Map_rotation
set sv_mapRotation "gametype war map mp_backlot gametype war map mp_bloc gametype war map mp_bog gametype war map mp_cargoship gametype war map mp_citystreets gametype war map mp_convoy gametype war map mp_countdown gametype war map mp_crash gametype war map mp_crossfire gametype war map mp_farm gametype war map mp_overgrown gametype war map mp_pipeline gametype war map mp_showdown gametype war map mp_strike gametype war map mp_vacant"
set sv_maprotationcurrent ""
The router is a D-Link DIR-615 and works just fine since all other servers I've set up (Freelancer, Teamspeak, Web) works without a hitch.