Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Similar question and solution

I have LAN and WiFi connection, with the WiFi connected to internet and the LAN is simply connected via an Ethernet cable between two computers. I need to get Synergy working without compromising the WiFi internet. I've tried the solution above but couldn't seem to work. Both of the computer are running Windows XP.

Even setting the LAN IP to static and under the same subnet doesn't seem to work. Anyone with similar situation and got Synergy to work?

edit : Refined the question for clarity. Also, the computer are able to ping each other. Remote desktop can be accessed as well. I suspect the problem lies in Synergy's configuration.

share|improve this question
1  
If you're not using a switch, then you need to look more at how you're connecting the computers, not how you're configuring synergy. Try a crossover cable (there would likely be more to it, but knowing which OS you are running on each computer would be useful to know for that). – MaQleod Jun 4 '11 at 17:08
Can you ping between the computers? If not, some things to check: 1: Ensure you are using a crossover cable. 2: Lock down the line speeds in the configuration - don't rely on auto-negotiation. 3: check your firewall settings - try disabling the firewall completely for a moment while you test the link. – Majenko Jun 4 '11 at 17:10

2 Answers

If I understand your question properly, you are looking to connect 2 computers together using an ethernet cable, and use that link to drive synergy. It will be important that your Wifi internet connection not be disrupted by the addition of this wired network.

If that is an accurate assessment of what you are looking to accomplish, then you would need to use a crossover cable to connect the 2 computers together. For the wired connection on each machine, you should assign a static IP that is in a different subnet than your wifi network. For example, if your Wifi network is on 192.168.X.X, then you should use 172.16.1.X for your wired network.

Once the wired network is configured, and you can ping between the 2 and your Wifi internet is still functional, then you should configure Synergy using the static IPs that you have assigned to the wired interfaces.

This should be Operating system agnostic.

There are a couple of drawbacks to this method however. The main one is that you will not be able to add an additional computer into the wired network without the additional of a switch. To be honest, you can pick up a used SOHO switch on-line for less than you will probably pay for the crossover cable at an electronic store.

share|improve this answer

Add the /32 address(es) of the other machine(s) to the routing table via the wired interface.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.