Waydroid: no internet inside
-
I tried Waydroid on a VollaPhone22 (Focal) after some years, so please be patient. How can I get Internet connectivity inside Waydroid (probably sharing the one from Ubuntu)?
-
@sven hi, I believe it is the Ubuntu touch element that provides wife and mobile provider internet. I don't touch any settings within waydroid itself.
I'm running Ubuntu Touch 24.04 version 280. Waydroid runs excellently......
-
@sven +1, same issue
checking from
sudo waydroid shell, ip is added correctly, also it can reach outside world, still apps inside does not have internet connectivitychecking
waydroid log, no issue found there -
Thanks for your feedback. Maybe it is this issue? https://github.com/waydroid/waydroid/issues/1958
-
The issue has been fixed and after a new installation I have internet inside waydroid.
-
S sven referenced this topic on
-
For those experiencing this issue and running out of ideas, I was able to solve it by disabling rp_filter.
-
@malditobastardo That's great. How does one do that, please?
-
@Moem in my case there were two things I had to adjust to fix this permanently. You will need to use adb/ssh to access your device. Run waydroid (either by cli or by opening waydroid).
- captive portal issue
inside the container first check if you can at least ping :
sudo waydroid shell ping 8.8.8.8 ping google.comIf this works but you still don't have access to internet inside the apps, run the following command:
dumpsys connectivity | grep "VALIDATED"In case the output shows nothing, then it's an issue with android captive portal.
- rp_filter dropping packages
sudo waydroid shell cat /proc/sys/net/ipv4/conf/eth0/rp_filter cat /proc/sys/net/ipv4/conf/all/rp_filterif the output is not 0, then you can try applying the following:
echo 0 > /proc/sys/net/ipv4/conf/eth0/rp_filter echo 0 > /proc/sys/net/ipv4/conf/all/rp_filtertest if this fixed the issue:
ping 8.8.8.8 ping google.comThese are just temporary changes that would help to see if you are experiencing the same issues as me, so don't worry about running these commands because they will not persist after re-launching the app again. In case we identify one (or both) as potential issues. We can try to apply the fixes permanently.
-
@malditobastardo Thank you! I'll look into this. I appreciate your time and effort!
-
@Moem You are welcome, hopefully this can help with your issue

Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login