Query: rarpd
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RARP(8) Linux Programmer's Manual RARP(8)NAMErarpd - Reverse Address Resolution Protocol (RARP) daemonSYNOPSISrarpd [-aAvode] [-b bootdir] [interface]DESCRIPTIONRarpd is a daemon which responds to RARP requests. RARP is used by some machines at boot time to discover their IP address. They provide their Ethernet address and rarpd responds with their IP address if it finds it in the ethers database (either /etc/ethers file or NIS+ lookup) and using DNS lookup if ethers database contains a hostname and not an IP address. By default rarpd also checks if a bootable image with a name starting with the IP address in hexadecimal uppercase letters is present in the TFTP boot directory (usually /tftpboot ) before it decides to respond to the RARP request. The optional argument interface restricts the daemon instance to access only the indicated network interface. Only a single name is possi- ble.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. This also implies verbose mode. -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. -o Accept offlink packages on the active interfaces. -b bootdir Access bootdir instead of the default /tftpboot as the TFTP boot directory for bootable image checks.OBSOLETESThis daemon rarpd obsoletes kernel rarp daemon present in Linux kernels up to 2.2 which was controlled by the rarp(8) command.SIGNALSSIGHUP Renew the internal address list, which records IPv4 addresses available at each active network interface. The restriction set by the command line argument interface is still in effect, if in use.FILES/etc/ethers, /etc/nsswitch.conf, /tftpbootSEE ALSOethers(5)AUTHORSAlexey Kuznetsov, <kuznet@ms2.inr.ac.ru> Jakub Jelinek, <jakub@redhat.com> rarpd 7 April 2000 RARP(8)
Related Man Pages |
---|
rarpd(8) - freebsd |
rarpd(8) - osf1 |
in.rarpd(1m) - sunos |
in.rarpd(1m) - debian |
rarpd(1m) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
bootable CD |
Help with waiting for ARP/RARP packet |
Another dumb question... |
boot net problem |
SPARC T4-1 "ERROR: boot-read fail" |