File: arpwatch.8

package info (click to toggle)
arpwatch 2.1a15-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,444 kB
  • ctags: 898
  • sloc: sh: 3,074; ansic: 2,798; perl: 147; makefile: 94; awk: 90
file content (368 lines) | stat: -rw-r--r-- 7,356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
.\" @(#) $Id: arpwatch.8,v 1.13 2001/04/17 20:31:25 leres Exp $ (LBL)
.\"
.\" Copyright (c) 1992, 1994, 1996, 1997, 2000
.\"	The Regents of the University of California.  All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that: (1) source code distributions
.\" retain the above copyright notice and this paragraph in its entirety, (2)
.\" distributions including binary code include the above copyright notice and
.\" this paragraph in its entirety in the documentation or other materials
.\" provided with the distribution, and (3) all advertising materials mentioning
.\" features or use of this software display the following acknowledgement:
.\" ``This product includes software developed by the University of California,
.\" Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
.\" the University nor the names of its contributors may be used to endorse
.\" or promote products derived from this software without specific prior
.\" written permission.
.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
.TH ARPWATCH 8 "8 October 2000"
.UC 4
.SH NAME
arpwatch \- keep track of ethernet/ip address pairings
.SH SYNOPSIS
.na
.B arpwatch
.\" **
.\" **
[
.B \-dN
]
.\" **
.\" **
.br
.ti +8
[
.B \-f
.I datafile
]
.\" **
.\" **
.br
.ti +8
[
.B \-i
.I interface
]
.\" **
.\" **
.br
.ti +8
[
.B -n
.IR net [/ width
]]
.\" **
.\" **
.br
.ti +8
[
.B \-r
.I file
]
.\" **
.\" **
.br
.ti +8
[
.B -s
.I sendmail_path
]
.\" **
.\" **
.br
.ti +8
[
.B -p
]
.\" **
.\" **
.br
.ti +8
[
.B -a
]
.\" **
.\" **
.br
.ti +8
[
.B \-m
.I addr
]
.\" **
.\" **
.br
.ti +8
[
.B -u
.I username
]
.br
.ti +8
[
.B -R
.I seconds
]
.\" **
.\" **
.br
.ti +8
[
.B -Q
]
.\" **
.\" **
.br
.ti +8
[
.B -z
.I ignorenet/ignoremask
]
.\" **
.\" **
.ad
.SH DESCRIPTION
.B Arpwatch
keeps track for ethernet/ip address pairings. It syslogs activity
and reports certain changes via email.
.B Arpwatch
uses
.BR pcap (3)
to listen for arp packets on a local ethernet interface.
.\" **
.\" **
.LP
The
.B \-d
flag is used enable debugging. This also inhibits forking into the
background and emailing the reports. Instead, they are sent to
.IR stderr .
.\" **
.\" **
.LP
The
.B \-f
flag is used to set the ethernet/ip address database filename.
The default is
.IR arp.dat .
.\" **
.\" **
.LP
The
.B \-i
flag is used to override the default interface.
.\" **
.\" **
.LP
The
.B \-n
flag specifies additional local networks. This can be useful to
avoid "bogon" warnings when there is more than one network running
on the same wire. If the optional
.I width
is not specified, the default netmask for the network's class is used.
.\" **
.\" **
.LP
The
.B \-N
flag disables reporting any bogons.
.\" **
.\" **
.LP
The
.B \-r
flag is used to specify a savefile
(perhaps created by
.BR tcpdump (1)
or
.BR pcapture (1))
to read from instead
of reading from the network. In this case,
.B arpwatch
does not fork.
.\" **
.\" **
.LP
(Debian) The
.B -s
flag is used to specify the path to the sendmail program.
Any program that takes the option \-odi and then text from stdin
can be substituted. This is useful for redirecting reports
to log files instead of mail.
.\" **
.\" **
.LP
(Debian) The
.B -p
flag disables promiscuous operation.  ARP broadcasts get through hubs without
having the interface in promiscuous mode, while saving considerable resources
that would be wasted on processing gigabytes of non-broadcast traffic.  OTOH,
setting promiscuous mode does not mean getting 100% traffic that would concern
.B arpwatch .
YMMV.
.\" **
.\" **
.LP
(Debian)
.B -a
By default,
.B arpwatch
reports bogons (unless
.B -N
is given) for IP addresses that are in the same subnet than the
first IP address of the default interface.  If this option is
specified,
.B arpwatch
will report bogons about every IP addresses.
.\" **
.\" **
.LP
(Debian) The
.B \-m
option is used to specify the e-mail address to which reports will be
sent.  By default, reports are sent to
.I root
on the local machine.
.\" **
.\" **
.LP
(Debian) The
.B -u
flag instructs
.B arpwatch
to drop root privileges and change the UID to
.I username
and GID to the primary group of
.I username .
This is recommended for security reasons, but
.I username
has to have write access to the default directory.
.LP
(Debian) The
.B -R
flag instructs
.B arpwatch
to restart in
.I seconds
seconds after the interface went down.  By default, in such cases
arpwatch would print an error message and exit.  This option is
ignored if either the
.B -r
or
.B -u
flags are used.
.\" **
.\" **
.LP
(Debian) The
.B -Q
flags prevents arpwatch from sending reports by mail.
.\" **
.\" **
.LP
(Debian) The
.B -z
flag is used to set a range of ip addresses to ignore (such as a DHCP
range). Netmask is specified as 255.255.128.0.
.\" **
.\" **
.LP
Note that an empty
.I arp.dat
file must be created before the first time you run
.BR arpwatch .
.\" **
.\" **
.LP
.SH "REPORT MESSAGES"
Here's a quick list of the report messages generated by
.BR arpwatch (1)
(and
.BR arpsnmp (1)):
.TP
.B "new activity"
This ethernet/ip address pair has been used for the first time six
months or more.
.TP
.B "new station"
The ethernet address has not been seen before.
.TP
.B "flip flop"
The ethernet address has changed from the most recently seen address to
the second most recently seen address.
(If either the old or new ethernet address is a DECnet address and it
is less than 24 hours, the email version of the report is suppressed.)
.TP
.B "changed ethernet address"
The host switched to a new ethernet address.
.SH "SYSLOG MESSAGES"
Here are some of the syslog messages;
note that messages that are reported are also sysloged.
.TP
.B "ethernet broadcast"
The mac ethernet address of the host is a broadcast address.
.TP
.B "ip broadcast"
The ip address of the host is a broadcast address.
.TP
.B "bogon"
The source ip address is not local to the local subnet.
.TP
.B "ethernet broadcast"
The source mac or arp ethernet address was all ones or all zeros.
.TP
.B "ethernet mismatch"
The source mac ethernet address didn't match the address inside
the arp packet.
.TP
.B "reused old ethernet address"
The ethernet address has changed from the most recently seen address to
the third (or greater) least recently seen address.
(This is similar to a flip flop.)
.TP
.B "suppressed DECnet flip flop"
A "flip flop" report was suppressed because one of the two
addresses was a DECnet address.
.SH FILES
.na
.nh
.nf
/var/lib/arpwatch - default directory
arp.dat - ethernet/ip address database
/usr/share/arpwatch/ethercodes.dat - vendor ethernet block list
.ad
.hy
.fi
.SH "SEE ALSO"
.na
.nh
.BR arpsnmp (8),
.BR arp (8),
.BR bpf (4),
.BR tcpdump (1),
.BR pcapture (1),
.BR pcap (3)
.ad
.hy
.SH AUTHORS
Craig Leres of the
Lawrence Berkeley National Laboratory Network Research Group,
University of California, Berkeley, CA.
.LP
The current version is available via anonymous ftp:
.LP
.RS
.I ftp://ftp.ee.lbl.gov/arpwatch.tar.gz
.RE
.SH BUGS
Please send bug reports to arpwatch@ee.lbl.gov.
.LP
Attempts are made to suppress DECnet flip flops but they
aren't always successful.
.LP
Most error messages are posted using syslog.