What | Removed | Added |
---|---|---|
Flags | needinfo?(rbobro@gmail.com) |
I tested on Tumbleweed 20241129 and I was not able to reproduce this, it might be a WSL only issue. The main difference that I noticed from TW is that WSL has kernel 5.15.167.4-microsoft-standard-WSL2, while on TW we have kernel 6.11.8-1-default. Check if nf_tables module is loaded and provide the output: > sudo lsmod | grep nf_tables Check if there are rules set and provide the output: > sudo nft list ruleset Check if you can add a new rule and provide the out: > sudo nft add table inet my_table Provide the nft version ouput: > sudo nft -V Execute podman with debug logs and provide the logs: > podman --log-level=debug run -itd --network=testnet busybox Add the logs as an attachment as it might be too long.