vm: restore stacktrace on SIGSEGV
[minix.git] / man / man8 / netconf.8
blobbe4526e7248e7777bd1dd8723cf815f84bca2397
1 .TH NETCONF 8
2 .SH NAME
3 netconf - a script to configure the network
4 .SH SYNOPSIS
5 .B netconf 
6 .RB [\-q]
7 .RB [\-p 
8 .RI <prefix>]
9 .RB [\-e 
10 .RI <num>] 
11 .RB [\-a]
13 .B netconf
14 .RB [\-H
15 .RI <hostname>
16 .RB ]
17 .RB \-i
18 .RI <ip> 
19 .RB \-n 
20 .RI <mask>
21 .RB \-g
22 .RI <gw>
23 .RB \-d
24 .RI "<prim dns>"
25 .RB [\-s
26 .RI  "<sec dns> ]"
28 .B netconf
29 .RB [\-c]
31 .SH DESCRIPTION
32 .B Netconf
33 allows the root user to configure the network.  It defaults to an interactive 
34 mode.  However, command line options can be used to answer some of the 
35 questions. 
36 .SH OPTIONS
37 .TP
38 .B \-q
39 Limit generated output
40 .TP
41 .B \-p
42 Path prefix for configuration files. 
43 .TP
44 .B \-e
45 Ethernet card
46 .TP
47 .B \-a
48 Use DHCP.  (Will override -H, -i, -n, -g, -d, and -s flags)
49 .TP
50 .B \-H
51 Hostname
52 .TP
53 .B \-i
54 IP address
55 .TP
56 .B \-n
57 Netmask
58 .TP
59 .B \-g
60 Default Gateway
61 .TP
62 .B \-d
63 Primary DNS
64 .TP
65 .B \-s
66 Secondary DNS
67 .TP
68 .B \-h
69 Usage
70 .TP
71 .B \-c
72 Prints list of supported ethernet cards
73 .SH "SEE ALSO"
74 ifconfig(8), 
75 dhcpd(8)
76 .SH NOTES
77 Must be the root user to execute this script.
78 .SH AUTHOR
79 Leith Brandeland <lb.minix@gmail.com>