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