arp

6 June, 2005 (14:48) | Work

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 :)

Comments

Comment from Habbie
Date: January 5, 2010, 3:46 pm

looks like newer arping is simpler, just say arping -s 193.28.47.16 193.28.47.1 and you’re done!

Write a comment