NAME
rarp - manipulate the system RARP table
SYNOPSIS
rarp [-V] [--version] [-h] [--help] rarp -a rarp [-v] -d hostname ... rarp [-v] [-t type] -s hostname hw_addr
NOTE
This program is obsolete. From version 2.3, the Linux kernel no longer contains RARP support. For a replacement RARP daemon, see ftp://ftp.dementia.org/pub/net-tools
DESCRIPTION
Rarp manipulates the kernel's RARP table in various ways. The primary options are clearing an address mapping entry and manually setting up one. For debugging purposes, the rarp program also allows a complete dump of the RARP table.
OPTIONS
-V Display the version of RARP in use. -v Tell the user what is going on by being verbose. -t type When setting or reading the RARP table, this optional parameter tells rarp which class of entries it should check for. The default value of this parameter is ether (i.e. hardware code 0x01 for IEEE 802.3 10Mbps Ethernet . Other values might include network technologies such as AX.25 (ax25) and NET/ROM (netrom). -a --list Lists the entries in the RARP table. -d hostname --delete hostname Remove all RARP entries for the specified host. -s hostname hw_addr --set hostname hw_addr Create a RARP address mapping entry for host hostname with hardware address set to hw_addr. The format of the hardware address is dependent on the hardware class, but for most classes one can assume that the usual presentation can be used. For the Ethernet class, this is 6 bytes in hexadecimal, separated by colons.
WARNING
Some systems (notably older Suns) assume that the host replying to a RARP query can also provide other remote boot services. Therefore never gratuitously add rarp entries unless you wish to meet the wrath of the network administrator.
FILES
/proc/net/rarp,
SEE ALSO
arp(8), route(8), ifconfig(8), netstat(8)
AUTHORS
Ross D. Martin, <martin@trcsun3.eas.asu.edu> Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> Phil Blundell, <Philip.Blundell@pobox.com>
More Linux Commands
manpages/pam_get_authtok_verify.3.html
pam_get_authtok_verify(3) - get authentication token........
The pam_get_authtok function returns the cached authentication token, or prompts the user if no token is currently cached. It is intended for internal use by Li
manpages/xtermset.1.html
xtermset(1) - change settings of an xterm - Linux man page
xtermset allows you to change the characteristics of an xterm window from the command line. Most options have the same names as those that you would give xterm
manpages/init_color_sp.3ncurses.html
init_color_sp(3ncurses) - curses screen-pointer extension...
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th
manpages/sha224sum.1.html
sha224sum(1) - compute and check SHA224 message digest......
Print or check SHA224 (224-bit) checksums. With no FILE, or when FILE is -, read standard input. -b, --binary read in binary mode -c, --check read SHA224 sums f
manpages/tc-codel.8.html
tc-codel(8) Controlled-Delay Active Queue Management algorit
CoDel (pronounced coddle) is an adaptive no-knobs active queue management algorithm (AQM) scheme that was developed to address the shortcomings of RED and its v
manpages/route.8.html
route(8) - show / manipulate the IP routing table (ManPage)
Route manipulates the kernels IP routing tables. Its primary use is to set up static routes to specific hosts or networks via an interface after it has been con
manpages/cimagf.3.html
cimagf(3) - get imaginary part of a complex number (ManPage)
The cimag() function returns the imaginary part of the complex number z. One has: z = creal(z) + I * cimag(z) VERSIONS These functions first appeared in glibc i
manpages/glxgears.1x.html
glxgears(1x) - GLX version of the infamous "gears" GL demo.
glxgears is a GLX demo that draws three rotating gears, and prints out framerate information to stdout. Command line options include: -info Print out GL impleme
manpages/systemd-halt.service.8.html
systemd-halt.service(8) System shutdown logic (Man Page)....
systemd-halt.service is a system service that is pulled in by halt.target and is responsible for the actual system halt. Similarly, systemd-poweroff.service is
manpages/glutVisibilityFunc.3.html
glutVisibilityFunc(3) - sets the visibility callback for the
glutVisibilityFunc sets the visibility callback for the current window. The visibility callback for a window is called when the visibility of a window changes.
manpages/pciconfig_iobase.2.html
pciconfig_iobase(2) - pci device information handling.......
Most of the interaction with PCI devices is already handled by the kernel PCI layer, and thus these calls should not normally need to be accessed from user spac
manpages/set_field_term.3form.html
set_field_term(3form) - set hooks for automatic invocation b
These functions make it possible to set hook functions to be called at various points in the automatic processing of input event codes by form_driver. The funct
