[kdeconnect] [Bug 463896] KDE Connect stops working and cannot find devices after installing ssh server

2023-01-06 Thread Rigoberto Leyva Salmeron
https://bugs.kde.org/show_bug.cgi?id=463896

--- Comment #2 from Rigoberto Leyva Salmeron  ---
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  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.

[kdeconnect] [Bug 463896] KDE Connect stops working and cannot find devices after installing ssh server

2023-01-05 Thread Rigoberto Leyva Salmeron
https://bugs.kde.org/show_bug.cgi?id=463896

--- Comment #1 from Rigoberto Leyva Salmeron  ---
I also tried "Add device by IP" on KDE Connect Android app to no avail - I
entered the IP address of my  KDE Neon computer (they are both in the same
network without firewall)

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