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?