-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathifmon.8
More file actions
37 lines (37 loc) · 1.04 KB
/
ifmon.8
File metadata and controls
37 lines (37 loc) · 1.04 KB
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
.TH ifmon 8
'''
.SH NAME
\fBifmon\fR \- network interface monitor
'''
.SH DESCRIPTION
Network interfaces in Linux are not static and cannot be reliably configured
during system startup. \fBifmon\fR addresses this problem by monitoring kernel
events and spawning scripts to configure interfaces once they appear in the
system. Together with its client tool, \fBifctl\fR, it also maintains stable
mapping between identifiable physical devices and their assigned setup scripts,
regardless of non-persistent interface names the kernel uses.
.P
Whenever a new interface appears, say \fIeth1\fR, ifmon spawns
.P
.nf
/etc/net/identify \fIeth1\fR
.fi
.P
which should attempt to identify the physical device behind \fIeth1\fR
and its assigned profile. This is typically done by running
.P
.nf
\fBifctl \fIeth1 \fBidentify\fR
.fi
.P
which then passes profile name back to ifmon. For any device that has
been successfully identified and assigned a profile, ifmon then runs
.P
.nf
/etc/net/mode-\fIprofile\fR
.fi
.P
to configure the device.
'''
.SH SEE ALSO
\fBifctl\fR(1).