1<!--
2  -- ident	"%W%	%E% SMI"
3  --
4    CDDL HEADER START
5
6    The contents of this file are subject to the terms of the
7    Common Development and Distribution License, Version 1.0 only
8    (the "License").  You may not use this file except in compliance
9    with the License.
10
11    You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12    or http://www.opensolaris.org/os/licensing.
13    See the License for the specific language governing permissions
14    and limitations under the License.
15
16    When distributing Covered Code, include this CDDL HEADER in each
17    file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18    If applicable, add the following below this CDDL HEADER, with the
19    fields enclosed by brackets "[]" replaced with your own identifying
20    information: Portions Copyright [yyyy] [name of copyright owner]
21
22    CDDL HEADER END
23
24 -- Copyright (c) 2000-2001 by Sun Microsystems, Inc.
25  -- All rights reserved.
26  -->
27<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
28<html>
29
30<head>
31<title>DHCP Manager Help: Adding a Network</title>
32<meta NAME="AUTHOR" CONTENT="smorgan">
33<meta NAME="KEYWORDS" CONTENT="DHCP">
34
35</head>
36
37<body bgcolor="#FFFFFF">
38
39<a name="top"></a>
40
41<table border=0 cellspacing=0 cellpadding=0 width=615>
42
43
44<!-- Start navigation banner -->
45
46<tr><td colspan=4  WIDTH="615" align="left" valign="top"><IMG SRC="art/bannersmc.gif" WIDTH=615 BORDER=0 ALT="DHCP Manager Help">
47
48	</td>
49	</tr>
50
51<!-- End navigation banner -->
52
53
54<tr>
55
56<!-- Start contents block -->
57
58	<td colspan=1 valign="top" WIDTH="105">
59	<P>&nbsp;</P>
60	<STRONG><A HREF="dhcp_main_top.html">Overview</A></STRONG><P>
61
62	<A HREF="dhcp_relay_ref.html"><STRONG>Servers and Relays</STRONG></A><BR>
63	&nbsp;&nbsp;<A HREF="dhcp_config_wiz.html">DHCP Config</A><BR>
64	&nbsp;&nbsp;<A HREF="dhcp_relay_config.html">Relay Config</A><BR>
65	<IMG SRC="art/tip2.gif" WIDTH=12 HEIGHT=10 BORDER=0 ALT="">Net Config<BR>
66	&nbsp;&nbsp;&nbsp;&nbsp;<a href="#addr"><EM>Address</EM></a><br>
67	&nbsp;&nbsp;&nbsp;&nbsp;<a href="#info"><EM>Net Type</EM></a><br>
68	&nbsp;&nbsp;&nbsp;&nbsp;<a href="#router"><EM>Router</EM></a><br>
69	&nbsp;&nbsp;&nbsp;&nbsp;<a href="#nis"><EM>NIS</EM></a><br>
70	&nbsp;&nbsp;&nbsp;&nbsp;<a href="#nisplus"><EM>NIS+</EM></a><BR>
71	&nbsp;&nbsp;<A HREF="dhcp_server_serv.html">DHCP Services</A><BR>
72	&nbsp;&nbsp;<A HREF="dhcp_relay_serv.html">Relay Services</A><P>
73	<A HREF="dhcp_addr_ref.html"><STRONG>Addresses</STRONG></A><P>
74	<A HREF="dhcp_macro_ref.html"><STRONG>Macros</STRONG></A><P>
75	<A HREF="dhcp_option_ref.html"><STRONG>Options</STRONG></A><P>
76	<A HREF="dhcp_main_how.html"><STRONG>How To..</STRONG></A><P>
77	<A HREF="dhcp_main_menus.html"><STRONG>Menus</STRONG></A><P>
78<A HREF="dhcp_main_idx.html"><STRONG>Index</STRONG></A>
79
80		</td>
81
82<!-- End contents block -->
83
84<!-- Start column rule -->
85
86	<td colspan=1 width=5 bgcolor="#CCCCCC">&nbsp;</td>
87
88<!-- End column spacer -->
89
90<!-- Start column spacer -->
91
92	<td colspan=1 width=10 bgcolor="#FFFFFF">&nbsp;</td>
93
94<!-- End column spacer -->
95
96
97
98<!-- Start topic block -->
99
100<td colspan=1 valign="top" bgcolor="#ffffff">
101
102
103
104<P>&nbsp;</P>
105
106
107
108<h1>Network Wizard</h1>
109The Network Wizard guides you through the steps to add a new network to the DHCP server's list of configured networks. The Network Wizard is available from the Edit menu, when the Address view is displayed.<P>
110<p>
111
112To enter information, double-click in the field, enter the desired value, and then press Enter.
113
114The following table describes the information required to add a network to the DHCP server.
115<P><HR NOSHADE><P>
116<P>
117
118	<table border=0 cellspacing=3 cellpadding=3>
119	<tr>
120	<td width=125 valign="top"><A NAME="addr"><STRONG>Network Address</STRONG></A></td>
121	<td valign="top">
122	Enter the IP address of the network you are configuring.<p>
123	</td>
124	</tr>
125
126	<tr>
127	<td width=125 valign="top"><A NAME="info"><STRONG>Subnet Mask</STRONG></A><br></td>
128	<td valign="top">
129		Enter the subnet mask for this network. A subnet mask is a way of dividing
130	up the host portion of an Internet address to form local subnetworks.
131	</TD></TR>
132
133	<tr>
134	<td width=125 valign="top"><A NAME="info"><STRONG>Network Type</STRONG></A><br></td>
135	<td valign="top">
136	Specify whether the network is a local area network (LAN) or point-to-point (PPP).<p>
137
138
139	</TD>
140	</tr>
141
142	<tr>
143	<td width=125 valign="top"><A NAME="router"><STRONG>Routing</STRONG></A></td>
144	<td valign="top">A router is a machine with multiple network
145	interfaces that can forward IP packets from one network to
146	another. In most cases, your clients should use router discovery to
147	connect to a router. If you have clients in your network that cannot
148	use router discovery, enter the IP address of a router which
149	they can use to communicate with systems on another network.
150	</td>
151	</tr>
152
153
154
155	<tr>
156	<td width=125 valign="top"><A NAME="nis"><STRONG>NIS Domain</STRONG></A><br>
157	<STRONG>NIS Servers</STRONG></td>
158	<td width=315 valign="top">If the server is configured to use NIS naming service,
159	the NIS server information will be filled in.  If not, you can enter the domain
160	name and IP address of one or more NIS name servers.<P>
161
162	The order in which the address appears in the list determines the order in
163	which the servers are queried.
164	</td>
165	</tr>
166
167	<tr>
168	<td width=125 valign="top"><A NAME="nisplus"><STRONG>NIS+ Domain</STRONG></A><br>
169	<STRONG>NIS+ Servers</STRONG></td>
170	<td valign="top">If the server is configured to use NIS+ name service,
171	the NIS+ server information will be filled in.  If not, you can enter
172	the domain name and IP address of one or more NIS+ name servers.<P>
173	The order in which the address appears in the list determines the order in
174	which the servers are queried.
175	</td>
176
177	</tr>
178
179
180</table>
181&nbsp;&nbsp;&nbsp;<A HREF="#top"><small>return to top</small></A>
182
183
184
185<p>&nbsp;</p>
186
187
188<!-- Don't go past this line! -->
189
190	</td>
191
192<!-- End topic block -->
193
194</tr>
195
196</table>
197
198<!-- End topic table -->
199
200</body>
201</html>
202