Eric Garver

Results 181 comments of Eric Garver

> Is it related to this issue ? You can check by seeing if `br_netfilter` is loaded via `lsmod` output. I think at least some docker versions load it by...

@mheon, @mohanboddu, this is implemented in #1270. Take a look if you're interested.

@da2x, sounds like you want the equivalent of iptables hashlimit. Is that correct?

@terryburton is correct. See also #70.

I think `hashlimit` is what everyone here is interested in, right?

I think this can be implemented in rich rules. It would similar to `limit` that already exists. e.g. ``` $ firewall-cmd --add-rich-rule 'rule port port=1234 protocol=tcp accept hashlimit value="1/m"' ```...

> Isn't direct deprecated? Yes. But don't confuse deprecation with "does not work". The iptables and nftables backend still have feature parity. Everything works in both backends.

You want to use `samba-client` not `samba`.

I'm aware that it's the client traffic that's being blocked. The `samba-client` service allows `netbios-ns`, which is what's being blocked according to your original report. Perhaps you could give it...