ETMods.net

N!tmod, a Wolfenstein: Enemy Territory Modification!

You are not logged in.

Announcement

You can donate to help us keeping services online.

#1 14-Feb-12 10:59:53

mankinen
Member
Registered: 04-Dec-11
Posts: 5

Map download speed problem

Hi!

Don´t know if this is the right place to ask but I have a problem with users who are trying to download maps and mods from my server.
I have tried to lift up the speed from etserver.cfg file so that users could get stuff faster than 13kb/s-20kb/s. But nothing have worked out... Is there any solution to this problem? Could I put my dropbox link to the url section so that they could download stuff thru there?
I have googled this problem but havent found any solution sad

System which I use:
Debian
ET 2.60b + nitmod, 2.2 beta 2

And I´m newbie about linux, so if someone has solution to this (maybe some ports which arent open?) could make simple instructions big_smile

Thank You for help! And Happy Valentine´s Day big_smile

Last edited by mankinen (14-Feb-12 11:01:27)

Offline

#2 15-Feb-12 19:35:41

Muppetuk
Member
Registered: 15-Jan-12
Posts: 4

Re: Map download speed problem

Its always going to be slow downloading direct from your server

to speed up the downloads you need to use the redirect options
(sometimes you can trick the server into using the server as a redirect but its not recommended as you open all your configs)

Offline

#3 16-Feb-12 13:53:00

mankinen
Member
Registered: 04-Dec-11
Posts: 5

Re: Map download speed problem

Well, can anyone recommend a good place to host those files?

Offline

#4 16-Feb-12 18:28:28

blindman
BETA Tester
From: champlain valley new york
Registered: 04-Sep-11
Posts: 48
Website

Re: Map download speed problem

not sure if there any good free ones anymore, used to be http://escapedturkey.com/ , but i dont know now.

Last edited by blindman (16-Feb-12 18:29:34)


b_350_20_5A6C3E_383F2D_D2E1B5_2E3226.png

Offline

#5 17-Feb-12 20:31:43

Sol
Member
Registered: 20-Dec-10
Posts: 10

Re: Map download speed problem

Ohm. This is probably server side issue, N!trox could fix it in your ETFix's project

Offline

#6 18-Feb-12 19:11:56

OldMan
BETA Tester
Registered: 23-Sep-10
Posts: 103

Re: Map download speed problem

"set sv_wwwBaseURL" in your server.cfg but refers to your ET root directory?

For extern hosting see her (german):  http://www.netcup.de/hosting

Offline

#7 18-Feb-12 22:33:20

blindman
BETA Tester
From: champlain valley new york
Registered: 04-Sep-11
Posts: 48
Website

Re: Map download speed problem

OldMan wrote:

"set sv_wwwBaseURL" in your server.cfg but refers to your ET root directory?

For extern hosting see her (german):  http://www.netcup.de/hosting

thats the redirect cvar, would normally point to an external hosting site.
you 'can' point it to your server ip, i assume it would be running a webserver as well.


b_350_20_5A6C3E_383F2D_D2E1B5_2E3226.png

Offline

#8 19-Feb-12 03:42:17

OldMan
BETA Tester
Registered: 23-Sep-10
Posts: 103

Re: Map download speed problem

Right, Apache or another web server must be running

- create a  virtual host to  /var/www /  e.g.  / var/www/download (use Webmin that makes it easier  www.webmin.com )
- Create symlinks from your mod folder and etmain in /var/www/download
- Eight out that only the "pk3 files" read status public will not get the configs !!!
- Refer to the variable "set sv_wwwBaseURL" on the virtual host

Offline

#9 19-Feb-12 17:29:10

blindman
BETA Tester
From: champlain valley new york
Registered: 04-Sep-11
Posts: 48
Website

Re: Map download speed problem

yes webmin, very nice tool for admins


b_350_20_5A6C3E_383F2D_D2E1B5_2E3226.png

Offline

#10 20-Feb-12 23:12:18

Lenha
BETA Tester
From: Caxias do Sul - RS - Brazil
Registered: 08-Oct-10
Posts: 59

Re: Map download speed problem

blindman wrote:

yes webmin, very nice tool for admins


Currently this form of attack is becoming common in all the games and servers based on Quake, such as:

    Wolfenstein: Enemy Territory
    Call of Duty 4
    Call of Duty 2
    Urban Terror
And many other games that are vulnerable to this flaw. What the attacker does is send an information request to the server and it returns something like

Except that this request is performed thousands of times what affect server performance. There are other problems beyond the performance, plus the main performance and ease that one person alone can multiple servers.

Linux Servers: No Linux is easier since you can create iptables rules blocking it. This script created in the forum Wolffiles is quite complete.

http://wolffiles.de/filebase/getstatus_ban_1.5.zip

http://www.wolffiles.de/index.php?forum-showposts-44-p1

WINDOWS Servers: For Windows the process is more complicated, as there is a firewall in Linux. More on the mailing list icculus.org was released by a user with two DLLs that must be placed in the same folder where the main executable server.

Download: http://www.mediafire.com/?ekee9cqa51j0c2d

As new information is appearing'm updating this topic.


b_350_20_692108_381007_FFFFFF_000000.png

Offline

#11 21-Feb-12 22:43:56

OldMan
BETA Tester
Registered: 23-Sep-10
Posts: 103

Re: Map download speed problem

The info is not new. The Script V1.5 is out of date,

getstatus_ban V1.7

is the last version. This will be downloaded from my homepage. When a problem with the script please write in the forum of wolffiles.de

http://et-zone.de/downloads/?action=download&id=14

note:
Nitrox has the etded.x86 recompiled and fixed the exploit. Unfortunately, without PunkBuster support. Read more here at ETFix.

Offline

#12 30-Apr-12 21:30:14

Chninkel
Member
Registered: 26-Apr-12
Posts: 15

Re: Map download speed problem

- create a  virtual host to  /var/www /  e.g.  / var/www/download (use Webmin that makes it easier  www.webmin.com )
- Create symlinks from your mod folder and etmain in /var/www/download
- Eight out that only the "pk3 files" read status public will not get the configs !!!
- Refer to the variable "set sv_wwwBaseURL" on the virtual host

Does it mean that all files could be directly downloaded from etmain ? Without ftp redirect ?

Offline

#13 01-May-12 10:25:00

OldMan
BETA Tester
Registered: 23-Sep-10
Posts: 103

Re: Map download speed problem

It is very important here the exact assignment of file rights!

Yes. Please use additional bandwidth limiter for Apache 2 (mod_bw) to protect your server network connection.

But better to download from an external web space. (prevents lags)

Offline

Board footer

Powered by FluxBB