System Administration Guide: IP Services

Adding, Modifying, and Removing DHCP Networks (Task Map)

When you configure a DHCP server, you must also configure at least one network in order to use the DHCP service. You can add more networks at any time.

The following task map lists tasks you may need to perform when working with DHCP networks and the procedures used to carry them out.

Task 

Description 

Instructions 

Enable or disable DHCP service on server network interfaces 

The default behavior is to monitor all network interfaces for DHCP requests, but you can change this. 

How to Specify Network Interfaces for DHCP Monitoring (DHCP Manager)

Add a new network to the DHCP service 

Place a network under DHCP management, for the purpose of managing IP addresses on the network. 

How to Add a DHCP Network (DHCP Manager)

Change parameters of a DHCP-managed network 

Modify the information that is passed to clients of a particular network. 

How to Modify Configuration of a DHCP Network (DHCP Manager)

How to Modify Configuration of a DHCP Network (dhtadm)

Delete a network from the DHCP service 

Remove a network so that IP addresses on the network are no longer managed by DHCP. 

How to Remove a DHCP Network (DHCP Manager)

How to Remove a DHCP Network (pntadm)

Specifying Network Interfaces to Monitor for DHCP Service

By default, both dhcpconfig and DHCP Manager's Configuration Wizard configure the DHCP server to monitor all the server system's network interfaces. If you add a new network interface to the server system, the DHCP server automatically monitors the new interface when you boot the system. You can then add any networks that will be monitored through the network interface.

However, DHCP Manager also allows you to specify which network interfaces the DHCP service should monitor and which it should ignore. You might want to ignore an interface if you do not want to offer DHCP service on that network.

If you specify that any interface should be ignored, and then install a new interface, the DHCP server ignores the new interface unless you add it to the server's list of monitored interfaces. You can specify interfaces with DHCP Manager.

This section includes a procedure that enables you to specify which network interfaces DHCP should monitor, and which to ignore. The procedure uses the Interfaces tab of the DHCP Manager's Modify Service Options dialog box, which is shown in the following figure.

Figure 10–4 Interfaces Tab of Modify Service Options Dialog Box

Dialog box lists Monitored and Ignored Interfaces on left and right with selection arrows between lists. OK, Reset, Cancel, and Help buttons shown.

How to Specify Network Interfaces for DHCP Monitoring (DHCP Manager)

  1. Choose Modify from the Service menu.

    The Modify Service Options dialog box is displayed.

  2. Select the Interfaces tab.

  3. Select the appropriate network interface and click the arrow buttons to move the interface to the Monitored Interfaces list or the Ignored Interfaces list.

    For example, to ignore an interface, select it in the Monitored Interfaces list and click the right arrow button to move the interface in the Ignored Interfaces list.

  4. Make sure Restart Server is selected and click OK.

Adding DHCP Networks

