Replies: 1 comment
-
I have this exact problem but using k3s and Traefik. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get up fail2ban for a rootless podman Traefik container. This is working so far, fail2ban is creating new ufw-rules.
UFW:
[ 1] Anywhere REJECT IN 192.0.2.1 # by Fail2Ban after 3 attempts against traefik
iptables:
REJECT all -- 192.0.2.1.wireless.example.com anywhere reject-with icmp-port-unreachable
But I still can access Traefik and all containers behind using this ip.
The container is running via podman-compose and has it's own network defined.
May be a stupid question, but: What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions