forked from Stichting-MINIX-Research-Foundation/minix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetconf.8
More file actions
79 lines (76 loc) · 1.03 KB
/
Copy pathnetconf.8
File metadata and controls
79 lines (76 loc) · 1.03 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
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
.TH NETCONF 8
.SH NAME
netconf - a script to configure the network
.SH SYNOPSIS
.B netconf
.RB [\-q]
.RB [\-p
.RI <prefix>]
.RB [\-e
.RI <num>]
.RB [\-a]
.B netconf
.RB [\-H
.RI <hostname>
.RB ]
.RB \-i
.RI <ip>
.RB \-n
.RI <mask>
.RB \-g
.RI <gw>
.RB \-d
.RI "<prim dns>"
.RB [\-s
.RI "<sec dns> ]"
.B netconf
.RB [\-c]
.SH DESCRIPTION
.B Netconf
allows the root user to configure the network. It defaults to an interactive
mode. However, command line options can be used to answer some of the
questions.
.SH OPTIONS
.TP
.B \-q
Limit generated output
.TP
.B \-p
Path prefix for configuration files.
.TP
.B \-e
Ethernet card
.TP
.B \-a
Use DHCP. (Will override -H, -i, -n, -g, -d, and -s flags)
.TP
.B \-H
Hostname
.TP
.B \-i
IP address
.TP
.B \-n
Netmask
.TP
.B \-g
Default Gateway
.TP
.B \-d
Primary DNS
.TP
.B \-s
Secondary DNS
.TP
.B \-h
Usage
.TP
.B \-c
Prints list of supported ethernet cards
.SH "SEE ALSO"
ifconfig(8),
dhcpd(8)
.SH NOTES
Must be the root user to execute this script.
.SH AUTHOR
Leith Brandeland <lb.minix@gmail.com>