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 |
#10 in #arp
68 downloads per month
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
~7–17MB
~202K SLoC