New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/37611#issuecomment-1200049770 Comment: > @sgn Which architecture and kernel (package)? `x86_64`, with `musl`, and kernel 5.18 > > You could try installing `nftables` (if it already isn't) and setting `LXC_USE_NFT="true"` in `/usr/lib/waydroid/data/scripts/waydroid-net.sh` (I've considered making this change in packaging as well to use `nftables` when available and fallback to `iptables` if not). We could make a configure files for it and source it with `waydroid-net.sh` script. Editting `/usr/...` is not nice. > > Otherwise is there anything interesting in `waydroid log` possibly related to networking? Nope. > > It could also perhaps just be missing a default route on the Android container vnic side so you could check if https://wiki.postmarketos.org/wiki/Waydroid#Networking helps