From 58e88c8f31776b508457091b32bda3679a1874c8 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 21 May 2019 05:43:13 -0600 Subject: [PATCH] Update page '4. Applying changes Restarting Fail2Ban' --- 4.-Applying-changes----Restarting-Fail2Ban.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 4.-Applying-changes----Restarting-Fail2Ban.md diff --git a/4.-Applying-changes----Restarting-Fail2Ban.md b/4.-Applying-changes----Restarting-Fail2Ban.md new file mode 100644 index 0000000..9e01034 --- /dev/null +++ b/4.-Applying-changes----Restarting-Fail2Ban.md @@ -0,0 +1,12 @@ +# Restarting Fail2Ban +After updating your configuration files, copying configuration files from this repo, and/or using the Convenience Script, you must restart Fail2Ban to activate changes. This is a simple 3 step process. + +1. Restart F2B service +2. Check status of F2B +3. Confirm via F2B-client + +```bash +systemctl restart fail2ban.service +systemctl --full --no-pager status fail2ban.service +fail2ban-client status +```