Author Topic: I tried everything and it doesn't work  (Read 2652 times)

americandude

  • PGP
  • Posts: 22
I tried everything and it doesn't work
« on: April 30, 2008, 10:09:14 AM »
Hey everyone,
I hope you can help me.
I'm triying to start a Server and I thing I did it right,but it doesn't work.


- I have Vista

-I forwarded port 27910 (I have Netgear DG384GB)

-Troubleshooter says:

DP Resource Public Server Troubleshooter
Specified server information: 79.217.237.252:27910
Actual user IP address: Same as provided IP
RCON password provided? no
Run at Wed, 30 Apr 2008 15:54:43 +0000

TEST PROCESS
===================
> Checking if 79.217.237.252:27910 can be connected to...
>    Writing to socket: '\xFF\xFF\xFF\xFFstatus\n'
>    Attempting to read, 3 second timeout...
>    Error: Read operation timed out, port is firewalled? data packet lost in transit?
> Failed to connect to server!
> Checking server list...
> Getting server list from http://dplogin.com/serverlist.php
> 1 entry/entries found in server list for your IP address:
>    79.217.237.252:27910

RECOMMENDATIONS
===================
* Your server may not even be running; try connecting to it on this computer: run /connect 127.0.0.1:27910 in console
* Your server's port may not be forwarded; make sure you forward your ports for UDP port 27910 (and make sure it's set to the right computer address)
* Your server's port may be firewalled; make sure you allow port 27910 through your firewall


-My Server looks like it should.

-And this is my myserver.config saying:

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

set hostname "League of Fighter"
set website "http://www.____" s
set admin "aMdude" 
set e-mail "null@null.com" s
set location "City, ST" 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/motd.txt

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

set rot_file pball/configs/rotation.txt

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

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

// ----------------------------------------------------------------------
// 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

// ----------------------------------------------------------------------
// OPERATOR SETTINGS
// ----------------------------------------------------------------------

// Use "login password" at the console to obtain op status of said level
// Commands are restricted by level in commands.cfg
set numpasses 5
set oppass1      ""
set oppass1level 1
set oppass2      ""
set oppass2level 50
set oppass3      ""
set oppass3level 100
set oppass4      ""
set oppass4level 150
set oppass5      ""
set oppass5level 150

rcon_password ""





I hope you can help me

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: I tried everything and it doesn't work
« Reply #1 on: April 30, 2008, 10:20:17 AM »
If you have problems starting a server, running a server, your friends can't connect to your server, or your server does not show up on the server list, answer the following questions and post the answers. 


FAILING TO DO THIS OR POSTING THAT YOU "SEARCHED THE FORUMS AND COULDN'T FIND A SOLUTION" WILL GET YOUR POST REMOVED.

1. Public ip address and port used for server. - done

2. Visit the server troubleshooter here and post your results - done

3. If you are making a stand alone server, post your startup command line and a copy of your config file with the passwords erased.

4. If this is a home server, make sure you know how to forward the port that your server uses from the WAN side of your router to the LAN side of your router. If you have questions on how to do this, post screen shots of your router config page showing the port forwarding setup.

americandude

  • PGP
  • Posts: 22
Re: I tried everything and it doesn't work
« Reply #2 on: April 30, 2008, 12:55:30 PM »
Euh I thought I posted everything.

Yes I did!!!

I checked it.

Ok please help me if you can ;D

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: I tried everything and it doesn't work
« Reply #3 on: April 30, 2008, 01:00:43 PM »
post what's in red please

americandude

  • PGP
  • Posts: 22
Re: I tried everything and it doesn't work
« Reply #4 on: May 01, 2008, 03:42:15 AM »
Hey,
the comment line is my screenshot

and an other Question:

Do I have do set a static ip on my router or just on Vista ?

americandude

  • PGP
  • Posts: 22
Re: I tried everything and it doesn't work
« Reply #5 on: May 01, 2008, 03:43:01 AM »
I thing this could be my mistake !!!

 ???

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: I tried everything and it doesn't work
« Reply #6 on: May 01, 2008, 04:19:00 AM »
Hey,
the comment line is my screenshot

and an other Question:

Do I have do set a static ip on my router or just on Vista ?

No, the command line startup is not in your screen shot.
Yes, you better have a static ip on your server.
You still haven't posted a screen shot of your NAT setup on your router.

americandude

  • PGP
  • Posts: 22
Re: I tried everything and it doesn't work
« Reply #7 on: May 01, 2008, 08:51:41 AM »
Hey
I hope this helps

Translation:

Immer ERLAUBEN means Allow ALLWAYS

Beliebig means Any

Questions about understanding problems?
Just post  ;)



americandude

  • PGP
  • Posts: 22
Re: I tried everything and it doesn't work
« Reply #8 on: May 01, 2008, 09:30:26 AM »
Can someone give me I guide then?
For startinga server with ports static ip and stuff

(I have Vista and my router is Netgear DG384GB)

americandude

  • PGP
  • Posts: 22
Re: I tried everything and it doesn't work
« Reply #9 on: May 01, 2008, 10:06:50 AM »
All works

You can close this

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: I tried everything and it doesn't work
« Reply #10 on: May 01, 2008, 10:22:45 AM »
How did you fix it?

MrLuke

  • Stingray
  • Posts: 68
Re: I tried everything and it doesn't work
« Reply #11 on: May 02, 2008, 12:56:13 AM »
Im guessing exactly how i fixed mine... i was also running vista..  for some reason i couldnt and still cant see my server running but it turned out everyone else actually can see it.
so im guessing his worked all along but he didnt no it.