Lab 6 - Review

Lab 6 - Review of Users, Bind, Apache, and vsFTPd

This lab will give you some practice setting up the servers that we have used so far. There will be part marks given for partially completing this lab.

Be sure to check your work as you go along.

  1. Add three users to your server, harry, ron, and hermione. Set the password for each of these users to black.
  2. Add the domain hogwarts.com to your DNS server with the same computer names as in lab 3.
  3. In the apache configuration, add a virtual host for hogwarts.com. Put an HTML file in the directory where hogwarts.com will look for files. This file must include your name(s).
  4. If you did not do it before, setup user directories in Apache so that users can publish files to the web from their home directory. Put an HTML file in each of harry, ron and hermione's home directory where they can be accessed through the web.
  5. Set up vsFTPd so that ron and hermione can update their files by FTP but harry can not.
  6. Have your work checked by the instructor.

Bonus (+2): Change it so that harry's files can not be accessed by the web.