Important: Do not post bugs. Please read the FAQ before posting (or your question may be ignored).

I have managed to share keyboard/mouse between 2 machines, of which only one of them is connected to VPN (OpenVPN client). Both machines are on the same subnet, running Linux, and connected to a Linux firewall running shorewall.

  • The client is the machine connected to VPN (IP address 192.168.1.10)
  • The server is the machine not connected to VPN (IP address 192.168.1.11)

Add the following to the /etc/openvpn/client.conf on the client:

route 192.168.1.10 255.255.255.255 net_gateway

Add to /etc/shorewall/interfaces on the firewall to allow LAN machines to talk to each other.

loc eth0 detect routeback

Finally start synergys on the server, and synergyc 192.168.2.11 on the client.

For additional security one can use a ssh tunnel to encrypt traffic. On the client:

ssh -f -N -L 24800:192.168.2.11:24800 192.168.2.11 synergyc localhost

asked 07 Sep '11, 04:53

afff's gravatar image

afff
1
accept rate: 0%

closed 19 Jul '12, 14:33

nbolton's gravatar image

nbolton ♦♦
1.8k128

The question has been closed for the following reason "Your version is out of date, please upgrade" by nbolton 19 Jul '12, 14:33

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×94

Asked: 07 Sep '11, 04:53

Seen: 867 times

Last updated: 19 Jul '12, 14:33

powered by OSQA