View Single Post
spumer
Senior Member
Join Date: Aug 2011
Old 01-11-2018 , 02:08   Re: [Linux] [PoC] DDoS Protection - Kernel redirection!
Reply With Quote #17

Looks like no netfilter support in your Linux kernel version (compiler can't find nf_unregister_hook function)

Just add CONFIG_NETFILTER=y to your kernel config file and recompile kernel.
Or use "make menuconfig" and setup this option through GUI.

Quote:
Originally Posted by 404UserNotFound View Post
I want to do this for my Linux VPS but I'm too afraid of fucking something up.
May be later i create more simpler way to install and customize "solution". If you fuck your system just revert changes.
__________________

Last edited by spumer; 01-11-2018 at 02:16.
spumer is offline