1

Topic: Can't see nor connect to local Server anymore

Hi there.
A week ago i decided to spread some love by turning my old computer into a linux-server running all them fancy services like teamspeak, tetrinet - and of cause - Teeworlds.
I've installed it using apt-get, package name "teeworlds-server" on a Sidux-distribution (debian sid-based, kernel 2.6.28-3.slh.3-sidux-686 i686, Athlon XP 2000+ 256 KB cache flags( sse ) clocked at 1666.580 MHz).
The server worked well right after i installed & configured it, but for some reason i can't connect to it anymore, nor see it in the server-browser (neither lan nor internet tab).
Other servers on the machine still work as they should, only teeworld is *itching around.

Heres my config:

sv_name The Woodland Project
sv_scorelimit 20
sv_timelimit 12
sv_gametype dm
sv_rcon_password here_goes_a_secret_phrase
sv_motd Woodland Project Teeworlds Server - http://woodland.ath.cx
sv_max_clients 8
sv_spectator_slots 2
sv_rounds_per_map 1
sv_register 1
sv_warmup 18

And here's the way i start the Server via /init.d/rc.local:

su -c "nohup teeworlds-server -q -f /home/germanme/.teeworlds/config.cfg > /dev/null &" germanme

What confuses me the most is the fact that the Server is definitively running (checked via 'ps -x') but ain't even showing up when using nmap right on the machine it's running on. Cant connect to it via another computer inside the LAN anymore too, wich worked before. I realy have no idea what i might have done to cause this to happen.
Anyone got a clue what will most likely be causing my problem?

2

Re: Can't see nor connect to local Server anymore

Start the server just by running ./teeworlds_srv -f /home/germanme/.teeworlds/config.cfg and see what errors you might get.

3 (edited by GermanME 2009-02-07 12:46:57)

Re: Can't see nor connect to local Server anymore

It's getting stranger and stranger.

germanme@woodland:~$ teeworlds-server -f ~/.teeworlds/config.cfg
[498d5f38][engine]: running on unix-linux-ia32
[498d5f38][engine]: arch is little endian
[498d5f38][console]: executing '/home/germanme/.teeworlds/config.cfg'
[498d5f38][console]: executing '/home/germanme/.teeworlds/autoexec.cfg'
[498d5f38][datafile]: datafile loading. filename='data/maps/dm1.map'
[498d5f38][server]: data/maps/dm1.map crc is e6991fb3
[498d5f38][server]: server name is 'The Woodland Project'
[498d5f38][datafile]: loading data index=10 size=325
[498d5f38][game]: -- Death Match --
[498d5f38][server]: version 0.4 1bd7780b0f76307c
[498d5f38][engine/mastersrv]: refreshing master server addresses
[498d5f38][register]: refreshing ip addresses
[498d5f39][engine/mastersrv]: saving addresses
[498d5f39][register]: fetching server counts
[498d5f3c][register]: choosen 'master4.teeworlds.com' as master, sending heartbeats
[498d5f40][register]: no firewall/nat problems detected
[498d5f40][register]: server registered

I'm on ADSL with my ISP disconnecting me every 24h, but i should be reachable via woodland.ath.cx all the time thanks to dyndns.org - i'd be thankful for joining-attempts or even portscans + the relevant feedback.

Server schould be running on the default port (8303) - I've set up my router to redirect it.
(It uses UDP only, does it?)

Edit:
It came to my mind that iv'e installed "moblock" rescently. *Might* inflict the problem, i'll check into it tomorrow. Would like to know if connections to woodland.ath.cx with "outside" teeworlds-clients on standard-port are possible anyhow (server running as invoked in this post atm).

4

Re: Can't see nor connect to local Server anymore

Ooooooowwwwwkay.... i'm a german and i had a bunch of beers... but... well there realy was people joining my server.

[498d68fd][game]: pickup player='2:Schütze Benjamin (S.C.)' item=1/0
[498d68fe][game]: pickup player='2:Schütze Benjamin (S.C.)' item=1/0
[498d68ff][game]: pickup player='2:Schütze Benjamin (S.C.)' item=2/2
[498d6901][game]: pickup player='1:[BOD-Leader]D@ni' item=1/0
[498d6901][game]: pickup player='1:[BOD-Leader]D@ni' item=1/0
[498d6903][game]: pickup player='2:Schütze Benjamin (S.C.)' item=2/3
[498d6904][game]: kill killer='2:Schütze Benjamin (S.C.)' victim='1:[BOD-Leader]D@ni' weapon=3 special=0
[498d6904][game]: pickup player='2:Schütze Benjamin (S.C.)' item=0/0
[498d6904][game]: pickup player='2:Schütze Benjamin (S.C.)' item=0/0
[498d6906][net_server]: client dropped. cid=1 reason="no reason given"
[498d6906][chat]: *** [BOD-Leader]D@ni has left the game
[498d6906][net]: sendto error -1 ffffffff
[498d6906][game]: leave player='1:[BOD-Leader]D@ni'
[498d6906][game]: pickup player='2:Schütze Benjamin (S.C.)' item=0/0
[498d6906][game]: pickup player='2:Schütze Benjamin (S.C.)' item=1/0
[498d6906][game]: pickup player='2:Schütze Benjamin (S.C.)' item=0/0
[498d6906][game]: pickup player='2:Schütze Benjamin (S.C.)' item=0/0
[498d6907][game]: pickup player='2:Schütze Benjamin (S.C.)' item=0/0
[498d6908][net_server]: client dropped. cid=2 reason="no reason given"
[498d6908][chat]: *** Schütze Benjamin (S.C.) has left the game
[498d6908][net]: sendto error -1 ffffffff
[498d6908][game]: leave player='2:Schütze Benjamin (S.C.)'

Looks like the problem is more or less solved. I'm still wondering why i can't see/join my own server inside of my own lan, but once i've figured it out i'll post it here.

Good guesses on the local-connect-problem still aprechiated.

5

Re: Can't see nor connect to local Server anymore

GermanME wrote:

Looks like the problem is more or less solved. I'm still wondering why i can't see/join my own server inside of my own lan, but once i've figured it out i'll post it here.

Good guesses on the local-connect-problem still aprechiated.

I cannot see it, too. I do the following workaround: I simply connect to localhost:8303

Antoine de Saint Exupéry: It seems that perfection is reached not when there is nothing left to add, but when there is nothing left to take away.
Besides -  I am the gfx guy!

6

Re: Can't see nor connect to local Server anymore

Not sure if it's relevant, but following lines appeared in the servers terminal a few minutes ago:

[498d6d58][register]: choosen 'master1.teeworlds.com' as master, sending heartbeats
[498d6d5a][register]: no firewall/nat problems detected
[498d6d5a][register]: server registered
[498d6d83][net]: sendto error -1 ffffffff

Plus i cannot start the linux-client (on the server-computer) anymore, gives me the following error message:

germanme@woodland:~$ teeworlds
/usr/lib/games/teeworlds/teeworlds: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory