| Note |
|---|
|
This site is in the process of being reviewed and updated. |
Introduction
The ApacheDS Dynamic Host Configuration Protocol (DHCP) provider implements
| link |
|---|
| RFC 2131 |
|---|
| text | RFC 2131 |
|---|
| url | http://www.faqs.org/rfcs/rfc2131.html |
|---|
| RFC 2131 |
|---|
|
and
| link |
|---|
| RFC 2132 |
|---|
| text | RFC 2132 |
|---|
| url | http://www.faqs.org/rfcs/rfc2132.html |
|---|
| RFC 2132 |
|---|
|
to pass configuration information to hosts on a TCP/IP network.
The DHCP provider is implemented plugin into the ApacheDS network layer (MINA). As a plugin, DHCP leverages Apache MINA for front-end services and the Apache Directory read-optimized backing store via JNDI for a persistent store.
The ApacheDS DHCP plugin, in conjunction with MINA and the Apache Directory store, provides an easy-to-use yet fully-featured dynamic configuration service. As implemented within the Apache Directory, DHCP will provide:
- DHCP service (RFC 2131, 2132)
- Vendor extensions (RFC 1497)
- Service Location Protocol (SLP) support (RFC 2608)
- Optional LDAP management
- UDP and TCP Support (MINA)
- Easy POJO embeddability for containers such as Geronimo, JBoss, and OSGi
DHCP Notes
| link |
|---|
| Setting up DHCP and TFTP servers |
|---|
| text | Setting up DHCP and TFTP servers |
|---|
| url | http://www.linux.com/howtos/Clone-HOWTO/setting-up.shtml |
|---|
| Setting up DHCP and TFTP servers |
|---|
|
| link |
|---|
| PXE using etherboot: HOWTO |
|---|
| text | PXE using etherboot: HOWTO |
|---|
| url | http://204.182.52.180/fom-serve/cache/7.html |
|---|
| PXE using etherboot: HOWTO |
|---|
|
| link |
|---|
| How DHCP works |
|---|
| text | How DHCP works |
|---|
| url | http://www.j51.com/~sshay/tcpip/dhcp/dhcp.htm |
|---|
| How DHCP works |
|---|
|
| link |
|---|
| RFC 1533 |
|---|
| text | RFC 1533 |
|---|
| url | http://www.faqs.org/rfcs/rfc1533.html |
|---|
| RFC 1533 |
|---|
|
- DHCP Options and BOOTP Vendor Extensions| link |
|---|
| RFC 1534 |
|---|
| text | RFC 1534 |
|---|
| url | http://www.faqs.org/rfcs/rfc1534.html |
|---|
| RFC 1534 |
|---|
|
- Interoperation Between DHCP and BOOTP| link |
|---|
| RFC 3118 |
|---|
| text | RFC 3118 |
|---|
| url | http://www.faqs.org/rfcs/rfc3118.html |
|---|
| RFC 3118 |
|---|
|
- Authentication for DHCP Messages
For help with more advanced configurations, check out our Interoperability Guide.