PXE + KickStart: Use the virt-install tutorial to automatically install the linux system,
Environment: Red Hat Enterprise Linux Server release 7.2 (Maipo)
Required Software: dhcp, tftp-server, system-config-kickstart, syslinux
Firewalled, selinux:
Tip : This article is for Archlinuxarm, and other Linux distributions should be replaced with the corresponding commands according to the actual situation.Step 1, check if the operating system has detected a wireless cardRun the following command on
DNS is the domain name resolution system. It can convert an IP address to a domain name or an IP address.1. Install DNSStart> set> Control Panel> Add/deleteProgram-> Add/delete Windows Components-> "Network Services"-> select "Domain Name Service
DHCP server address: 192.168.1.100TFTPFFF Server address: 192.168.1.100FTP Server address: 192.168.1.100Installation Tree directory:/var/ftp/pubBootstrapper directory:/var/lib/tftpbootKs.cfg Location:/var/ftp/1.install and configure DHCPYum Install
DHCP server learning DHCP configuration want to learn the contents of the DHCP server, for its basic concepts and configuration of the content we have to understand. So let's start with a quick look at DHCP. DHCP is based on client/server mode. When
Ifconfig eth0 192.168.120.56 netmask 255.255.255.0 temporarily Configure IP and mask for NIC Eth0Ifconfig eth0 192.168.120.56 netmask 255.255.255.0 broadcast 192.168.120.255 temporarily configure IP and mask for network card eth0, broadcast
DHCP service introduction and management configuration of DHCP service under Linux1. Introduction to DHCP ServicesDHCP is the Dynamic Host configuration Protocol, which is a way to assign IP addresses to hosts in a physical network, which is
Step one: Configure a static IP for the DHCP server[[email protected] ~]# ifconfig eth0//View the configuration information of the ETH0 network cardEth0 Link encap:ethernet HWaddr 00:0c:29:0c:c3:1finet addr:192.168.1.33 bcast:192.168.1.255 mask:255.2
2. Install Server Software
2.1 Get the Bind package (now the new version is 8.2.2 P5)
Get the latest stable version of three files from Bind's home page http://www.isc.org:
Bind-contrib.tar.gz
Bind-doc.tar.gz
Bind-src.tar.gz
Or get three files
1.CSS attribute position What are the property values that describe their role
Value
Describe
Absolute
Absolute positioning, positioned relative to the first parent element other than the static locationThe
I. Installing DHCP TFTP VSFTPD system-config-kickstart packages using Yum
1. Install the related software package
#yum-y install tftp DHCP vsftpd System-config-kickstart
Two. Configure the DHCPD service
Everyone knows that DHCP can be dynamic IP address assignment service pull! In a network, it may not be a lot of computers in the case, everyone so always manually assigned to each computer IP address, such as the majority of network settings.
Go from: http://www.cnblogs.com/Alight/p/4351155.html
/etc/resolv.conf It is a DNS client configuration file that sets the IP address and DNS domain name of the DNS server, and also contains the domain name search order for the host. The file is
First describes how to establish a high-speed DNS cache server on FreeBSD, citing the words in the Freebs D Chinese Manual:
A cached domain name server is a domain name server that does not provide authoritative resolution for any domain. It simply
The previous section mentioned some of the content of the recursive query, but said very little, but also very general, this section will be based on the principle and the case two aspects of DNS recursion and iterative query.
Before that, we need
Requirements:
1, automatic installation, basic configuration
2, through the prompt input network segment, subnet mask, gateway, DNS, IP end address and other information to complete the scope of the add
"Method One":
#!/bin/bash
conf=
Installing a DHCP server DHCP configuration fileYou can install the RPM package that is carried with Rhel 6.0 itself, and the DHCP port watchdog program DHCPD configuration file is the file named dhcpd.conf in the/ETC/DHCP directory after the
The previous chapter mainly studied the Linux command base, and network collocation, continue to learn below.First, build NTP time serverNTP server is used for LAN server time synchronization, can ensure that the LAN all the server and time server
About PXEIn many cases it is unrealistic to install the operating system manually, especially when the number is large. It's time to draw on other technologies. PXE is one of them.The PXE full name is: Preboot excution environment Pre-boot execution
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.