You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, in the table ip filter I do have a DOCKER-USER chain:
table ip filter {
chain DOCKER-USER {
meta l4proto tcp ip saddr != 192.168.178.0/24 ct direction original ct original proto-dst 8080 counter packets 5170 bytes 242334 drop
meta l4proto tcp ip saddr != 192.168.178.0/24 ct direction original ct original proto-dst 5433 counter packets 145 bytes 6504 drop
counter packets 29611884 bytes 4828987103 return
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Another software I use, fail2ban, is executing this command, and getting the following error:
However, in the table ip filter I do have a DOCKER-USER chain:
Is this a problem with fail2ban, or with docker?
Beta Was this translation helpful? Give feedback.
All reactions