https://bugs.kde.org/show_bug.cgi?id=344432
--- Comment #5 from Sunhoo <sun...@posteo.net> --- After some debugging, I can see that the problem (in my case at least) does come from my smartphone's VPN: it creates a tun0 interface to which KDE Connect tries to connect but can't. For example the VPN creates tun0 with an address of 10.20.10.10 and my wlan0 address is 192.168.0.41. The address sent by the KDE Connect app is 10.20.10.10 and this is where the connection timeout. If I hard code "192.168.0.41" for the network address in the KDE Connect source code, I can mount and browse the filesystem. I guess a solution in my case would be to redirect traffic from tun0 to wlan0 with iptables in Android. -- You are receiving this mail because: You are watching all bug changes.