Answer the question
In order to leave comments, you need to log in
Can teamviewer be forwarded via SSH?
What we have:
Comp1 (+ teamviewer) -> Internet -> Firewall (forwarding port 22) -> Comp2 (+ teamviewer)
What I want to do:
By forwarding port 5938 (teamviewer) via ssh, connect via teamviwer to Comp2 I managed
to do the opposite: with Comp1 port forward to Comp2 and then from Comp2 access Comp1 via teamviewer at 127.0.0.1 as follows:
ssh -N -L 5938:localhost:5938 [email protected]
ssh -N -R 5938:localhost:5938 [email protected]
Answer the question
In order to leave comments, you need to log in
-L takes the port for itself
-R gives its port to the host
on comp2 5938 port is already occupied by teamviewer
-C Requests compression of all data
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question