version 1 showing authors affecting page license.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
RARP |
|
|
2 |
!!!RARP |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
NOTE |
|
|
6 |
DESCRIPTION |
|
|
7 |
OPTIONS |
|
|
8 |
WARNING |
|
|
9 |
FILES |
|
|
10 |
SEE ALSO |
|
|
11 |
AUTHORS |
|
|
12 |
---- |
|
|
13 |
!!NAME |
|
|
14 |
|
|
|
15 |
|
|
|
16 |
rarp - manipulate the system RARP table |
|
|
17 |
!!SYNOPSIS |
|
|
18 |
|
|
|
19 |
|
|
|
20 |
__rarp [[-V] [[--version] [[-h] [[--help] |
|
|
21 |
rarp -a |
|
|
22 |
rarp [[-v] -d hostname ... |
|
|
23 |
rarp [[-v] [[-t type] -s hostname hw_addr__ |
|
|
24 |
!!NOTE |
|
|
25 |
|
|
|
26 |
|
|
|
27 |
This program is obsolete. From version 2.3, the Linux kernel |
|
|
28 |
no longer contains RARP support. For a replacement RARP |
|
|
29 |
daemon, see |
|
|
30 |
''ftp://ftp.dementia.org/pub/net-tools'' |
|
|
31 |
!!DESCRIPTION |
|
|
32 |
|
|
|
33 |
|
|
|
34 |
__Rarp__ manipulates the kernel's RARP table in various |
|
|
35 |
ways. The primary options are clearing an address mapping |
|
|
36 |
entry and manually setting up one. For debugging purposes, |
|
|
37 |
the __rarp__ program also allows a complete dump of the |
|
|
38 |
RARP table. |
|
|
39 |
!!OPTIONS |
|
|
40 |
|
|
|
41 |
|
|
|
42 |
__-V__ |
|
|
43 |
|
|
|
44 |
|
|
|
45 |
Display the version of RARP in use. |
|
|
46 |
|
|
|
47 |
|
|
|
48 |
__-v__ |
|
|
49 |
|
|
|
50 |
|
|
|
51 |
Tell the user what is going on by being |
|
|
52 |
verbose. |
|
|
53 |
|
|
|
54 |
|
|
|
55 |
__-t type__ |
|
|
56 |
|
|
|
57 |
|
|
|
58 |
When setting or reading the RARP table, this optional |
|
|
59 |
parameter tells __rarp__ which class of entries it should |
|
|
60 |
check for. The default value of this parameter is |
|
|
61 |
__ether__ (i.e. hardware code __0x01__ for __IEEE |
|
|
62 |
802.3 10Mbps Ethernet .__ Other values might include |
|
|
63 |
network technologies such as __AX.25 (ax25)__ and |
|
|
64 |
__NET/ROM (netrom).__ |
|
|
65 |
|
|
|
66 |
|
|
|
67 |
__-a__ |
|
|
68 |
|
|
|
69 |
|
|
|
70 |
__--list__ |
|
|
71 |
|
|
|
72 |
|
|
|
73 |
Lists the entries in the RARP table. |
|
|
74 |
|
|
|
75 |
|
|
|
76 |
__-d hostname__ |
|
|
77 |
|
|
|
78 |
|
|
|
79 |
__--delete hostname__ |
|
|
80 |
|
|
|
81 |
|
|
|
82 |
Remove all RARP entries for the specified host. |
|
|
83 |
|
|
|
84 |
|
|
|
85 |
__-s hostname hw_addr__ |
|
|
86 |
|
|
|
87 |
|
|
|
88 |
__--set hostname hw_addr__ |
|
|
89 |
|
|
|
90 |
|
|
|
91 |
Create a RARP address mapping entry for host __hostname__ |
|
|
92 |
with hardware address set to __hw_addr__ class, but for |
|
|
93 |
most classes one can assume that the usual presentation can |
|
|
94 |
be used. For the Ethernet class, this is 6 bytes in |
|
|
95 |
hexadecimal, separated by colons. |
|
|
96 |
!!WARNING |
|
|
97 |
|
|
|
98 |
|
|
|
99 |
Some systems (notably older Suns) assume that the host |
|
|
100 |
replying to a RARP query can also provide other remote boot |
|
|
101 |
services. Therefore never gratuitously add rarp entries |
|
|
102 |
unless you wish to meet the wrath of the network |
|
|
103 |
administrator. |
|
|
104 |
!!FILES |
|
|
105 |
|
|
|
106 |
|
|
|
107 |
''/proc/net/rarp,'' |
|
|
108 |
!!SEE ALSO |
|
|
109 |
|
|
|
110 |
|
|
|
111 |
arp(8), route(8), ifconfig(8), netstat(8) |
|
|
112 |
!!AUTHORS |
|
|
113 |
|
|
|
114 |
|
|
|
115 |
Ross D. Martin, |
|
|
116 |
Fred N. van Kempen, |
|
|
117 |
Phil Blundell, |
|
|
118 |
---- |