-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
[BUG] RTNETLINK error with roodless podman #366
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Wireguard can't run rootless as it needs to be able to modify host networking configuration to route traffic. |
Just a random thought - Can most of configuration be performed at host level before starting the container? Not sure how it is done here https://www.procustodibus.com/blog/2022/10/wireguard-in-podman/ |
I mean probably, but at that point why are you running it in a container at all? If you're going to have to manually configure everything on the host before you start the container just run in on the host. |
Is there an existing issue for this?
Current Behavior
wireguard[638069]: Uname info: Linux wireguard 6.11.6-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 16:16:00 containeros wireguard[638069]: RTNETLINK answers: Operation not permitted
Expected Behavior
Wireguard starts and create the tunnel
Steps To Reproduce
Here is .container
Environment
The text was updated successfully, but these errors were encountered: