How to tell netavark to use firewalld instead of iptables #601
Answered
by
Luap99
unknowndevQwQ
asked this question in
Q&A
-
In the readme.md page, I saw that netavark supports both firewalld and iptables, but when using it, I found that netavark prefers iptables to firewalld. I tried to find the answer in the netavark documentation, but this did not use |
Beta Was this translation helpful? Give feedback.
Answered by
Luap99
Mar 3, 2023
Replies: 1 comment 9 replies
-
you can overwrite it with the Line 40 in ce1e004 Ideally we would add this as field in containers.conf, see containers/common#1338 |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
unknowndevQwQ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can overwrite it with the
NETAVARK_FW
env varnetavark/src/firewall/mod.rs
Line 40 in ce1e004
Ideally we would add this as field in containers.conf, see containers/common#1338