Replies: 1 comment
-
Interestingly, gpt is good at this kind of troubleshooting. I did not know connection to internet is . |
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 set up caddy with following quadlet files and Caddyfile:
caddy.container:
caddy-config.volume:
caddy-data.volume:
Caddyfile:
I think I've set things up right, but I cannot connect to the caddy through internet, it goes "connection: timed out".
The only firewall rules for FORWARD is NETAVARK_FORWARD and LOG, REJECT:
the packets are rejected:
As far as I understand, podman sets up its own firewall rules for the containers,
where
NETAVARK_FORWARD
does the work.Why is it blocking the intended traffic?
Beta Was this translation helpful? Give feedback.
All reactions