Hosting trouble: SERVER_DNS

Post here if you need help setting up your server, etc.
Post Reply
nelg

Hosting trouble: SERVER_DNS

Post by nelg »

i tried to host my own server and noone finds it. heres what i did:

Code: Select all

talk_to_master 1
server_dns 192.168.0.100
local_user nelg (PASSWORD)
user_level nelg@ -2
user_alias nelg@ nelg@aagid
user_level nelg@aagid -2
trust_lan 1
language_first script
cycle_rubber 30
cycle_delay -1
LADDERLOG_WRITE_ALL 1
ping_charity -90
SERVER_NAME Nelg's testing server.
SERVER_OPTIONS Special Script!
And i enabled portforwarding in the firewall (allow UDP port:4534)
I cant figure out the problem
snake
Average Program
Posts: 59
Joined: Thu Oct 13, 2011 6:24 am

Re: Server Host

Post by snake »

I can host your server. Its 1$ 8 slots so,

8 slot server $1.00/m
16 slot server $2.00/m
24 slot server $3.00/m
32 slot server $4.00/m

I can setup a free test server for you to test the preformance. For more info look at TronHost.net or mail me at info@tronhost.net. (or reply to this topic ofc :P)
User avatar
Z-Man
God & Project Admin
Posts: 11717
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Server Host

Post by Z-Man »

nelg wrote:server_dns 192.168.0.100
That would be the problem. Clients will try to contact your server as 192.168.0.100, which is a LAN address and not routed over the Internet. Get rid of it.
nelg wrote:user_level nelg@ -2
Don't do that. 0 is the highest access level. Negative levels are not supported (they worked in the 0.2.8 releases, but don't any more.)
nelg wrote:cycle_delay -1
Don't do that. Values lower than 0 have no effect, and even 0 itself is unsupported and will cause odd behaviour when people doublebind, which they do.
nelg wrote:ping_charity -90
Gaaaaa! Lucky for you, this setting has no effect on the server. But do you realise what ping charity is supposed to be? What charity is supposed to be? So do you realise what NEGATIVE CHARITY would be?
nelg

Re: Hosting trouble: SERVER_DNS

Post by nelg »

ZMAN: Actually the language file has these text in it:

Code: Select all

config_accesslevel_-2       0x0000ffOwner0xffffff
config_accesslevel_-1       0x0000ffCo.Owner0xffffff
config_accesslevel_0        0x00ffffHoster0xffffff
config_accesslevel_1        0xffa858Super Administrator0xffffff
config_accesslevel_2        0xe3aa00Moderator0xffffff
config_accesslevel_3        Moderator-2
config_accesslevel_4        Moderator-3
config_accesslevel_5        0xe3aa00Armatrator0xffffff
config_accesslevel_7        0xe3aa00Team Leader0xffffff
config_accesslevel_8        0xe3aa00Team Member0xffffff
config_accesslevel_12       0x452886Local User0xffffff
config_accesslevel_15       0x452886Remote User0xffffff
config_accesslevel_16       0xe3aa00Fallen from Grace0xffffff
config_accesslevel_17       0xe3aa00Shunned0xffffff
config_accesslevel_18       OP-ed-5
config_accesslevel_19       0xe3aa00Authenticated0xffffff
config_accesslevel_20       0xe3aa00Program0xffffff
config_accesslevel_21       0x00ffffCONSEQUENCES0xffffff
It says there are 3170 lines in the file tho. Isn't that a lot?
Snake wrote:
I can host your server. Its 1$ 8 slots so,

8 slot server $1.00/m
16 slot server $2.00/m
24 slot server $3.00/m
32 slot server $4.00/m
snake: I aready talked to you On Lightcycle Grid. I told you i dont want to pay for a server.
User avatar
Z-Man
God & Project Admin
Posts: 11717
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Hosting trouble: SERVER_DNS

Post by Z-Man »

That's not our language file, nor is it sty's. It has no authority. Where is it from?
nelg wrote:It says there are 3170 lines in the file tho. Isn't that a lot?
For a file containing everything the game will ever print to the screen? No.
User avatar
kyle
Reverse Outside Corner Grinder
Posts: 1975
Joined: Thu Jun 08, 2006 3:33 pm
Location: Indiana, USA, Earth, Milky Way Galaxy, Universe, Multiverse
Contact:

Re: Hosting trouble: SERVER_DNS

Post by kyle »

Z-Man wrote:That's not our language file, nor is it sty's. It has no authority. Where is it from?
/me points at loverboy's Alpha Project
Image
User avatar
Z-Man
God & Project Admin
Posts: 11717
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Hosting trouble: SERVER_DNS

Post by Z-Man »

Thought so, after remembering his support thread about it. Grumble.
Post Reply