#arp #ip #requests #claim #networking #ip-address #responding

app claim-ip

Claim an IP-address on a network by responding to ARP requests

5 stable releases

1.1.1 Oct 22, 2021
1.1.0 Sep 9, 2021
1.0.8 Sep 9, 2021
1.0.7 Apr 16, 2021
1.0.0 Nov 27, 2020

#9 in #arp

MIT license

13KB
294 lines

Claim IP

A Linux command line tool to claim an IP by responding to ARP requests for that IP on a specified network interface.

Usage

The command should be invoked with 2 parameters:

claim-ip <iface> <ipv4-addr>

Additional options

  • -a|--announce: Send ARP announce (gratuitous ARP) on start

Example invocation

In order to claim IP address 10.11.12.13 on interface eth0:

claim-ip eth0 10.11.12.13

Dependencies

~9MB
~160K SLoC