problem

Need help seting up a server, or have a question on how to run one? This is the place.
Post Reply
User avatar
yourmom
Private First Class
Private First Class
Posts: 65
Joined: Mon Aug 01, 2005 6:31 pm
Location: Memphis, TN

problem

Post by yourmom »

my server is acting very wierd, can someone try to explain the problem?


:cry:




THIS IS WHAT IT SAYS
Attachments
Picture 19.png
(30.41 KiB) Downloaded 22 times
Owner @ Yourmom
User avatar
Triumph of the Soul
Corporal
Corporal
Posts: 294
Joined: Thu Jul 06, 2006 4:32 pm
Location: Minnesota

Post by Triumph of the Soul »

I also recieve this error. It may be quite trivial but I would like to know what is up too.
Image
Creator @: Duck or Die, Duck or Die CTF, Fuel Stack, Guernica, Normal, Frayed
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Post by blast »

You didn't forward the port properly.
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
User avatar
CannonBallGuy
Private First Class
Private First Class
Posts: 2083
Joined: Wed Apr 12, 2006 1:31 am
Contact:

Post by CannonBallGuy »

It means you're having trouble connecting to the list server.
If you're behind a proxy, you may have had to add this line to your client cfg:

Code: Select all

set list http://my.bzflag.org:81/db
You may also need to add:

Code: Select all

-publiclist http://my.BZFlag.org:81/db/

to your server conf.
Image

Merry Christmas!

"Look, if I don't buy booze for the kids, I don't get any incriminating pictures to show to their parents, my business goes down the sink, my girlfriend leaves me and the baby goes on ebay. So help me search..."

"go Play With Toys urself in a dark alley u donkey ******" - Lt-Kirby2007
User avatar
yourmom
Private First Class
Private First Class
Posts: 65
Joined: Mon Aug 01, 2005 6:31 pm
Location: Memphis, TN

Post by yourmom »

how would i add set list http://my.bzflag.org:81/db to my client cfg[/quote]
Owner @ Yourmom
User avatar
CannonBallGuy
Private First Class
Private First Class
Posts: 2083
Joined: Wed Apr 12, 2006 1:31 am
Contact:

Post by CannonBallGuy »

That is not what I am telling you to do.
If you already did it, it may be a sign that you need to add

Code: Select all

-publiclist http://my.BZFlag.org:81/db/
to your server conf.
If you didn't do it and you can play with global reg, then this is probably not relevant to your problem.
As blast said, check your port forward settings.
Image

Merry Christmas!

"Look, if I don't buy booze for the kids, I don't get any incriminating pictures to show to their parents, my business goes down the sink, my girlfriend leaves me and the baby goes on ebay. So help me search..."

"go Play With Toys urself in a dark alley u donkey ******" - Lt-Kirby2007
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Post by blast »

I would first make sure that users from the outside can connect to your server. I have seen that issue myself, and it has always been a port forwarding issue, or a publicaddr issue.
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
flight
Private First Class
Private First Class
Posts: 58
Joined: Sat Mar 03, 2007 3:47 am

Post by flight »

yes! port-forwarding. there was a post on this exact situation a while back. what you can do to test it is enable DMZ to your internal IP. if it works after that then it is a port problem. if it still doesn't work (which i bet it will work) then i have no idea. (but it will work :P)
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Post by blast »

Or, you know, just forward the port correctly. It's usually an issue when people don't use static IPs on their machine hosting the server. The IP changes internally, and they don't adjust where the port forwards to on their router.
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
User avatar
yourmom
Private First Class
Private First Class
Posts: 65
Joined: Mon Aug 01, 2005 6:31 pm
Location: Memphis, TN

Post by yourmom »

how do i enable dmz to my internal ip and how do i find my static ip?
Owner @ Yourmom
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Post by blast »

http://www.google.com

I would not recommend using a DMZ. It fully exposes a computer to the Internet.

Do you even know how to configure your router? Hosting a server is not trivial. It requires knowledge of networking.
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
flight
Private First Class
Private First Class
Posts: 58
Joined: Sat Mar 03, 2007 3:47 am

Post by flight »

yes it does. however it is a quick way to test if it is a port forwarding problem. basically think of DMZ as a way to forward every port strait to your computer. and yes that means possible attacks too. BUT do if for a second, see if you can get a server going and shut it down. the only reason you would enable DMZ is if you can't find out what is wrong with your ports. if you are looking at it and it looks like it should be working and you are frustrated. that's all i recoment DMZ for, but blast is 100% right. it isn't safe especially if you have a static IP address. read the instructions that your router came with. by any chance are you using an apple airport base station?
User avatar
CannonBallGuy
Private First Class
Private First Class
Posts: 2083
Joined: Wed Apr 12, 2006 1:31 am
Contact:

Post by CannonBallGuy »

flight
It's possible yourmom never even forwarded any ports.
Let him do some research and try that... Then, if he thinks he correctly forwarded his port(s) and still has the same error he can try such trouble-shooting ideas.
Image

Merry Christmas!

"Look, if I don't buy booze for the kids, I don't get any incriminating pictures to show to their parents, my business goes down the sink, my girlfriend leaves me and the baby goes on ebay. So help me search..."

"go Play With Toys urself in a dark alley u donkey ******" - Lt-Kirby2007
User avatar
yourmom
Private First Class
Private First Class
Posts: 65
Joined: Mon Aug 01, 2005 6:31 pm
Location: Memphis, TN

Post by yourmom »

i already forwarded my ports through my linksys router
Owner @ Yourmom
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Post by blast »

Now, have someone connect to it from the outside to verify that claim.
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
Post Reply