Page 1 of 1

TeamViewer in MX23 fresh install not accepting incoming connections

Posted: Fri Aug 18, 2023 8:29 am
by joele
So I have desktop, laptop and server, all were running MX21 with no issue with Teamviewer (version 15.42.4)

I have since done a fresh install of MX23 on the laptop and desktop (server still on 21 for now)..

Both the laptop and desktop I reinstalled teamviewer through the popular apps in package installer, it is version 15.43.7 on both. Configured the same on all 3 machines only allowing LAN connections (with password).

The Laptop and Desktop will make an outgoing connection without issue to the server but neither can accept an incoming connection from the other, it doesn't even come up with the password dialogue, just fails to establish connection.

The error in the logs is as follows - "CTcpConnectionBase[5]::HandleConnect: Connect aborted to dest-ip 192.168.1.72:5938 with error system:125."

Is this a teamviewer issue? something wrong in mx23? working for others?

Re: TeamViewer in MX23 fresh install not accepting incoming connections

Posted: Fri Aug 18, 2023 8:45 am
by l0dr3
joele wrote: Fri Aug 18, 2023 8:29 am Is this a teamviewer issue? something wrong in mx23? working for others?
In MX23, firewall is active by default :exclamation:

try with

Code: Select all

sudo ufw disable
If it is a firewall issue, here are the ports, you have to open for teamviewer
https://community.teamviewer.com/Englis ... ort-number
TCP/UDP Port 5938
TCP Port 443
TCP Port 80
kind regards

l0dr3

Re: TeamViewer in MX23 fresh install not accepting incoming connections

Posted: Fri Aug 18, 2023 9:07 am
by joele
Awesome thank-you so much, easy fix, I clearly didn't think about firewall being on.. I opened the specific ports and all is good.

Re: TeamViewer in MX23 fresh install not accepting incoming connections

Posted: Fri Aug 18, 2023 9:13 am
by l0dr3
joele wrote: Fri Aug 18, 2023 9:07 am Awesome thank-you so much, easy fix, I clearly didn't think about firewall being on.. I opened the specific ports and all is good.
:clap: Glad to be of help ;)

greetz

l0dr3