Replies: 2 comments 1 reply
-
Note that this is very old pasta version so you likely should test with the latest version first. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Known, fixed issue, see another case (VNC) and commit fixing that (originally reported with SMTP). You should be able to use |
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 am running an custom FTP server in a Podman container. The container is running with the slirp4netns port_handler, because I need the original client IP.
I recently found about the
pasta
networking mode and tried the switch today.After the switch, I encountered a strange issue where the FTP server does not send the initial "220 Waiting for authentication..." message upon client connection. The message is only sent after the client sends some input to the server.
This happens when I try to connect to the server from a different machine:
But when tried directly from the host machine of the container it works as expected:
I am using this port configuration in the quadlet file:
And this is my containers.conf:
Another strange thing that I figured out is that if I put the container in a pod, then it works as expected.
@sbrivio-rh do you have any insight for me? I am happy to provide any additional details you need.
VERSION_ID="9.3"
podman-4.6.1-9.el9_3.x86_64
passt-0^20230818.g0af928e-4.el9.x86_64
Beta Was this translation helpful? Give feedback.
All reactions