Chapter 7. Building a Network
In this chapter, we will cover the following topics:
- Printing with CUPS
- Running a DHCP server
- Using WebDAV for file sharing
- Installing and configuring NFS
- Working with NFS
- Securely sharing resources with Samba
Introduction
This chapter is a collection of recipes that covers the many facets of today's working environment. From printing and file sharing across different types of office computer systems to keeping your computers online, this chapter provides the necessary details on how quickly you can use CentOS to implement the necessary tools that will maximize efficiencies within your networking environment.
Printing with CUPS
Print servers allow local printing devices to be connected to a network and be shared among several users and departments. There are many advantages using such a system, including the lack of a need to buy dedicated printer hardware for each user, room, or department. The Common Unix Printing System (CUPS) is the de-facto standard...