-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Help] No way to ban IPs #40
Comments
The issue described above was due to TZ misconfiguration in Bitwarden container (UTC vs CET). The ban was already was ended at the time it began... What is your advise ? F2B_IPTABLES_CHAIN=DOCKER-USERThis is the issue 36
F2B_IPTABLES_CHAIN=INPUT
F2B_IPTABLES_CHAIN=FORWARD
|
Hi @sosandroid, this error seems related to Synology and/or iptables version. Maybe this thread can help you: https://serverfault.com/questions/664160/fail2ban-error-on-setting-iptables-on-synology-nas |
Thank you @crazy-max Without reading this thread, I tried the proposed solution : moving to the DROP command.
|
@sosandroid Can you post all config files without sensitive values? ( |
Hello, From your request I realized I did not used any To respond the question about Bitwarden, I am using it through Docker with Here we go with a working solution on Synology: Modifying the
Setting the filter :
Setting jail
Last but not least, the
The issue was about adding capabilities NET_ADMIN and NET_RAW according to my understanding. The Synology's Docker GUI does not allow such settings. |
Closed |
Full solution pushed there : https://github.com/sosandroid/docker-fail2ban-synology |
Hi there,
Just trying to set up properly Bitwarden_rs + Fail2ban on a Synology NAS using Docker's containers. I run a DS718+ with latest DSM and using the built-in reverse proxy.
At this time I went around most issues except one : the ban does not work despite the logs. What did I missed ?
Here the setup :
dani-garcia/bitwarden_rs
crazy-max/docker-fail2ban
The jail :
The filter:
Bitwarden log :
F2B Log:
The text was updated successfully, but these errors were encountered: