I have installed synergy 1.5 on a RHEL6 server (panther) and Xubuntu 13.10 (wolf). My synergy.conf file is
section: options
screenSaverSync = true
end
section: screens
panther:
wolf:
end
section: links
panther:
right = wolf
wolf:
left = panther
end
As a non-root user on panther I start the server
synergys --config /etc/synergy.conf
and get the following message
INFO: Synergy 1.5.0 Server on Linux 2.6.32-358.2.1.el6.x86_64 #1 SMP Wed Feb 20 12:17:37 EST 2013 x86_64
However when I run synergyc -f panther on the client machine
NOTE: connecting to panther: 172.31.70.161:24800
WARNING: failed to connect to server: incompatible client 1.3
I get the same error when substituting panther with the ip and also with iptables disabled on the server.
Any ideas