https://bugs.kde.org/show_bug.cgi?id=463896

--- Comment #2 from Rigoberto Leyva Salmeron <rleyva...@gmail.com> ---
Resolved!

One of the steps of installing ssh-server was to allow port for ssh with (I
supposed this created the issue)
sudo ufw allow ssh
sudo ufw enable && sudo ufw reload

I followed the guide to troubleshoot on  section  "I have two devices running
KDE Connect on the same network, but they can't see each other"  at
https://userbase.kde.org/KDEConnect#Running_KDE_Connect_over_OpenVPN
sudo netstat -tunelp | grep -i kdeconnect  # process was connected
netcat -z -v <your-phones-ip> 1714-1764      #  Connection was refused on all
ports

I then opened firewall ports manually  and I got connection back 
sudo ufw allow 1714:1764/udp
sudo ufw allow 1714:1764/tcp
sudo ufw reload

Although the issue is now resolved I will leave the issue open to have someone
take a look because I believe the issue could have been avoided if the
re-installation of the KDE Connect Neon App had taken care of the firewall
rules during the installation process.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to