26

Re: [GUIDE] How to host a server on Linux

Detructor2 wrote:

"So does windows :-)"
nope, there you've to make partitions yourself...(have you ever set up a win xp?)

Windows is so complicated to install... Everything so technical, No suprise nobody uses it. </sarcasm> smile

27 (edited by Detructor2 2008-07-17 15:10:25)

Re: [GUIDE] How to host a server on Linux

lol @ catpaw big_smile

the prob is: there is no terminal/console on a windows system (maybe on a server, dunno), so it is not possible to do anything useful big_smile *SCNR*

28

Re: [GUIDE] How to host a server on Linux

Detructor2 wrote:

lol @ catpaw big_smile

the prob is: there is no terminal/console...nowhere...so it is not possible to do anything useful big_smile *SCNR*

There is Cygwin ( http://www.cygwin.com/ ), with this windows can start to be even a bit usefull afterall.

29

Re: [GUIDE] How to host a server on Linux

cygwin seems to be something like wine...but the other way round...correct?

30 (edited by catpaw 2008-07-17 15:21:51)

Re: [GUIDE] How to host a server on Linux

Detructor2 wrote:

cygwin seems to be something like wine...but the other way round...correct?

Almost, altough there are subtle difference. Wine does not require you to recompile the code for it, cygwin does. Cygwin applications run "almost" as native, they are just linked to the cygwin.dll which provides complete POSIX compatibility in a windows environment.

But the technical details aside, as standard user, you can install cygwin just like a normal windows application, and BAMM! you can have all standard unix components available to you in the cygwin window...

31 (edited by Tee 2008-07-17 15:30:46)

Re: [GUIDE] How to host a server on Linux

Detructor2 wrote:

nope.
there is only a MS-DOS prompt...

Okay, thanks. big_smile

EDIT:
...
Is there a substitute for sudo-s? yikes
Hehe

I'll be smarter if you try to be nicer. (lol big_smile )

32

Re: [GUIDE] How to host a server on Linux

Yeah, be the admin on your machine.

if($poster["intelligence"] == $intelligence["idiot"])
        deny_post($poster);

33

Re: [GUIDE] How to host a server on Linux

@Tee, I'm gonna spoil this now. Please don't ask all this n00b questions all over.

A terminal in Vista is what is called the Command Prompt. The fastest way to start it is by typing "cmd" into Run (in the start menu).

In cmd, you use the command "cd [path to your teeworlds-directory]".
Then you start the server with "teeworlds_srv -f [your configfile]".

Used to be very active waay back

34 (edited by zach 2008-07-18 01:00:12)

Re: [GUIDE] How to host a server on Linux

FireArrow wrote:

Please don't ask all this n00b questions all over.

+1

I think we have had just about enough of those questions.

zach @ quakenet.
Available for map-testing. Msg.

35

Re: [GUIDE] How to host a server on Linux

hmmmm.... i get this

[48a26800][engine]: running on unix-linux-ia32
[48a26800][engine]: arch is little endian
[48a26800][console]: executing 'teeworlds.cfg'
[48a26800][datafile]: datafile loading. filename='data/maps/dm1.map'
[48a26800][server]: data/maps/dm1.map crc is e6991fb3
[48a26800][server]: server name is 'unnamed server'
[48a26800][datafile]: loading data index=10 size=325
[48a26800][game]: -- Death Match --
[48a26800][server]: version 0.4 1bd7780b0f76307c
[48a26800][engine/mastersrv]: refreshing master server addresses
[48a26800][register]: refreshing ip addresses
[48a26800][engine/mastersrv]: saving addresses
[48a26800][register]: fetching server counts
[48a26803][register]: choosen 'master1.teeworlds.com' as master, sending heartbeats
[48a2680e][register]: ERROR: the master server reports that clients can not connect to this server.
[48a2680e][register]: ERROR: configure your firewall/nat to let trough udp on port 8303.

Proof of my ports being forwardedhttp://i197.photobucket.com/albums/aa276/crazyconfused1/Screenshot-PortRangeForward-Opera.png

SPEAK[img]http://i197.photobucket.com/albums/aa276/crazyconfused1/Freakazoid-English.gif[/img]OR I WILL IGNORE YOU~!!

36

Re: [GUIDE] How to host a server on Linux

Do you have some kind of firewall that's blocking the port, that has been overlooked?

Used to be very active waay back

37 (edited by confused1 2008-08-13 13:24:26)

Re: [GUIDE] How to host a server on Linux

hmmm, I don't believe so...No I don't
edit: doing ufw disable in terminal didnt help

SPEAK[img]http://i197.photobucket.com/albums/aa276/crazyconfused1/Freakazoid-English.gif[/img]OR I WILL IGNORE YOU~!!

38

Re: [GUIDE] How to host a server on Linux

Try enabling "DMZ" ..

Core2Quad QX9650 12MB 4x3,00GHz - Razer Lachesis - Corsair 8 GB XMS2 DDRII PC6400 RAM DualChannel - Nvidia GeForce 9800GX2 1GB PCI-E - Windows Vista Ultimate EN 64-bit

39 (edited by Lim-Dul 2008-09-17 12:35:38)

Re: [GUIDE] How to host a server on Linux

I see you have a WRT54GS, confused1.
The first step would be getting rid of that awful, awful Linksys firmware and changing it e.g. to Tomato (it's a foolproof procedure - basically like updating the official Firmware):

http://polarcloud.com/tomato

Documentation here:

http://en.wikibooks.org/wiki/Tomato_Firmware

DO NOT put your computer into the DMZ a.k.a. Demilitarized Zone since this very much defies the concept of being behind a router unless it's a dedicated machine not used for anything else and not storing any sensitive data.

When you're running Tomato we can at least be sure that the router itself can't be responsible for any problems given proper port forwarding settings. smile

War does not determine who is right - only who is left. - Bertrand Russell
---
http://www.gametracker.com/clan/spa/

40

Re: [GUIDE] How to host a server on Linux

a short info
in part 2.1 you must maybe type
chmod +x teeworlds_srv

(befor you can start it)

41

Re: [GUIDE] How to host a server on Linux

Would the creator of this guide accept to have his guide placed in the Teewiki?

See www.teewiki.info for more information and http://teewiki.info/wiki/Map_Editor_Tutorial for an example of how your guide can be integrated.

It will provide a new way for people to find information while at the same time be very easy to edit for future changes.

42

Re: [GUIDE] How to host a server on Linux

This guide has been added to Teewiki. If someone disagrees, please use the specific Talk-page to address any issues.

43

Re: [GUIDE] How to host a server on Linux

I made a little Video that shows how to compile from source if there are any problems with starting the binary:

http://www.youtube.com/watch?v=pOvTROExC2E smile