<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace">Hi Ian,</div><div class="gmail_default" style="font-family:courier new,monospace"><br></div><div class="gmail_default" style="font-family:courier new,monospace">Thank you for reaching out.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 28, 2021 at 1:39 AM Ian Wienand <<a href="mailto:ianw@debian.org">ianw@debian.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail_default" style="font-family:"courier new",monospace"></span><br>
<br>
---<br>
2021-10-28 03:35:56.042 | ++ podman run -d dib-work-image /bin/sh<br>
2021-10-28 03:35:56.241 | time="2021-10-28T03:35:56Z" level=error msg="error<br>
loading cached network config: network \"podman\" not found in CNI cache"<br>
2021-10-28 03:35:56.241 | time="2021-10-28T03:35:56Z" level=warning<br>
msg="falling back to loading from existing plugins on disk"<br>
2021-10-28 03:35:56.249 | time="2021-10-28T03:35:56Z" level=error msg="Error<br>
tearing down partially created network namespace for container<br>
a7a992e5399d8a8537d945684ac5193b762b2dbf18f29cd3aa724c389158fb65: error<br>
removing pod cool_almeida_cool_almeida from CNI network \"podman\": could not<br>
initialize iptables protocol 0: exec: \"iptables\": executable file not found<br>
in $PATH"<br>
2021-10-28 03:35:56.262 | Error: error configuring network namespace for<br>
container a7a992e5399d8a8537d945684ac5193b762b2dbf18f29cd3aa724c389158fb65:<br>
error adding pod cool_almeida_cool_almeida to CNI network "podman": failed to<br>
locate iptables: exec: "iptables": executable file not found in $PATH<br>
---<br></blockquote><div> </div></div><div class="gmail_default" style="font-family:"courier new",monospace">podman itself does not invoke iptables or nft directly, but uses</div><div class="gmail_default" style="font-family:"courier new",monospace">so-call CNI Plugins for setting up the networking. The code for this</div><div class="gmail_default" style="font-family:"courier new",monospace">can be seen at <a href="https://github.com/containers/podman/blob/main/libpod/networking_linux.go">https://github.com/containers/podman/blob/main/libpod/networking_linux.go</a></div><div class="gmail_default" style="font-family:"courier new",monospace"><br></div><div class="gmail_default" style="font-family:"courier new",monospace">I'm not super familiar with those CNI plugins and how podman interacts with them</div><div class="gmail_default" style="font-family:"courier new",monospace">in detail. May I ask you to create a new issue upstream <a href="https://github.com/containers/podman/issues/new">https://github.com/containers/podman/issues/new</a> and</div><div class="gmail_default" style="font-family:"courier new",monospace">mention me with @siretart in the message? -- I'd like to hear upstream's opinion on this.<br><br>Cheers!<br>-rt</div><div><br></div><br><div><div class="gmail_default" style="font-family:"courier new",monospace"></div><br></div></div>