When you use DHCP Manager to configure the server, the first network (usually the local one on the server system's primary interface) is also configured at the same time. If you want to configure additional networks, use the DHCP Network Wizard in DHCP Manager.

If you use dhcpconfig -D to configure the server, you must manually configure all networks that will be served by the DHCP service. See How to Add a DHCP Network (dhcpconfig) for more information.

The following figure shows the initial dialog box for the DHCP Network Wizard in DHCP Manager.

Figure 10–5 DHCP Manager's Network Wizard

Dialog box shows a Network Address pull-down list and Subnet Mask field with a right selection arrow. Cancel and Help buttons are also shown.

When you configure a new network, DHCP Manager creates the following components:

How to Add a DHCP Network (DHCP Manager)

  1. Click the Addresses tab in DHCP Manager.

    Any networks already configured for DHCP service are listed.

  2. Choose Network Wizard from the Edit menu.

  3. Select options or type requested information based on the decisions you made during the planning phase.

    Planning is described in Planning for Remote Network Configuration.

    If you have difficulty with the wizard, click Help in the wizard window to open your web browser and display help for the DHCP Network Wizard.

  4. Click Finish to complete the network configuration when you have finished entering the requested information.

    The Network Wizard creates a network macro whose name matches the IP address of the network. If you click the Macros tab in the DHCP Manager window and select the network macro, you can confirm that the information you provided in the wizard has been inserted as values for options contained in the macro.

    The Network Wizard creates an empty network table, which is listed in the left pane of the window. You must add addresses for the network before the network's IP addresses can be managed under DHCP. See Adding Addresses to the DHCP Service for more information.

How to Add a DHCP Network (dhcpconfig)

  1. Become superuser or a user assigned to the DHCP Management profile .

  2. Type the following command on the DHCP server system:


    # /usr/sbin/dhcpconfig -N network_address
    

    where network_address is the IP address of the network you want to add to the DHCP service. See the dhcpconfig man page for suboptions you can use with the -N option.

    If you do not use suboptions, dhcpconfig uses network files to obtain information it needs about the network.

  3. Add IP addresses for the network so clients on the network can obtain addresses.

    See Adding Addresses to the DHCP Service.

Modifying DHCP Network Configuration

After you add a network to the DHCP service, you can modify the configuration information you originally supplied by modifying the network macro used to pass information to the clients on the network.

The following figure shows the Macros tab of the DHCP Manager.

Figure 10–6 DHCP Manager's Macros Tab

Macros tab shows list of macros with one macro selected. Option names and values contained in macro are shown.

How to Modify Configuration of a DHCP Network (DHCP Manager)

  1. Select the Macros tab.

    All macros defined for this DHCP server are listed in the left pane.

  2. Select the network macro whose name matches the network whose configuration you want to change.

    The network macro name is the network IP address.

  3. Choose Properties from the Edit menu.

    The Macro Properties dialog box displays a table of the options included in the macro.

  4. Select the option you want to modify.

    The option name and value are displayed in text fields near the top of the dialog box.

  5. Type the new value for the option and click Modify.

    You can also add options here by clicking Select in the dialog box. See Modifying DHCP Macros for more general information about modifying macros.

  6. Select Notify DHCP Server of Change and click OK.

    The change is made to the dhcptab and the DHCP server is signaled to reread the dhcptab and put the changes into effect.

How to Modify Configuration of a DHCP Network (dhtadm)

  1. Determine which macro includes information for all clients of the network.

    The network macro's name matches the network IP address.

    If you don't know which macro includes this information, you can display the dhcptab database to list all macros by using the command dhtadm -P.

  2. Type a command of the following format to change the value of the option you want to change:


    # dhtadm -M -m macro-name -e 'symbol=value'
    

    For example, to change the 10.25.62.0 macro's lease time to 57600 seconds and NIS domain to sem.example.com, type the following commands:

    # dhtadm -M -m 10.25.62.0 -e 'LeaseTim=57600'

    # dhtadm -M -m 10.25.62.0 -e 'NISdmain=sem.example.com'

  3. Type the following command as root to make the DHCP daemon reread dhcptab:


    # pkill -HUP in.dhcpd
    

Removing DHCP Networks

DHCP Manager enables you to remove multiple networks at once. You have the option to automatically remove the hosts table entries associated with the DHCP-managed IP addresses on those networks as well. The following figure shows DHCP Manager's Delete Networks dialog box.

Figure 10–7 Delete Networks Dialog Box

Dialog box shows two lists, Keep Networks and Delete Networks, with selection arrows between lists. Checkbox for Delete host table entries also shown.

The pntadm command requires you to delete each IP address entry from a network before you delete that network. You can delete only one network at a time.

How to Remove a DHCP Network (DHCP Manager)

  1. Select the Addresses tab.

  2. Choose Delete Networks from the Edit menu.

    The Delete Networks dialog box opens.

  3. In the Keep Networks list, select the networks you want to delete.

    Press the Control key while you click with the mouse to select multiple networks, or press the Shift key while you click to select a range of networks.

  4. Click the right arrow button to move the selected networks to the Delete Networks list.

  5. If you want to remove the host table entries for the DHCP–managed addresses on this network, select Delete Host Table Entries.

    Note that this does not delete the host registrations at the DNS server for these addresses. It affects only the local name service.

  6. Click OK.

How to Remove a DHCP Network (pntadm)

Note that this procedure deletes the addresses on the network before removing the network. This ensures that the host names are removed from the hosts file or database.

  1. On the server system, become superuser or a user assigned to the DHCP Management profile.

  2. Type a command following this format to remove an IP address and its host name from the name service:


    # pntadm -D -y IP-address
    

    For example, to remove address 10.25.52.1, type the following command:

    # pntadm -D -y 10.25.52.1

    The -y option specifies to delete the host name.

  3. Repeat the pntadm -D -y command for each address in the network.

    You might want to create a script to do this if you are deleting many addresses.

  4. After all addresses are deleted, type the following command to delete the network from the DHCP service.


    # pntadm -R network-IP-address
    

    For example, to remove network 10.25.52.0, type the following command:

    # pntadm -R 10.25.52.0

    See the pntadm man page for more information about using pntadm.