This repository was archived by the owner on Jun 9, 2025. It is now read-only.
Hi, how do I know the file has been successfully installed and is working? #81
Answered
by
mintyYuki
sonchemjo999
asked this question in
Q&A
-
|
Please help me. |
Beta Was this translation helpful? Give feedback.
Answered by
mintyYuki
Aug 18, 2024
Replies: 1 comment
-
|
Hello, try this command -> "sudo nft list ruleset". You should see many rules in the output. If you want to verify if is it working - you can use the first command. It shows statistics for rules as well, you'll see how many packets and bytes were dropped by each rule. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mintyYuki
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, try this command -> "sudo nft list ruleset". You should see many rules in the output.
Also, you can check the sysctl.conf file (path: /etc/sysctl.conf), to see whether it's modified or not.
If you want to verify if is it working - you can use the first command. It shows statistics for rules as well, you'll see how many packets and bytes were dropped by each rule.