Crates.io | claim-ip |
lib.rs | claim-ip |
version | 1.1.1 |
source | src |
created_at | 2020-11-27 22:00:37.423404 |
updated_at | 2021-10-22 16:55:08.312967 |
description | Claim an IP-address on a network by responding to ARP requests |
homepage | |
repository | https://github.com/internetionals/claim-ip |
max_upload_size | |
id | 317221 |
size | 24,531 |
A Linux command line tool to claim an IP by responding to ARP requests for that IP on a specified network interface.
The command should be invoked with 2 parameters:
claim-ip <iface> <ipv4-addr>
-a
|--announce
: Send ARP announce (gratuitous ARP) on startIn order to claim IP address 10.11.12.13
on interface eth0
:
claim-ip eth0 10.11.12.13