RARP
$CREATE 08/31/2002 by Mie Suemitsu
RARP server
1. /etc/ethers を作成 RARP クライアントの MAC address と hostname を記述する
# cd /etc
# vi ethers
xx:xx:xx:xx:xx:xx hostname
2./etc.hosts に RARP クライアントの hostname と IP address を記述する
3.rarp モジュールを modprobe して inetd を再起動する
# /sbin/modprobe rarp
# ps ax | grep inetd
# kill -HUP [inetd PID]
4.rarp の確認
せっかく RARP サーバ設定をしたのに、YAMAHA 105e ルータは RARP クライアント機能がなく IP address を取得できないのであった