You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i can't load or unload the wireguard module. (even tho i have the SYS_MODULE cap)
modprobe wireguard
-> modprobe: ERROR: could not insert 'wireguard': Operation not permitted
modprobe -r wireguard
-> modprobe: ERROR: could not remove 'wireguard': Operation not permitted
I also have a problem with nftables, as I can't run
nft add rule inet my_table postrouting ip saddr 10.8.0.0/24 oifname eth0 masquerade
-> Error: Could not process rule: No such file or directory
-> add rule inet my_table postrouting ip saddr 10.8.0.0/24 oifname eth0 masquerade
-> ^^^^^^^^^^
but when I use the --privileged flag nftables works again
I was able to make nftables work by loading nft_masq
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using Podman 5.2.2 with quadlet
When I run
sudo podman exec -it wireguard /bin/sh
i can't load or unload the wireguard module. (even tho i have the
SYS_MODULE
cap)I also have a problem with nftables, as I can't run
but when I use the
--privileged
flag nftables works againI was able to make nftables work by loading
nft_masq
Beta Was this translation helpful? Give feedback.
All reactions