JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Administration: IP Services     Oracle Solaris 10 1/13 Information Library
search filter icon
search icon

Document Information

Preface

Part I Introducing System Administration: IP Services

1.  Oracle Solaris TCP/IP Protocol Suite (Overview)

Part II TCP/IP Administration

2.  Planning Your TCP/IP Network (Tasks)

3.  Introducing IPv6 (Overview)

4.  Planning an IPv6 Network (Tasks)

5.  Configuring TCP/IP Network Services and IPv4 Addressing (Tasks)

6.  Administering Network Interfaces (Tasks)

7.  Configuring an IPv6 Network (Tasks)

8.  Administering a TCP/IP Network (Tasks)

9.  Troubleshooting Network Problems (Tasks)

10.  TCP/IP and IPv4 in Depth (Reference)

11.  IPv6 in Depth (Reference)

Part III DHCP

12.  About DHCP (Overview)

13.  Planning for DHCP Service (Tasks)

14.  Configuring the DHCP Service (Tasks)

15.  Administering DHCP (Tasks)

16.  Configuring and Administering the DHCP Client

17.  Troubleshooting DHCP (Reference)

18.  DHCP Commands and Files (Reference)

DHCP Commands

Running DHCP Commands in Scripts

Files Used by the DHCP Service

DHCP Option Information

Determining if Your Site Is Affected

Differences Between dhcptags and inittab Files

Converting dhcptags Entries to inittab Entries

Part IV IP Security

19.  IP Security Architecture (Overview)

20.  Configuring IPsec (Tasks)

21.  IP Security Architecture (Reference)

22.  Internet Key Exchange (Overview)

23.  Configuring IKE (Tasks)

24.  Internet Key Exchange (Reference)

25.  IP Filter in Oracle Solaris (Overview)

26.  IP Filter (Tasks)

Part V IPMP

27.  Introducing IPMP (Overview)

28.  Administering IPMP (Tasks)

Part VI IP Quality of Service (IPQoS)

29.  Introducing IPQoS (Overview)

30.  Planning for an IPQoS-Enabled Network (Tasks)

31.  Creating the IPQoS Configuration File (Tasks)

32.  Starting and Maintaining IPQoS (Tasks)

33.  Using Flow Accounting and Statistics Gathering (Tasks)

34.  IPQoS in Detail (Reference)

Glossary

Index

Files Used by the DHCP Service

The following table lists the files that are associated with DHCP.

Table 18-2 Files and Tables Used by DHCP Daemons and Commands

File or Table Name
Description
dhcptab
Legacy Sun DHCP only: A generic term for the table of DHCP configuration information that is recorded as options with assigned values, which are then grouped into macros. The name of the dhcptab table and its location is determined by the data store that you use for DHCP information. For more information, see the dhcptab(4) man page.
DHCP network table
Legacy Sun DHCP only: Maps IP addresses to client IDs and configuration options. DHCP network tables are named according to the IP address of the network, such as 10.21.32.0. There is no file that is called dhcp_network. The name and location of DHCP network tables is determined by the data store that you use for DHCP information. For more information, see the dhcp_network(4) man page.
/etc/dhcp/eventhook
Legacy Sun DHCP only: A script or executable that the dhcpagent daemon can automatically run. For more information, see the dhcpagent(1M) man page.
/etc/inet/dhcpd4.conf

/etc/inet/dhcpd6.conf

ISC DHCP only: Contains configuration information for the ISC DHCP server, dhcpd. For more information, see the dhcpd.conf(5) man page.
/etc/inet/dhcpsvc.conf
Legacy Sun DHCP only: Stores startup options for the DHCP daemon and data store information. This file must not be edited manually. Use the dhcpconfig command to change startup options. For more information, see the dhcpsvc.conf(4) man page.
nsswitch.conf
Specifies the location of name service databases and the order in which to search name services for various kinds of information. The nsswitch.conf file is read to obtain accurate configuration information when you configure a DHCP server. The file is located in the /etc directory. For more information, see the nsswitch.conf(4) man page.
resolv.conf
Contains information used to resolve DNS queries. During DHCP server configuration, this file is consulted for information about the DNS domain and DNS server. The file is located in the /etc directory. For more information, see the resolv.conf(4) man page.
dhcp.interface
Indicates that DHCP is to be used on the client's network interface that is specified in the dhcp.interface file name. For example, the existence of a file named dhcp.qe0 indicates that DHCP is to be used on the qe0 interface. The dhcp.interface file might contain commands that are passed as options to the ifconfig command, which is used to start DHCP on the client. The file is located in the /etc directory on DHCP client systems. No specific man page, see dhcp(5).
/etc/dhcp/interface.dhc

/etc/dhcp/interface.dh6

Contains the configuration parameters that are obtained from DHCP for the given network interface. For DHCPv4 the filename ends with dhc. For DHCPv6, the filename ends with dh6. The client caches the current configuration information in /etc/dhcp/interface.dhc when the interface's IP address lease is dropped. For example, if DHCP is used on the qe0 interface, the dhcpagent caches the configuration information in /etc/dhcp/qe0.dhc. The next time DHCP starts on the interface, the client requests to use the cached configuration if the lease has not expired. If the DHCP server denies the request, the client begins the standard process for DHCP lease negotiation.
/etc/default/dhcpagent
Sets parameter values for the dhcpagent client daemon. See the /etc/default/dhcpagent file or the dhcpagent(1M) man page for information about the parameters.
/etc/dhcp/inittab

/etc/dhcp/inittab6

Legacy Sun DHCP only: Defines aspects of DHCP option codes, such as the data type, and assigns mnemonic labels. See the dhcp_inittab(4) man page for more information about the file syntax. The /etc/dhcp/inittab6 is used by the DHCPv6 clients.

On the client, the information in the /etc/dhcp/inittab file is used by the dhcpinfo command to provide more meaningful information to human readers of the information. On the DHCP server system, this file is used by the DHCP daemon and management tools to obtain DHCP option information.

The /etc/dhcp/inittab file replaces the /etc/dhcp/dhcptags file that was used in previous releases.

/var/db/isc-dhcp/dhcp4.leases

/var/db/isc-dhcp/dhcp4.leases-

/var/db/isc-dhcp/dhcp6.leases

/var/db/isc-dhcp/dhcp6.leases-

ISC DHCP only: Lists leases for DHCPv4 and DHCPv6 servers. Files with “-” at end of the file name are previous copies.