-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Describe the bug
I've managed to setup fail2web (f2w)/fail2rest (f2r) without any issues, fail2web is able to see all my jails etc. but when I try to manually ban an IP via f2w, command line or getting an IP banned via failed authentication attempts, it breaks the connection to f2r. At this point, f2w is no longer able to connect to f2r. The only way to get it working again is to unban the IP.
To Reproduce
Steps to reproduce the behavior:
- Either manually ban an IP via f2w or command line or failed authentication attempts.
As soon as the IP is banned, I get the following error:

Provide Docker commands or docker-compose file if possible.
Expected behavior
- Fail2web should still be working after an IP is banned
Screenshots
If applicable, add screenshots to help explain your problem.
Container configs
Fail2web
Fail2rest
Docker (please complete the following information):
- Docker / Docker-compose Version: 18.09.3, build 774a1f4
Desktop (please complete the following information):
- OS: Unraid 6.7.0-rc7 but I've also tried it on Ubuntu (16.04, 18.04), same outcome
- Browser: Chrome, Edge Chromium
- Version : Chrome: 73.0.3683.103. Edge Chromium: 75.0.131.0
Smartphone (please complete the following information):
N/A
Additional context
I'm using the linuxserver/letsencrypt container for Nginx & Fail2ban.
I've also tried a dedicated fail2ban container, same issue
It works fine if my fail2ban instance is running locally, it fails if fail2ban is running on docker.

