mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #501] fail2ban not banning #315
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#315
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @uchagani on GitHub (Jun 8, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/501
I can't get fail2ban to ban any ip addresses.
I'm running bitwarden_rs behind a reverse proxy (caddy). My caddy ports are
8343and4112(websocket)my conf file:
My jail file:
My bitwarden_rs log file message:
I've verified that fail2ban is loading the bitwarden configs:
Any ideas why fail2ban isn't banning users?
@uchagani commented on GitHub (Jun 9, 2019):
So it looks like the issue was that the fail2ban version included in the debian repos does not support ipv6. once installing a newer version I am seeing the ban messages from fail2ban. However, the ban isn't really doing anything.
I think it might have something to do with running bitwarden_rs in docker inside LXC (proxmox). I'll close this for now but if anyone has an ideas i'd love to try them out.