I’m following the steps from here at 3.1 Task 1.A: Implement a Simple Kernel Module: https://seedsecuritylabs.org/Labs_20.04/Files/Firewall/Firewall.pdf Everything was fine until I ran the make command. the hello.ko file wasn’t generated and I don’t know what’s wrong. Answer You must add the license in hello.c. e.g.
Tag: firewall
How to protect an eBPF firewall in traffic filter (tc-bpf)
I’m going to implement a firewall on the traffic control classifier(man 8 tc-bpf). The firewall is to filter outgoing traffic. But, there is one point which makes the task really hard. My userspace agent must know, is that filter(classifier) loaded and passing all outgoing traffic through itself or not. Please tell me: How to protect loaded filter from unloading(tc filter
Can I run 2 node.js express using https on 2 specific ports?
I am facing an issue that I am not able to solve alone. I am running 2 node.js server instances on my linux server, but the one running on port 4000 is running well, but the one running on the port 6000 is not working. See below the example: Port 4000: Port 6000: I checked my port on my server