-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to make veth pair: operation not supported #12246
Comments
it looks like your kernel doesn't support veth pairs. What kernel are you using? |
|
My suggestion is to start from a known working configuration, like the Fedora kernel configuration: https://src.fedoraproject.org/rpms/kernel/blob/rawhide/f/kernel-x86_64-fedora.config Closing the issue since there is nothing we can do in Podman |
Thanks, install xt_conntrack.ko address the above error. |
I know this is closed, but I'm running a custom kernel. Does anyone by chance know which kernel modules would have to be added ? If not, just ignore this. |
for xt_conntrack.ko you'd probably need |
It seems I needed quite a few modules.
I you deem this irrelevant or "noise" feel free to remove my message. |
I think it is useful for other users that end up with the same issue. Thanks for sharing it |
On a Raspberry Pi with Ubuntu, the fix for this is:
And a reboot. |
The text was updated successfully, but these errors were encountered: