Eric Garver

Results 181 comments of Eric Garver

I can confirm this fixes the build issue on Linux. Tested on RHEL-8.8. Please merge!

Also see related #197. It's the same issue, but #197 uses `bg_none`.

I was able to reproduce this. Thank you for reporting.

Is the DB running in the container/pod? Or is the pod/container trying to connect to an external DB? Please describe the topology a bit more.

Hrm. All outbound traffic from the container should be allowed by default. Do you have any issues with other traffic? e.g. an http request

It looks like there is nothing (no sources, no interfaces) assigned to the docker zone. Did you configure this zone yourself? Or did docker set it up?

Nothing is assigned to the docker zone. That would explain why the container traffic is not working. Maybe try restarting the docker network or daemon.

This is an improvement. At least docker0 is assigned to the docker zone now. You have a `restricted` zones with redacted `sources`. Do any of those sources match the docker...

> FYI, I had a version of this that changed the IPv{4,6}_rpfilter options to take "off", "loose", "strict" so that the user could choose what level of isolation they want....