From 7b25bd0caf707ef6dfa239e2d69d0e2817b3a1a9 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Wed, 16 Aug 2006 20:36:24 +0000 Subject: - Update info on setting up RARP; thanks Nathanael Nerode - Remove info for servers running 2.2 kernels, these should no longer be allowed to exist --- en/install-methods/tftp/rarp.xml | 51 ++++++++-------------------------------- 1 file changed, 10 insertions(+), 41 deletions(-) (limited to 'en') diff --git a/en/install-methods/tftp/rarp.xml b/en/install-methods/tftp/rarp.xml index e59b94587..89ad3fb7e 100644 --- a/en/install-methods/tftp/rarp.xml +++ b/en/install-methods/tftp/rarp.xml @@ -3,10 +3,10 @@ - Setting up RARP server + Setting up RARP server -To setup RARP, you need to know the Ethernet address (a.k.a. the MAC address) +To set up RARP, you need to know the Ethernet address (a.k.a. the MAC address) of the client computers to be installed. If you don't know this information, you can @@ -18,47 +18,16 @@ command /sbin/ifconfig eth0. -On a RARP server system using a Linux 2.2.x kernel, -you need to populate the kernel's RARP table. -To do this, run the following commands: - - -# /sbin/rarp -s -client-hostname -client-enet-addr - -# /usr/sbin/arp -s -client-ip -client-enet-addr - - -If you get - - -SIOCSRARP: Invalid argument - - -you probably need to load the RARP kernel module or else recompile the -kernel to support RARP. Try modprobe rarp and -then try the rarp command again. - - - -On a RARP server system using a Linux 2.4.x kernel, -there is no RARP module, and -you should instead use the rarpd program. The -procedure is similar to that used under SunOS in the following -paragraph. - - - -Under SunOS, you need to ensure that the Ethernet hardware address for -the client is listed in the ethers database (either in the +On a RARP server system using a Linux 2.4 or 2.6 kernel, or Solaris/SunOS, +you use the rarpd program. +You need to ensure that the Ethernet hardware address for the client is +listed in the ethers database (either in the /etc/ethers file, or via NIS/NIS+) and in the hosts database. Then you need to start the RARP daemon. -In SunOS 4, issue the command (as root): -/usr/etc/rarpd -a; in SunOS 5, use -/usr/sbin/rarpd -a. +Issue the command (as root): /usr/sbin/rarpd -a +on most Linux systems and SunOS 5 (Solaris 2), +/usr/sbin/in.rarpd -a on some other Linux systems, +or /usr/etc/rarpd -a in SunOS 4 (Solaris 1). -- cgit v1.2.3