If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.
Property:RARP
BoxMatrix >> Lexicon >> Network-Protocols >> RARP | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Media |
Computer | FRITZ | I18N | Telephony | Smarthome | Internet | Protocols | Multimedia | Formats | Hardware | Software | Research |
Protocol
Protocol: | RARP | Wiki | Freetz | IPPF | whmf | AVM | Web |
Short for: | Reverse Address Resolution Protocol | ||||||
Location: | Lexicon >> Network-Protocols | ||||||
Weblinks: | Wikipedia.int - Wikipedia.de - RFC-903 | ||||||
Description: | Lookup the IPv4 address of a MAC address (obsolete) |
Goto: FRITZ!OS - SMW-Browser
Details
RARP (Reverse Address Resolution Protocol
) is a protocol to lookup the internet / network layer address of a link layer
address. It is the reverse of the ARP protocol and translates a layer-2 address into a layer-3 address
It was mainly used to lookup the IPv4 address of a MAC address and was obsoleted by the BOOTP and DHCP protocols.
In IPv6 networks IND does a similar job.
FRITZ!OS
While RARP is supported by some Shared-Libraries with networking tools there does not seem to be any use in FRITZ!OS.
Kernel
FRITZ!OS is based on Linux which could maintain a RARP table
. It could be accessed by:
root@fritz1:/var/mod/root# cat /proc/net/rarp cat: can't open '/proc/net/rarp': No such file or directory
Shell
A tool to list and manipulate the RARP table
is the rarp command, which is not installed in FRITZ!OS.
See the rarp(8) man page.