arp
A quick trick to tell your router you’ve just moved an ipaddress from one box to another (run on the ‘new’ box):
arping -S 193.28.47.16 -s 00:11:43:ce:ab:be 193.28.47.1
.. where 193.28.47.16 is the IP you moved, 00:11:43:ce:ab:be your macaddress, and 193.28.47.1 your gateway :)
