]> git.ipfire.org Git - people/stevee/network.git/blob - man/network-device.8.in
3e0075626f89f0e002b5ceffd90e6f15d7a73fe1
[people/stevee/network.git] / man / network-device.8.in
1 .TH network-device 8 "6 Jun 2012" "@VERSION@" "network man page"
2
3 .SH NAME
4 network-device \- Network Configuration Control Program
5
6 .SH SYNOPSIS
7 \fBnetwork [OPTIONS] device <device> [status|discover|unlock] ...\fR
8
9 .SH DESCRIPTION
10 By the device subcommands, it is very easy to get status information
11 about network devices and do some more things.
12
13 .SH OPTIONS
14 The \fBnetwork device\fR command offers various commands:
15
16 \fB<device> status\fR
17 .RS 4
18 This will show you very detailed information about the given device.
19 .PP
20 This is all about the ethernet parts of the device and does not contain
21 any IP information as this is defined as a zone (\fBnetwork-zone\fR(8)).
22 .RE
23 .PP
24
25 \fB<device> discover\fR
26 .RS 4
27 Runs a discovery for many hooks on the given device. This will check
28 if the hook can find for example a DHCP server or DSLAM and thus predict
29 for what the device should be used.
30 .RE
31 .PP
32
33 \fB<device> unlock\fR
34 .RS 4
35 This command will unlock the SIM card in a modem. Only serial devices
36 are supported which are the most UMTS or 3G modems.
37 .PP
38 For the PIN or PUK code, the user will be prompted.
39 .RE
40 .PP
41
42 .SH SEE ALSO
43 network(8)
44
45 .SH AUTHOR
46 Michael Tremer (michael.tremer@ipfire.org)