Difference between revisions of "CentOS 7.x teamviewer"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>CentOS_7.x_Desktop_tools_or_applications|CentOS 7.x Desktop tools or applications</yambe:breadcrumb> =CentOS 7.x teamviewer= ==CentOS 7.x teamviewer not sta...")
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<yambe:breadcrumb>CentOS_7.x_Desktop_tools_or_applications|CentOS 7.x Desktop tools or applications</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x Remote access|Remote Access]] > [[CentOS 7.x teamviewer]]
=CentOS 7.x teamviewer=


==CentOS 7.x teamviewer not starting issue==
==CentOS 7.x teamviewer not starting issue==
Line 8: Line 7:
</pre>
</pre>
This is important in case of laptops resumes after suspend where wifi connection is stopped and reconnected.
This is important in case of laptops resumes after suspend where wifi connection is stopped and reconnected.
==Teamviewer commercial use detected issue==
To solve teamviewer commercial use detected issue on Linux use:
# Start teamviewer and note your ID
# systemctl stop teamviewerd
# Note ethernet MAC of primary interface using:
#:<pre>
#::    ifconfig -a
#:</pre>
# Change MAC using:
#:<pre>
#::    ifconfig enp0s25 hw ether <new-MAC>
#:</pre>
#:: Note that second last hexadecimal character in unicast (machine) MAC cannot be even (0, 2, ..., f, etc.).
# systemctl start teamviewerd
# Start teamviewer and note ID again.  If steps are successful a new ID will be shown without commercial use detected issue.
 
Refer:
* https://askubuntu.com/questions/423314/how-to-change-teamviewer-id-after-cloning
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x Remote access|Remote Access]] > [[CentOS 7.x teamviewer]]

Latest revision as of 16:32, 28 August 2022

Home > CentOS > CentOS 7.x > Remote Access > CentOS 7.x teamviewer

CentOS 7.x teamviewer not starting issue

If teamviewer is not starting (shows red color unable to connect at bottom) then try

   systemctl restart teamviewerd

This is important in case of laptops resumes after suspend where wifi connection is stopped and reconnected.


Teamviewer commercial use detected issue

To solve teamviewer commercial use detected issue on Linux use:

  1. Start teamviewer and note your ID
  2. systemctl stop teamviewerd
  3. Note ethernet MAC of primary interface using:
    ifconfig -a
  4. Change MAC using:
    ifconfig enp0s25 hw ether <new-MAC>
    Note that second last hexadecimal character in unicast (machine) MAC cannot be even (0, 2, ..., f, etc.).
  5. systemctl start teamviewerd
  6. Start teamviewer and note ID again. If steps are successful a new ID will be shown without commercial use detected issue.

Refer:



Home > CentOS > CentOS 7.x > Remote Access > CentOS 7.x teamviewer