2

I have been trying to connect my phone to my Ubuntu PC (20.04). I installed the apps on both of my devices (installed KDE Connect from Snap on Ubuntu, and on the phone, I installed it from the Play Store). The problem is that the devices do not see each other (they are connected to the same internet). But when I installed the KDE Connect app on my Windows 11 PC, the phone gets detected and the Windows PC gets detected by the phone.

These are the things that I have tried:

  • Reinstall the KDE Connect app on both devices.
  • Disable the firewall on Ubuntu.
  • Looking at questions related to this (nothing worked)

Thanks in advance.

1 Answers1

4

I added ip-address manually - not found. Then I opened the firewall with:

sudo iptables -I INPUT -p udp --dport 1714:1764 -j ACCEPT
sudo iptables -I INPUT -p tcp --dport 1714:1764 -j ACCEPT

that helped. Good luck!