Configuring the DHCP Server



Configuring the DHCP Server

In This Chapter

  • Download and Install the DHCP Pacakge

  • The/etc/dhcpd.confFile

  • How to Get DHCP Started

  • DHCP Servers with Multiple NICs

  • Configuring Linux Clients to Use DHCP

  • Configuring Windows Clients to Use DHCP

  • Simple DHCP Troubleshooting

  • Conclusion

Normally if you have a cable modem or DSL, you get your home PC's IP address dynamically assigned from your service provider. If you install a home cable/DSL router between your modem and home network, your PC will most likely get its IP address at boot time from the home router instead. You can choose to disable the DHCP server feature on your home router and set up a Linux box as the DHCP server.

This chapter covers only the configuration of a DHCP server that provides IP addresses. The configuration of a Linux DHCP client that gets its IP address from a DHCP server is covered in Chapter 3, "Linux Networking."