Sponsored Content
Full Discussion: about RARP
Special Forums IP Networking about RARP Post 302569922 by kavitha rao on Wednesday 2nd of November 2011 04:11:26 AM
Old 11-02-2011
Question about RARP

Is a separate frame type field required for RARP? Could the same value be used for ARP and RARP 0x0806?



thanks in advance.
 

5 More Discussions You Might Find Interesting

1. IP Networking

Alternate to RARP Solaris 5.6 & 5.8

I am a Cisco Engineer and have run into a problem with the boot process for UNIX servers running Solaris 5.6 & 5.8 OS. Currently the servers boot using RARP to discover IP configuration. This works and is OK as long as everything is on the same network where the broadcasts are free to roam. ... (2 Replies)
Discussion started by: dmerg59
2 Replies

2. Solaris

Jumpstart: Rarp protocol specifics

I am having trouble locating a boot server on my subnet. I am trying to avoid installing a boot server if one exisits. Is there a way for me to broadcast a Rarp request to see if any boot servers are on my subnet and if so identify them? I think this will only work if the Rarp protocol supports... (3 Replies)
Discussion started by: mhm4
3 Replies

3. UNIX for Dummies Questions & Answers

Help with waiting for ARP/RARP packet

All, I am no UNIX guru and all of them on my project have been unable to figure out the situation regarding the "waiting for ARP/RARP packet" issue we are experiencing. Hopefull, someone here will have some much needed insight.... The workstation is crashing while no one is around, the... (1 Reply)
Discussion started by: chezmargm
1 Replies

4. UNIX for Advanced & Expert Users

Timeout waiting for arp/rarp error

hello folks, I am trying to install solaris 10 through network using jumpstart but the thing is i am facing problem with the following message problem Timeout waiting for arp/rarp i made sure everything correct as /etc/hosts and /etc/ethers cables are connected, plz anyone help me out (7 Replies)
Discussion started by: solar10
7 Replies

5. Solaris

Solaris 2.6 looking for ARP/RARP packet

Hi Everybody :) This is my first post concerning Solaris 2.6 trying to boot on a Tadpole SparcBook 3. I bought the laptop from somebody who configured it for his network. For the moment I want it as a non-networked standalone machine, or at least have that option. On trying to boot I get an... (0 Replies)
Discussion started by: JuBiLeE_50_05
0 Replies
RARP(8) 						     Linux Programmer's Manual							   RARP(8)

NAME
rarp - manipulate the system RARP table SYNOPSIS
rarp [-V] [--version] [-h] [--help] rarp -a rarp [-v] -d hostname ... rarp [-v] [-t type] -s hostname hw_addr NOTE
This program is obsolete. From version 2.3, the Linux kernel no longer contains RARP support. For a replacement RARP daemon, see ftp://ftp.dementia.org/pub/net-tools DESCRIPTION
Rarp manipulates the kernel's RARP table in various ways. The primary options are clearing an address mapping entry and manually setting up one. For debugging purposes, the rarp program also allows a complete dump of the RARP table. OPTIONS
-V Display the version of RARP in use. -v Tell the user what is going on by being verbose. -t type When setting or reading the RARP table, this optional parameter tells rarp which class of entries it should check for. The default value of this parameter is ether (i.e. hardware code 0x01 for IEEE 802.3 10Mbps Ethernet . Other values might include network tech- nologies such as AX.25 (ax25) and NET/ROM (netrom). -a --list Lists the entries in the RARP table. -d hostname --delete hostname Remove all RARP entries for the specified host. -s hostname hw_addr --set hostname hw_addr Create a RARP address mapping entry for host hostname with hardware address set to hw_addr. The format of the hardware address is dependent on the hardware class, but for most classes one can assume that the usual presentation can be used. For the Ethernet class, this is 6 bytes in hexadecimal, separated by colons. WARNING
Some systems (notably older Suns) assume that the host replying to a RARP query can also provide other remote boot services. Therefore never gratuitously add rarp entries unless you wish to meet the wrath of the network administrator. FILES
/proc/net/rarp, SEE ALSO
arp(8), route(8), ifconfig(8), netstat(8) AUTHORS
Ross D. Martin, <martin@trcsun3.eas.asu.edu> Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> Phil Blundell, <Philip.Blundell@pobox.com> net-tools 4 August 1997 RARP(8)
All times are GMT -4. The time now is 11:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy