from what ive read 28960 is not the only port you need to open up.
you also need to forward 20800 and 20810 udp and tcp.
I have a slightly different problem... I can connect via the console but my server doesnt show up on the master list.
tried:
forwarding ports 28960 and 20800-20810 tcp and udp
adding Schosch's settings to my cfg
waiting 30 minutes before refreshing the list
My shortcut tags are:
+set dedicated 2 +set net_port 28960 +set sv_punkbuster 0 +exec bare.cfg +map_rotate
(adding "+set net_ip" just makes it disappear from my local list)
my cfg file:
Code:
seta sv_punkbuster "0"
wait
pb_sv_enable
// Server name
set sv_hostname "aaa Scarletomato" //Change this to whatever you want your server to be named in the server browser
//===============================================================================
// Public Information - OPTIONAL
//===============================================================================
sets _Admin ""
sets _Email ""
sets _Website ""
sets _Location ""
set scr_motd ""
// Server password
set g_password "" // blank means NO password
// Rconpassword
set rcon_password "admin" // Change this to your rcon password!
//Network
set net_ip "(my external ip)" // Set your servers IP address
set net_port "28960" // Set your port number
// Server Network Mode
set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet
// Master servers
set sv_master1 "cod4master.activision.com"
set sv_master2 "cod4authorize.activision.com"
set sv_master3 "cod4master.infinityward.com"
set sv_master3 "cod4update.activision.com"
set sv_master4 "master.gamespy.com:28960"
set sv_master5 "master0.gamespy.com"
set sv_master6 "master1.gamespy.com"
set sv_master7 "clanservers.net"
set sv_gamespy "1"
// Maximum Clients
set sv_maxclients "32"
set sv_privateclients "6"
// Max Ping
set sv_maxping "250"
// Rate
set sv_maxRate "25000"
//set Game Type
set g_gametype "dm"
any theories?