Chapter 23: Setting Up Boot Servers: DHCP and NIS


Overview

In This Chapter

  • Using Dynamic Host Configuration Protocol (DHCP)

  • Setting up a DHCP server

  • Setting up a DHCP client

  • Using Network Information Service

  • Setting up Linux as an NIS client

  • Setting up Linux as an NIS master server

  • Setting up Linux as an NIS slave server

If you are tasked with maintaining a network, you are probably interested in automating as much of the routine maintenance as possible. As your network grows this becomes particularly important. When a new computer is added to your network or when a new employee joins your organization, you need to make configuration changes. You'd probably like a painless means of getting the changes pushed out quickly and preferably without having to touch each and every computer on your network. This is where DHCP (Dynamic Host Configuration Protocol) and NIS (Network Information Service) come in.

The Internet Protocol (IP) has enabled network functionality that could scarcely be imagined when IP was first developed. In order for your network client and servers to take advantage of the numerous IP network services, software, and devices, each of your clients needs an IP address. For all but the smallest networks, manually assigning and then tracking IP addresses can be a risky proposition. On top of the hassle of tracking who has which address, you could find yourself having to reconfigure every network client you have if you need to make a change in your IP addressing structure to accommodate new users or ISP services. Because DHCP can be used to dynamically assign IP addresses to DHCP clients , all of these pitfalls become irrelevant when DHCP is in use.

NIS offers a means of distributing a variety of configuration files (containing information such as user accounts, passwords, and network addresses) to other Linux and UNIX systems on your network. If a new user joins your organization, NIS can be used to make sure he or she can log on with the proper authority to many systems without having to make manual configuration changes to the target systems.

This chapter describes how to set up Fedora or RHEL as a DHCP or NIS server. It then explains how to verify that those services are working and how to set up client computers to use those services.




Fedora 6 and Red Hat Enterprise Linux Bible
Fedora 6 and Red Hat Enterprise Linux Bible
ISBN: 047008278X
EAN: 2147483647
Year: 2007
Pages: 279

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net