Mac OS X public server hosting problem

Need help seting up a server, or have a question on how to run one? This is the place.
Post Reply
Bacon
Private First Class
Private First Class
Posts: 20
Joined: Mon May 04, 2009 3:30 pm

Mac OS X public server hosting problem

Post by Bacon »

I've been trying to host my own public server for awhile now, I really don't understand it and I'm having a really hard time. I got my configuration fle perfect, I've port forwarded a port for my server but when I run all the commands in the terminal all of this comes up:

Code: Select all

Last login: Sat Jun 11 16:52:42 on ttys001
/Users/Me/Desktop/Bzflag_Server/awesome.command ; exit;
gabe-lavails-macbook:~ Me$ /Users/Me/Desktop/Bzflag_Server/awesome.command ; exit;
set variable: _tankSpeed = 200.000000
using world size of "1600"
LIBCURL version:  libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3
ColDet Octree obstacles = 55
  grid extent[0] = -400.000000, 400.000000
  grid extent[1] = -400.000000, 400.000000
  grid extent[2] = 0.000000, 800.000000
  world extent[0] = -400.000000, 400.000000
  world extent[1] = -400.000000, 400.000000
  world extent[2] = 0.000000, 32.000000
ColDet Octree leaf nodes  = 149
ColDet Octree total nodes = 190
ColDet Octree total elements = 335
Collision Octree processed in 0.001 seconds.
Map size: uncompressed = 2045, compressed = 488
style: 1bb
  capture the flag
  super flags allowed
  jumping allowed
  all shots ricochet
  antidote flags
There is a voting arbiter with the following settings:
	vote time is 60 seconds
	veto time is 2 seconds
	votes required are 2
	vote percentage necessary is 50.099998
	vote repeat time is 300 seconds
	available voters is initially set to 9
Running a public server with the following settings:
	public address is bacon.dyndns-mail.com:5154
CURLOPT_URL is : http://bzflag.org/master-bans.txt
Loaded master ban list from http://bzflag.org/master-bans.txt
	listening on 0.0.0.0:5154
	with title of "TESTING FIRST TIME HOSTING"
CURLOPT_URL is : http://my.bzflag.org/db/
It says its publicly hosting but It shows my IP for the server not the bacon.dyndns-mail.com in which I have it set, and it doesn't even show the public description. I've asked people to try and join but they say that the server is not found. Can anybody help me I'm getting really frustrated with this...
candy on me head n.n
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: Mac OS X public server hosting problem

Post by blast »

The one with your IP and no description is just being detected locally via a multicast discovery (or some other method - not sure) on your LAN. The game client automatically detects servers on the LAN running on port 5154.

Check the list itself and see if you see your server: http://my.bzflag.org/db/?action=LIST
"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
Bacon
Private First Class
Private First Class
Posts: 20
Joined: Mon May 04, 2009 3:30 pm

Re: Mac OS X public server hosting problem

Post by Bacon »

blast wrote:The one with your IP and no description is just being detected locally via a multicast discovery (or some other method - not sure) on your LAN. The game client automatically detects servers on the LAN running on port 5154.

Check the list itself and see if you see your server: http://my.bzflag.org/db/?action=LIST
I don't understand... Also my server does not show up on the link whenever its running.
candy on me head n.n
User avatar
Grans Remedy
Private First Class
Private First Class
Posts: 91
Joined: Sun Dec 05, 2004 10:47 pm
Location: New Zealand

Re: Mac OS X public server hosting problem

Post by Grans Remedy »

What's this?

Code: Select all

awesome.command ; exit;
Anyhoo...

IIRC the server will listen on the default ip address of the box, so 0.0.0.0 is ok unless you're doing some NAT stuff. I assume you have DNS records for bacon.dyndns-mail.com pointing to the ip address of your server? nslookup this domain I get:

Code: Select all

blackbox:/home/grans # nslookup bacon.dyndns-mail.com
Server:         203.114.168.2
Address:        203.114.168.2#53

Non-authoritative answer:
Name:   bacon.dyndns-mail.com
Address: 65.19.24.77
But I can't connect bzf client to this ip on port 5154
What port-forwarding is going on, and have you checked your firewall to ensure it allows tcp & udp traffic on port 5154?

Grans
No coffee, no workee
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: Mac OS X public server hosting problem

Post by blast »

Have you also checked if your ISP allows you to host servers?
"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