Author Topic: Server will not come up on list  (Read 2973 times)

TheCoolDog

  • PGP
  • Posts: 5
Server will not come up on list
« on: November 04, 2012, 02:04:46 PM »
My bro has made a sever on his computer and it worked. But when I did the same on my computer with a different port it didn't work. In the server.cfg file when i put 'set port 27959' it didn't come up for anyone and when i removed 'set port 27959' it only came up for me and my bro. Any ideas on what the problem could be?

The port is 27959
and here is the server.cfg:

// ----------------------------------------------------------------------
// GENERIC SERVER INFO
// ----------------------------------------------------------------------

set hostname "*TJT*JBR Jump Training1"
set website "" s
set admin "TJTJBR" s
set e-mail "" s
set location "Uk" s

set public 1 // set to 0 if you don't want this on the public server list
set password "" // Password required to connect

setmaster dplogin.com master0.gamespy.com

// ----------------------------------------------------------------------
// MESSAGE OF THE DAY
// ----------------------------------------------------------------------

set motdfile pball/configs/tjt_jbr_jump_training1/motd.txt

// ----------------------------------------------------------------------
// ROTATION
// ----------------------------------------------------------------------

set rot_file pball/configs/tjt_jbr_jump_training1/rotation.txt

// ----------------------------------------------------------------------
// GENERAL SETTINGS
// ----------------------------------------------------------------------

set autojoin normal
set ffire 0
set grenadeffire o
set timelimit 20
set fraglimit 50
set elim 1 // time (in seconds) before players respawn
set gren_explodeonimpact 0
set deadtalk 1 // set to 1 to allow dead players to talk to living
set sv_maxvelocity 4096
set swear_filter 1
set sv_votemapenabled 0
set idle 0 // time (in seconds) before idle players are put on observer
set nokill 1
set port 27959
// ----------------------------------------------------------------------
// MATCH SETTINGS
// ----------------------------------------------------------------------

set allow_match 0 // set to 1 to enable the "match" command for clan matches
set matchmode_cfg "matchmode.cfg"
set publicmode_cfg "publicmode.cfg"

// ----------------------------------------------------------------------
// CONSOLE LOGGING
// ----------------------------------------------------------------------
//
// logfile
// -------
// 0 - Disable console logging.
// 1 - Buffered logging.  File is wiped each server restart.
// 2 - Continuous logging.  File is wiped each server restart.
// 3 - Continous logging.  File is appended.

set logfile 3

// ----------------------------------------------------------------------
// STANDARD LOGGING
// ----------------------------------------------------------------------

// sl_logging
// ----------
// bit 1, val | 1 : display STDLogging to console
// bit 2, val | 2 : log STDLogging to sl_logfile
// bit 3, val | 4 : send UDP packets to server defined IPs (DISABLED)

// sl_logfile
// ----------
// the file to put the STDlog info in.
// # will be replaced with the PORT number of the server

// set sl_logging 2
// set sl_logfile server#.log

// ----------------------------------------------------------------------
// DOWNLOAD OPTIONS
// ----------------------------------------------------------------------

set allow_download         1
set allow_download_maps    1
set allow_download_models  1
set allow_download_sounds  1
set allow_download_players 1


Rockyar_96

  • 68 Carbine
  • Posts: 370
Re: Server will not come up on list
« Reply #1 on: November 04, 2012, 02:26:23 PM »
it is because of the port forwarding.
ask ur brother, he should know how to do that

TheCoolDog

  • PGP
  • Posts: 5
Re: Server will not come up on list
« Reply #2 on: November 04, 2012, 03:09:18 PM »
I have port forwarded it, but it still doesn't work :( It doesn't make any sense!

ic3y

  • Committee Member
  • Autococker
  • Posts: 1398
Re: Server will not come up on list
« Reply #3 on: November 04, 2012, 05:12:34 PM »
You did the port forwarding wrong.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Server will not come up on list
« Reply #4 on: November 05, 2012, 09:55:15 AM »
Well, I can answer the part about why setting the port to 27959 caused it to not show up any more for you and your bro.  It was showing up on the local network, which searches LAN computers for servers on the default port.  It doesn't search on port 27959.

As for not showing up for anybody else, it's probably a matter of setting the port forwarding on your router to correctly forward to the machine running the server, as others have suggested.

TheCoolDog

  • PGP
  • Posts: 5
Re: Server will not come up on list
« Reply #5 on: November 05, 2012, 10:26:11 AM »
but I did exactly what my bro did to port forward and his worked and mine doesn't, he even did it for me and it still didn't work. Can you only port forward like for one computer?

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Server will not come up on list
« Reply #6 on: November 05, 2012, 10:39:01 AM »
but I did exactly what my bro did to port forward and his worked and mine doesn't, he even did it for me and it still didn't work. Can you only port forward like for one computer?
You should be able to port forward to different computers.  Make sure you're using the correct IP address for your computer.  It's also possible that your computer is blocking connections with a software firewall or virus scanner or something.

gonass

  • 68 Carbine
  • Posts: 383
Re: Server will not come up on list
« Reply #7 on: November 05, 2012, 09:54:10 PM »
setmaster dplogin.com master0.gamespy.com


I believe you need a space between "master 0.gamespy.com"

Also, I had a little trouble with my servers back in the day.  Sometimes they'd stop showing up so I can to use rcon to set the masters again.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Server will not come up on list
« Reply #8 on: November 05, 2012, 10:04:36 PM »
No, master0.gamespy.com is the name for the gamespy master server list.  It'll make the server show up on quake server browsers.  dplogin.com is the only one necessary for it to show up on the paintball2 server browser.

In the dedicated server window, you should get some kind of response from the dplogin.com server.  I don't remember what it is offhand.

We need to get that troubleshooter that sk89q put together back online to help diagnose these issues.

gonass

  • 68 Carbine
  • Posts: 383
Re: Server will not come up on list
« Reply #9 on: November 08, 2012, 06:22:26 PM »
No, master0.gamespy.com is the name for the gamespy master server list.  It'll make the server show up on quake server browsers.  dplogin.com is the only one necessary for it to show up on the paintball2 server browser.

In the dedicated server window, you should get some kind of response from the dplogin.com server.  I don't remember what it is offhand.

We need to get that troubleshooter that sk89q put together back online to help diagnose these issues.

My bad, it's been forever since I had servers.

RoBiNandL!nk

  • Autococker
  • Posts: 571
Re: Server will not come up on list
« Reply #10 on: November 09, 2012, 08:54:41 AM »
Same thing has actually happened to me, Superman even checked my port forwards via teamviewer and he said he didn't know what was wrong.

SuperMAn

  • Committee Member
  • Autococker
  • Posts: 902
Re: Server will not come up on list
« Reply #11 on: November 09, 2012, 02:33:19 PM »
Do you have a wired or wireless connection?  DP servers very rarely work over wireless.

Same thing has actually happened to me, Superman even checked my port forwards via teamviewer and he said he didn't know what was wrong.

I think you were using wireless weren't you?

RoBiNandL!nk

  • Autococker
  • Posts: 571
Re: Server will not come up on list
« Reply #12 on: November 09, 2012, 03:17:56 PM »
nope. Port forwarding just hates me.

deadfroggy

  • Autococker
  • Posts: 562
Re: Server will not come up on list
« Reply #13 on: November 09, 2012, 04:28:46 PM »
i think you meant to have"set dedicated 1"(without the commas) in the general server info.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802