rarpd(8) - Linux man page
Name
rarpd - Reverse Address Resolution Protocol (RARP) daemonSynopsis
rarpd [-aAvde] [-b bootdir ] [ interface ]Description
Options
- -a
- Do not bind to the interface.
- -A
- Respond to ARP as well as RARP requests.
- -v
- Tell the user what is going on by being verbose.
- -d
- Debugging mode. Do not detach from the tty.
- -e
- Skip the check for bootable image in the TFTP boot directory. If not present, then even if the Ethernet address is present in the ethers database but the bootable image for the resolved IP does not exist, rarpd will not respond to the request.
- -b bootdir
- Use bootdir instead of the default /tftpboot as the TFTP boot directory for bootable image checks.
Obsoletes
This rarpd obsoletes kernel rarp daemon present in Linux kernels up to 2.2 which was controlled by the rarp(8) command.Files
/etc/ethers,/etc/nsswitch.conf,
/tftpboot
See Also
ethers(5)Authors
Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>Jakub Jelinek, <jakub@redhat.com>