Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $165
Target: $400
41%
Page 1 of 10
1
2
3
>
Last
»
Showing results 1 to 25 of 235
Search took
0.01
seconds.
Search:
Posts Made By:
spumer
Forum:
Snippets and Tutorials
01-13-2021, 03:58
Replies:
99
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
32,160
Posted By
spumer
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
yea, it's ok
I do not understand where this message showed. Take a rule provide full info about problem.
Redirection just off load for game server not for bandwidth.
The main benefit is...
Forum:
Snippets and Tutorials
01-12-2021, 10:26
Replies:
99
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
32,160
Posted By
spumer
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Read about a2s_rules caching please
1. https://github.com/spumer/source-query-proxy/blob/master/examples/conf.d/00-globals.yaml#L42
2....
Forum:
Snippets and Tutorials
01-12-2021, 09:04
Replies:
99
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
32,160
Posted By
spumer
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Sorry, here i can not help. Try to follow "installing from sources" instruction
Forum:
Snippets and Tutorials
01-12-2021, 08:46
Replies:
99
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
32,160
Posted By
spumer
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
You do not met requirements (https://github.com/spumer/source-query-proxy-kernel-module/blob/master/src-ebpf/README.md#requirements)
bcc-tools >= 0.10.0 (depends on Kernel version, see...
Forum:
Snippets and Tutorials
01-12-2021, 06:42
Replies:
99
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
32,160
Posted By
spumer
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Please provide:
1. Full output of error
2. Installed Kernel version: uname -r
3. bcc version (use python which you set as executable for eBPF): python -c 'import bcc; print(bcc.__version__);'
Forum:
Snippets and Tutorials
01-03-2021, 23:46
Replies:
99
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
32,160
Posted By
spumer
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
As i can see sqproxy can not get a2s_rules response. This can happend due broken MTU value and can be fixed by plugin: https://forums.alliedmods.net/showthread.php?t=236521
If you do not like to...
Forum:
Snippets and Tutorials
01-03-2021, 15:49
Replies:
99
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
32,160
Posted By
spumer
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
It's just send UDP packets to server_ip:server_port. Ubuntu/CentOS/... does not matter.
Forum:
Snippets and Tutorials
01-03-2021, 14:54
Replies:
99
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
32,160
Posted By
spumer
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
TimeoutError mean server do not respond.
If you behind NAT, try to use local ip instead public or run game server if it turned off :)
Forum:
Snippets and Tutorials
01-02-2021, 14:26
Replies:
99
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
32,160
Posted By
spumer
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
first pid is sh
second is sqproxy
sqproxy create /var/run/sqproxy.pid (or /tmp/sqproxy.pid) file with pid and check it before run. This protection do not allow run multiple instances of sqproxy...
Forum:
Snippets and Tutorials
01-02-2021, 13:02
Replies:
99
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
32,160
Posted By
spumer
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
"Running.." mean application is running. You should use screen or any other tools to run it in background.
I don't test it for TF2. Bugs can be appeared.
EDIT: sqproxy don't closed silently....
Forum:
Snippets and Tutorials
01-02-2021, 10:23
Replies:
99
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
32,160
Posted By
spumer
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
>Exception: Could not find file redirect.c
Looks like you don't copy all files from folder https://github.com/spumer/source-query-proxy-kernel-module/tree/master/src-ebpf
redirect.c,...
Forum:
Snippets and Tutorials
01-02-2021, 09:40
Replies:
99
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
32,160
Posted By
spumer
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
You can check where pip command located by command: which pip
You need install pip for python2 (e.g.: apt-get install python-pip)
Then: python2 -m pip install pyroute2
Forum:
Snippets and Tutorials
01-02-2021, 08:56
Replies:
99
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
32,160
Posted By
spumer
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
You solve it?
Forum:
Snippets and Tutorials
01-02-2021, 06:56
Replies:
99
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
32,160
Posted By
spumer
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
@MAGNAT2645
If you use eBPF and setup script_path, then you should run application relative to that script_path
In your installation is where located './src-ebpf/redirect.py' or use absolute...
Forum:
Extensions
11-08-2020, 12:49
Replies:
158
[EXTENSION][L4D2] Left4Fix (2.0.3)
Views:
73,509
Posted By
spumer
Re: [EXTENSION][L4D2] Left4Fix (2.0.3)
No, i need new server.dll to make gamedata. Can you send it to me?
Forum:
Scripting
10-26-2020, 17:03
Replies:
16
Solved
[L4D2] Comp Rework Patches
Views:
942
Posted By
spumer
Re: [L4D2] Comp Rework Patches
Creating thread and answering here is longer than creating account and making PR or issue.
Dude, don't waste your and others time.
It will be good practice and github account can help you in...
Forum:
General
10-01-2020, 15:20
Replies:
341
L4D2 - The Last Stand Update - Issues and Bugs - Mega Thread
Views:
46,905
Posted By
spumer
Re: L4D2 - The Last Stand Update - Issues and Bugs - Mega Thread
Compiled for SM 1.6, but i think should work fine for new versions of SM too
Forum:
Extensions
09-27-2020, 16:41
Replies:
158
[EXTENSION][L4D2] Left4Fix (2.0.3)
Views:
73,509
Posted By
spumer
Re: [EXTENSION][L4D2] Left4Fix (2.0.3)
I'm walked trough all maps in Dead Center before release. Multiplier counter on final should be fixed by https://github.com/Accelerator74/l4d2_bugfixes, Left4Fix don't do that
EDIT: i was...
Forum:
Extensions
09-26-2020, 16:59
Replies:
158
[EXTENSION][L4D2] Left4Fix (2.0.3)
Views:
73,509
Posted By
spumer
Re: [EXTENSION][L4D2] Left4Fix (2.0.3)
So, i have a question to community (who use Left4Fix or want to try) about Tiebreaker.
Original logic check if teams use same defibs count and survivor multiplier counter (how much survivors are...
Forum:
Extensions
09-26-2020, 15:53
Replies:
158
[EXTENSION][L4D2] Left4Fix (2.0.3)
Views:
73,509
Posted By
spumer
Re: [EXTENSION][L4D2] Left4Fix (2.0.2)
v2.0.3rc was build for 10 players. If you test with another amount of survivors you can get unexpected results.
So. Now i test it by myself and all works fine:
- compute completion score for...
Forum:
Extensions
09-25-2020, 16:02
Replies:
158
[EXTENSION][L4D2] Left4Fix (2.0.3)
Views:
73,509
Posted By
spumer
Re: [EXTENSION][L4D2] Left4Fix (2.0.2)
https://github.com/spumer/Left4Fix/releases/tag/v2.0.3rc
Forum:
Extensions
09-24-2020, 15:55
Replies:
158
[EXTENSION][L4D2] Left4Fix (2.0.3)
Views:
73,509
Posted By
spumer
Re: [EXTENSION][L4D2] Left4Fix (2.0.2)
I still work to check all signatures and thanks to ProdigySim to help me, so it's first part of fixed gamedata
I guess no more changes needed, but who knows.
Windows version will be later, if...
Forum:
Extensions
09-18-2020, 18:05
Replies:
22
[L4D2] ConnectHook
Views:
11,094
Posted By
spumer
Re: [L4D2] ConnectHook
I don't know what you mean by stable, but i use it everyday
Forum:
Snippets and Tutorials
06-17-2020, 13:00
Replies:
99
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
32,160
Posted By
spumer
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
0.0.0.0 mean listen on all available interfaces
I can't help you manage your host man, you can try mail to support or googling your problem. This thread about sqproxy.
Can I help you somehow?
Forum:
Snippets and Tutorials
06-17-2020, 04:47
Replies:
99
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
32,160
Posted By
spumer
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
You can use any Autolunch method, e.g cron, use special key "@reboot" instead classic crontab schedule format to run after system reboot. You also can run it in short period and this will be ok cause...
Showing results 1 to 25 of 235
Page 1 of 10
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Server Discussion
Source Servers (SRCDS)
HL1 Servers (HLDS)
AMX Mod X
News
Bug Reports
General
Off-Topic
Plugins
Suggestions / Requests
Approved Plugins
New Plugin Submissions
Unapproved/Old Plugins
Translation Request
High-Traffic Plugins
GunGame
UAIO (Ultimate All-In-One Plugin)
xREDIRECT
CSDM
AMX Super
RuneMod
Zombie Plague Mod
SuperHero Mod
News
Tech Support
Scripting Help
Off-Topic / General Chat
Heroes
Suggestions / Requests
Approved Heroes
New Submissions
Unapproved/Old Heroes
Module Heroes
SuperHero Mod Stats - By 123
(OLD) Bug Reports
Scripting
Scripting Help
Code Snippets/Tutorials
Module Coding
Donor Access
SourceMod
News
General
Plugins
Plugins
Unapproved Plugins
Plugin/Gameplay Ideas and Requests
High-Traffic Plugins
SourceMod Anti-Cheat
Zombie:Reloaded
SourceBans / SourceBans++
VSH / Freak Fortress
Store
SM_Hosties
HLstatsX:CE
Scripting
Extensions
Snippets and Tutorials
Donor Access
Metamod: Source
Metamod:Source Plugins
Metamod:Source Questions
Coding MM:S Plugins & SM Extensions
Hosted Stuff
Asherkin's Plugins
TFDodgeball
TF2Items
SteamTools
Bail's Plugins
CSDM
CS:S DM
Off-Topic & Trash
Off-Topic
Trash
All times are GMT -4. The time now is
09:41
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode