Difference between revisions of "How to server"

From QWiki
*>Mushi
*>Mushi
m
Line 4: Line 4:
 
Modern modification: [[ktx]]<br />
 
Modern modification: [[ktx]]<br />
  
 +
It is preconfigured, just asks the user simple questions to complete the configuration. Take note on the ports the servers will be running (you must know them to connect to the servers)
  
 
== KTX Server Setup ==
 
== KTX Server Setup ==
Line 10: Line 11:
  
 
== Firewall Configuration ==
 
== Firewall Configuration ==
iptables -A PREROUTING -t nat -p udp -i eth1 --dport 27500 -j DNAT --to 192.168.0.1:27500
+
''iptables -A PREROUTING -t nat -p udp -i eth1 --dport 27500 -j DNAT --to 192.168.0.1:27500''
  
 
== Raspberry Pi server ==
 
== Raspberry Pi server ==

Revision as of 09:20, 23 April 2014

The easiest way of running a server is installing nQuakesv package. webpage

Modern QuakeWorld server: MVDSV
Modern modification: ktx

It is preconfigured, just asks the user simple questions to complete the configuration. Take note on the ports the servers will be running (you must know them to connect to the servers)

KTX Server Setup

Firewall Configuration

iptables -A PREROUTING -t nat -p udp -i eth1 --dport 27500 -j DNAT --to 192.168.0.1:27500

Raspberry Pi server

eb compiled mvdsv and ktx binaries for Raspberry Pi.
Download the raspberry pi binaries from here
Test results:
- with 7 players + 1 spec, cpu usage was around 80% with everyone spamming sng at dm3 outside
- in conclusion it will be enough for 2on2, not sure on a competitive 4on4 match.

Spike also compiled binaries for FTE, both client and server. Download them from here