View Single Post
spumer
Senior Member
Join Date: Aug 2011
Old 01-02-2021 , 05:56   Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Reply With Quote #71

@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 path to run from any folder

Then, i guess bpfcc-tools installed for python2, not for python3.7. This is why you see ModuleNotFoundError: No module named 'bcc'

TODO:
1. Change eBPF executable to python2
2. Use absolute path to redirect.py
__________________

Last edited by spumer; 01-02-2021 at 05:56.
spumer is offline