#arp #ip #linux #tool #networking

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

#2183 in Command line utilities

Download history 1/week @ 2022-12-03 4/week @ 2022-12-10 5/week @ 2022-12-17 1/week @ 2022-12-24 1/week @ 2022-12-31 1/week @ 2023-01-07 1/week @ 2023-01-14 4/week @ 2023-01-21 10/week @ 2023-01-28 5/week @ 2023-02-04 15/week @ 2023-02-11 10/week @ 2023-02-18 10/week @ 2023-02-25 162/week @ 2023-03-18

172 downloads per month

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

~6MB
~134K SLoC