How do I get synergy to work?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I've never actually been able to get Synergy working, even when using QuickSynergy. Even using this guide gives me nothing; my mouse won't leave the edge of my screen. I've even disabled both computers' ufw
firewalls to make sure ports aren't being blocked. What am I doing wrong?
work-macbook, host computer:
[Share]
Left=work-laptop
[Use]
Hostname=
ClientName=
[Settings]
SynergyPath=/usr/bin
work-laptop, slave computer:
[Use]
Hostname=work-macbook
ClientName=work-macbook
[Settings]
SynergyPath=/usr/bin
Pinging work-macbook from work-laptop works, and pinging work-laptop from work-macbook works. Things are basically working with host-names to IP addresses on my network, so that doesn't seem like the issue:
Pings:
work-macbook $ ping work-laptop
64 bytes from work-laptop (192.168.1.2)
work-laptop $ ping work-macbook
64 bytes from work-macbook (192.168.1.49)
synergy
add a comment |
I've never actually been able to get Synergy working, even when using QuickSynergy. Even using this guide gives me nothing; my mouse won't leave the edge of my screen. I've even disabled both computers' ufw
firewalls to make sure ports aren't being blocked. What am I doing wrong?
work-macbook, host computer:
[Share]
Left=work-laptop
[Use]
Hostname=
ClientName=
[Settings]
SynergyPath=/usr/bin
work-laptop, slave computer:
[Use]
Hostname=work-macbook
ClientName=work-macbook
[Settings]
SynergyPath=/usr/bin
Pinging work-macbook from work-laptop works, and pinging work-laptop from work-macbook works. Things are basically working with host-names to IP addresses on my network, so that doesn't seem like the issue:
Pings:
work-macbook $ ping work-laptop
64 bytes from work-laptop (192.168.1.2)
work-laptop $ ping work-macbook
64 bytes from work-macbook (192.168.1.49)
synergy
Done, sorry about that.
– Naftuli Kay
Jan 2 '12 at 23:54
Have you tried using the IP addresses in the config file for hostname and clientname?
– Kendor
Jan 3 '12 at 0:47
@Kendor Yes I have. Really weird.
– Naftuli Kay
Jan 3 '12 at 1:56
add a comment |
I've never actually been able to get Synergy working, even when using QuickSynergy. Even using this guide gives me nothing; my mouse won't leave the edge of my screen. I've even disabled both computers' ufw
firewalls to make sure ports aren't being blocked. What am I doing wrong?
work-macbook, host computer:
[Share]
Left=work-laptop
[Use]
Hostname=
ClientName=
[Settings]
SynergyPath=/usr/bin
work-laptop, slave computer:
[Use]
Hostname=work-macbook
ClientName=work-macbook
[Settings]
SynergyPath=/usr/bin
Pinging work-macbook from work-laptop works, and pinging work-laptop from work-macbook works. Things are basically working with host-names to IP addresses on my network, so that doesn't seem like the issue:
Pings:
work-macbook $ ping work-laptop
64 bytes from work-laptop (192.168.1.2)
work-laptop $ ping work-macbook
64 bytes from work-macbook (192.168.1.49)
synergy
I've never actually been able to get Synergy working, even when using QuickSynergy. Even using this guide gives me nothing; my mouse won't leave the edge of my screen. I've even disabled both computers' ufw
firewalls to make sure ports aren't being blocked. What am I doing wrong?
work-macbook, host computer:
[Share]
Left=work-laptop
[Use]
Hostname=
ClientName=
[Settings]
SynergyPath=/usr/bin
work-laptop, slave computer:
[Use]
Hostname=work-macbook
ClientName=work-macbook
[Settings]
SynergyPath=/usr/bin
Pinging work-macbook from work-laptop works, and pinging work-laptop from work-macbook works. Things are basically working with host-names to IP addresses on my network, so that doesn't seem like the issue:
Pings:
work-macbook $ ping work-laptop
64 bytes from work-laptop (192.168.1.2)
work-laptop $ ping work-macbook
64 bytes from work-macbook (192.168.1.49)
synergy
synergy
edited Jan 3 '12 at 0:26
Jorge Castro
37.4k107423618
37.4k107423618
asked Jan 2 '12 at 23:35
Naftuli KayNaftuli Kay
1,43842541
1,43842541
Done, sorry about that.
– Naftuli Kay
Jan 2 '12 at 23:54
Have you tried using the IP addresses in the config file for hostname and clientname?
– Kendor
Jan 3 '12 at 0:47
@Kendor Yes I have. Really weird.
– Naftuli Kay
Jan 3 '12 at 1:56
add a comment |
Done, sorry about that.
– Naftuli Kay
Jan 2 '12 at 23:54
Have you tried using the IP addresses in the config file for hostname and clientname?
– Kendor
Jan 3 '12 at 0:47
@Kendor Yes I have. Really weird.
– Naftuli Kay
Jan 3 '12 at 1:56
Done, sorry about that.
– Naftuli Kay
Jan 2 '12 at 23:54
Done, sorry about that.
– Naftuli Kay
Jan 2 '12 at 23:54
Have you tried using the IP addresses in the config file for hostname and clientname?
– Kendor
Jan 3 '12 at 0:47
Have you tried using the IP addresses in the config file for hostname and clientname?
– Kendor
Jan 3 '12 at 0:47
@Kendor Yes I have. Really weird.
– Naftuli Kay
Jan 3 '12 at 1:56
@Kendor Yes I have. Really weird.
– Naftuli Kay
Jan 3 '12 at 1:56
add a comment |
2 Answers
2
active
oldest
votes
Have you tried setting up your config file on the host as shown in the synergy docs?
Name the text file ".synergy.conf" in your host home folder.
Something like this:
section: screens
work-macbook:
work-laptop:
end
section: links
work-macbook:
left = work-laptop
work-laptop:
right = work-macbook
end
Then run "synergys" on the host and I believe it's "synergyc -a [address]" on the client.
You can run synergyc with the -f option to make it run in the foreground, that might tell you something about why it's not working.
Evidently, there was a DNS issue, but this conf fixed it and things are working GREAT now. Thanks! I had to runsynergyc IPADDRESS
– Naftuli Kay
Jan 3 '12 at 17:42
add a comment |
To me, in Ubuntu, running synergyc [Server-IP-address]
works.
New contributor
Giang Nguyễn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f92327%2fhow-do-i-get-synergy-to-work%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Have you tried setting up your config file on the host as shown in the synergy docs?
Name the text file ".synergy.conf" in your host home folder.
Something like this:
section: screens
work-macbook:
work-laptop:
end
section: links
work-macbook:
left = work-laptop
work-laptop:
right = work-macbook
end
Then run "synergys" on the host and I believe it's "synergyc -a [address]" on the client.
You can run synergyc with the -f option to make it run in the foreground, that might tell you something about why it's not working.
Evidently, there was a DNS issue, but this conf fixed it and things are working GREAT now. Thanks! I had to runsynergyc IPADDRESS
– Naftuli Kay
Jan 3 '12 at 17:42
add a comment |
Have you tried setting up your config file on the host as shown in the synergy docs?
Name the text file ".synergy.conf" in your host home folder.
Something like this:
section: screens
work-macbook:
work-laptop:
end
section: links
work-macbook:
left = work-laptop
work-laptop:
right = work-macbook
end
Then run "synergys" on the host and I believe it's "synergyc -a [address]" on the client.
You can run synergyc with the -f option to make it run in the foreground, that might tell you something about why it's not working.
Evidently, there was a DNS issue, but this conf fixed it and things are working GREAT now. Thanks! I had to runsynergyc IPADDRESS
– Naftuli Kay
Jan 3 '12 at 17:42
add a comment |
Have you tried setting up your config file on the host as shown in the synergy docs?
Name the text file ".synergy.conf" in your host home folder.
Something like this:
section: screens
work-macbook:
work-laptop:
end
section: links
work-macbook:
left = work-laptop
work-laptop:
right = work-macbook
end
Then run "synergys" on the host and I believe it's "synergyc -a [address]" on the client.
You can run synergyc with the -f option to make it run in the foreground, that might tell you something about why it's not working.
Have you tried setting up your config file on the host as shown in the synergy docs?
Name the text file ".synergy.conf" in your host home folder.
Something like this:
section: screens
work-macbook:
work-laptop:
end
section: links
work-macbook:
left = work-laptop
work-laptop:
right = work-macbook
end
Then run "synergys" on the host and I believe it's "synergyc -a [address]" on the client.
You can run synergyc with the -f option to make it run in the foreground, that might tell you something about why it's not working.
answered Jan 3 '12 at 16:59
StumpStump
44126
44126
Evidently, there was a DNS issue, but this conf fixed it and things are working GREAT now. Thanks! I had to runsynergyc IPADDRESS
– Naftuli Kay
Jan 3 '12 at 17:42
add a comment |
Evidently, there was a DNS issue, but this conf fixed it and things are working GREAT now. Thanks! I had to runsynergyc IPADDRESS
– Naftuli Kay
Jan 3 '12 at 17:42
Evidently, there was a DNS issue, but this conf fixed it and things are working GREAT now. Thanks! I had to run
synergyc IPADDRESS
– Naftuli Kay
Jan 3 '12 at 17:42
Evidently, there was a DNS issue, but this conf fixed it and things are working GREAT now. Thanks! I had to run
synergyc IPADDRESS
– Naftuli Kay
Jan 3 '12 at 17:42
add a comment |
To me, in Ubuntu, running synergyc [Server-IP-address]
works.
New contributor
Giang Nguyễn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
To me, in Ubuntu, running synergyc [Server-IP-address]
works.
New contributor
Giang Nguyễn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
To me, in Ubuntu, running synergyc [Server-IP-address]
works.
New contributor
Giang Nguyễn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
To me, in Ubuntu, running synergyc [Server-IP-address]
works.
New contributor
Giang Nguyễn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Giang Nguyễn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 15 mins ago
![](https://lh4.googleusercontent.com/-4pgeGXNhCUI/AAAAAAAAAAI/AAAAAAAAASA/7xnLRl-Pdgk/photo.jpg?sz=32)
![](https://lh4.googleusercontent.com/-4pgeGXNhCUI/AAAAAAAAAAI/AAAAAAAAASA/7xnLRl-Pdgk/photo.jpg?sz=32)
Giang NguyễnGiang Nguyễn
1011
1011
New contributor
Giang Nguyễn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Giang Nguyễn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Giang Nguyễn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f92327%2fhow-do-i-get-synergy-to-work%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Done, sorry about that.
– Naftuli Kay
Jan 2 '12 at 23:54
Have you tried using the IP addresses in the config file for hostname and clientname?
– Kendor
Jan 3 '12 at 0:47
@Kendor Yes I have. Really weird.
– Naftuli Kay
Jan 3 '12 at 1:56