Hi, how do I know the file has been successfully installed and is working? #81
Answered
by
yuk1c
sonchemjo999
asked this question in
Q&A
-
Please help me. |
Beta Was this translation helpful? Give feedback.
Answered by
yuk1c
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
yuk1c
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.