Home > Linux, Synergy > How to Renew Your DHCP IP Address on Linux

How to Renew Your DHCP IP Address on Linux

If Synergy fails for you with this error: “Server refused client with name XXX”, then your IP might conflict with another machine on the same network.

Here’s how to renew your IP on Linux:

### Release your current IP
$ sudo dhclient -r

### Request a new IP
$ sudo dhclient
Categories: Linux, Synergy Tags:
  1. No comments yet.
  1. No trackbacks yet.