Monday, January 11, 2016

Teamviewer via 3G and LAN access

Normally, when a Teamviewer connection is established via 3G (or similar), it uses that as the default network route. So reaching anything via the LAN port seems impossible.

However, all that needs to be added is a default route for that specific destination.

Example: Wanting to reach host 192.168.2.10.

Run ipconfig in command prompt. Find your "Local Area Connection" default gateway (e.g. 192.168.4.1).

 route add 192.168.2.0 mask 255.255.255.0 192.168.4.1


No comments: