WebsiteSourceTelegramMatrix
Search
⌃K
Links
Waydroid
Usage
Install Instructions
Install and Run Android Applications
Waydroid command line options
Waydroid Prop Options
FAQ
Google Play Certification
Disable On-Screen Keyboard
Community Projects We Like
Get Waydroid to work through a VM
Using ADB with Waydroid
Setting up Waydroid only Sessions
Setting up a shared folder
Color correction in Mutter
Backup/Restore apps and data
Using custom Waydroid images
Development
Compile Waydroid - Lineage OS based images
Manual Patch Resolution
Compile Waydroid - Using Android-Generic Project
Debugging
Getting Essential Information
Networking Issues
Known Issues
General Troubleshooting
Powered By GitBook

Networking Issues

Getting network info

Run the command below to get the information of various network interfaces.
ip addr show

Setting up your firewall

  • firewalld
firewall-cmd --zone=trusted --add-interface=waydroid0
  • UFW or GUFW
sudo ufw allow 53
sudo ufw allow 67
sudo ufw default allow FORWARD
Debugging - Previous
Getting Essential Information
Next - Debugging
Known Issues
Last modified 4mo ago
Copy link
On this page
Getting network info
Setting up your firewall