Skip to content

Linux tool for claiming an IP by responding to ARP requests on a network interface

License

Notifications You must be signed in to change notification settings

internetionals/claim-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Linux tool for claiming an IP by responding to ARP requests on a network interface

Topics

Resources

License

Stars

Watchers

Forks

Packages