Hi, I have managed to fix the new connection refusal problem I was struggling with. Apparently my unprivileged port start setting had changed after the upgrade, even though it was set correctly in /etc/sysctl.conf. I fixed it by adding an entry in /etc/sysctl.d/.
And what version of rootlesskit are you running? Does it contain this
fix:
https://github.com/rootless-containers/rootlesskit/pull/458
it's not directly related to your issue, but it changes the behaviour
significantly.
To answer your questions, I'm using v2.3.1, which, I assume, includes this fix.
Another important bit of information would be if container
connectivity works with an existing container (on 'docker run', not
'docker pull'), and, if it doesn't, whether pasta is running (check
with 'ps ax') while the container is running.
I used docker exec to get into the containers that are already running and I cannot ping/traceroute from the containers, but I can, for instance, use wget
google.com and download the webpage. pasta is running, checked using ps ax.
...where did you take that package from, though?
I know you have been asking me to run pasta with arguments with docker, but I'm not sure how to do this (pardon my inexperience). I use an override.conf file to set the default network and port driver of docker, and that's how I use pasta with docker. I have tried looking up how to do it in a different way that gives me more control over the arguments that go in, but I haven't been able to find it. Could you guide me regarding this or point me to a resource?
Thanks and regards,
Ayon