The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 04-14-2009
pludi's Avatar
pludi pludi is online now Forum Staff  
Moderator
  
 

Join Date: Dec 2008
Location: .at
Posts: 1,873
Glad to be of help.

What I forgot to mention is that the Linux arping utility can send such an packet, eg
Code:
# arping -U 192.168.1.5
will tell the other devices on the segment that your IP is 192.168.1.5. It's open source, so you can take a few pointers off it, or use it directly from some script.

Last edited by pludi; 04-14-2009 at 06:06 PM.. Reason: Wrong prompt