File: README

package info (click to toggle)
ipband 0.8.1-5
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 424 kB
  • ctags: 262
  • sloc: ansic: 4,073; makefile: 118; sh: 108
file content (59 lines) | stat: -rwxr-xr-x 1,585 bytes parent folder | download | duplicates (6)
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
IPBAND (FEB 20, 2002)
==========================


Contents
========
ipband is a pcap based IP traffic monitor. It listens to a
network interface in promiscuous mode, tallies per-subnet
traffic and bandwidth usage and starts detailed logging if
specified threshold for the specific subnet is exceeded.


Suggested Usage
===============
The utility could be handy in a limited  bandwidth  WAN
environment  (frame relay, ISDN etc. circuits) to pinpoint
offending traffic source if certain links become saturated
to the	point where legitimate packets start getting dropped.

It also can be used to monitor internet connection when
specifying the range of local ip addresses (to avoid firing reports
about non-local networks).


Installing
==========
(1) You must first have pcap library installed (see Requirements below).
(2) Type 'make' to produce executables.
(3) Type 'make install' to install executable, man page and sample config file.
(4) 'ipband' typically must be run as root to read the network interface.


Documentation
=============
See the man page ipband.1.


Bugs/Todo
=========
Report mailing blocks until pipe to sendmail returns. Might add threads later.


Contact Info
============
Andrew Nevynniy <anevynni@russelmetals.com>. 


Requirements
============
IPBAND uses the pcap library which is available from the
URL http://www-nrg.ee.lbl.gov/nrg.html.  It is installed
by default in some Unix environments, and it available
as an rpm from Red Hat.


License
=======
IPBAND is covered by the GNU General Public Licensse. 
See the file COPYING for copying permission.