Skip to content

ashishjullia/PXE-Installation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

PXE-Installation

Problem: To install Linux on a system or on a set of systems then admin have to configure each system separately which may take a lot of time if there are large number of systems for example If we want to install Linux on more than 500+ systems at the same.

Question: Is there any simple and smart method to do that?
Answer: PXE-Installation.

If you are also looking for something like this follow the following links:
Website Link -> https://geekylane.com/completely-setup-and-configure-pxe-installation-server-on-redhat-6-or-centos-6/
Direct PDF File -> https://drive.google.com/file/d/1E2M1Z3K0Q1y6kUXnW1ZjoNGdZ4hP274J/view?usp=drive_open

This includes networking over BOOTP , DNS , KDC , SMTP , TFTP, DHCP, DHCP Relay·

During the project, I learned a few things:

  1. What is PXE.
  2. How DNS works.
  3. How DHCP and DHCP server works.
  4. How IP-Addresses work and Networking.
  5. How to work on Vmware-Workstation.
  6. How tftp works.