-conf.d/ip-vhost12.conf
Add the following configuration line
Documentroot/www/ip-vhost1
Create a home page for the root document directory
#mkdir-P/www/ip-vhost1#echo "Ip-vhost1" >/www/ip-vhost1/index.html
II. Configuration of DNS serversPurpose of practical trainingLearn how to set up a DNS serverPractical training equipment and environment1. A server equip
Article Title: Set up a DNS server in Linux (2 ). Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
2. Install the server software
2.1 obtain the bind package (the new version is 8.2.2 p5)
Get the three latest stable files
As shown in the following figure, this task consists of the high-availability server Load balancer component and cache DNS. High-availability server Load balancer component requirements: optimize some key links in the business system architecture, load balancing for TCP layer data traffic, and ensure high service availability. Technology Selection: HAProxy + Keep
Build a master-slave DNS server and explain important transfer and recursive attributes
1. The main function of allow-recursion is to allow recursive queries on hosts to prevent DNS servers from hanging up or wasting network resources.
For example, only recursive DNS queries of hosts in the 1.1.1.0/24 network segment a
Some commands for configuring the DNS server and nslookup in Linux-Linux Enterprise Application-Linux server application information. The following is a detailed description. There are two email servers: 192.168.1.1 (B .test.cn in windows) and 192.168.1.3 (a.test.com in linux ).
Configure the DNS
Configure a primary domain name server as follows① domain name is linux.net, network segment is 192.168.10.0/24, server IP is 192.168.10.10, host name is Dns.linux.net② servers to resolve include: Www.linux.net (192.168.10.11)Ftp.linux.net (192.168.10.12)Mail.linux.net (192.168.10.13)******1. Set IP#vi/etc/sysconfig/network-scripts/ifcfg-eth0 (if it is not practice, it is best not to use the Ifconfig comman
Speaking of intelligent DNS, as an IT staff is not unfamiliar, but is generally provided by third parties, rarely can be implemented locally, today we say can be implemented locally to configure the smart DNS solution, that is, Windows Server 2016 by configuring DNS Policy enables intelligent
DNSRelated ConceptsDNS (domain Name System), a distributed database of domain names and IP addresses that are mapped to each other on the Internet, makes it easier for users to access the Internet without remembering the number of IP strings that can be read directly by the machine. The process of obtaining the IP address of the host name through the hostname is called Domain name resolution (or hostname resolution). The DNS protocol runs on top of th
information associated with this name.
Users like to use network services in the browser's address bar to enter the use of host name and domain name, such as computer.bookshop.com, because such a name is more easily remembered by the user. However, the computer uses an IP address to communicate on the network. To enable communication between network computers, the service provided by the DNS server is to m
appears.Select the primary node. Next step.Enter the reverse search region name. when the focus is transferred to the region file box, the system automatically enters XXXX. dnsNext, complete.Select attributes in the DNS menuClick in the Notification TabEnter the IP address of the second-level DNS server in the notific
There are two mail servers 192.168.1.1 (under Windows host name b.test.cn) and 192.168.1.3 (Linux under host name is a.test.com).
Configure the DNS server under Linux, and here are some of the files that were set during the configuration process.
The specific contents of the/etc/hosts document are as follows:
# Do not remove the following line, or various programs# that require network functionality will
In DNS management may encounter such problems, for example, a company's DNS is provided to the intranet users to resolve the use, but also provided to the public network users to resolve the use, but may not be used by the intranet users, or the public network users use a few, resulting in one party may only use a few records, However, they have to maintain a separate D
DNS (Domain Name server) is a huge distributed database that provides domain-specific information through a domain name server, which is responsible for translating domain names into IP addresses. It is not possible to put all domain name information from the Internet on the same computer, so the DNS system uses a tree
Although Linux has not made noticeable progress in the world of desktop computing, it is already a small celebrity as a Web server. Thanks to its excellent reliability, we can safely run all the important service programs that are necessary for today's internet age on Linux. As a result, some of the most common uses of Linux include being used as mail servers, Web servers, and DNS servers.
Here we'll look a
Article Title: manually configure UbuntuLinux to specify the DNS server address. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
This section describes how to specify the DNS server
In XP, I had a long time ago when I was very upset with the DNS hijacking of China Telecom. I always transferred Google.com to Google.cn, and got the wrong domain name and gave it a "114 search". The entire super hooligans of China Telecom. Therefore, in XP, it is easy to set all DNS servers as OpenDNS servers. It is also very easy to set in Ubutu. You can also s
scope.
Then, set a name for the scope, which is mainly used for recognition and easy to remember.
Then you need to set the IP address range, the network segment is 192.168.15.0, And the range is.
No need to add exclusion or delay.
The default lease time is 8 days.
After configuration, understand the configuration.
Next, set the gateway address.
Then, set the DNS server address. There is only one address. U
转载请说明出处:http://blog.csdn.net/cywosp/article/details/38017027
在上一篇文章(http://blog.csdn.net/cywosp/article/details/38014581)中讲到了使用HTTP重定向来实现server的负载均衡,本文则解说还有一种实现server集群的负载均衡方案——DNS域名解析。 DNS(Domain Name System)是因特网的一项服务,它作为域名和IP地址相互映射的一个分布式数据库,可以使人更方便的訪问互联网。人们在通过浏览器訪问站点时仅仅须要记住站点的域名就可以,而不须要记住那些不太easy理解的IP地址。在
. go to the reverse resolution template configuration file
Cd/var/named/chroot/var/named
2. copy the reverse resolution template file
Cp-p named. local 192.168.0.zone
3. edit the reverse resolution configuration file
Vim 192.168.0.zone
Modify the last two rows
In ns contoso.com
106 in ptr mail.contoso.com
[Root @ mail named] # cat 192.168.0.zone
$ TTL 86400
@ In soa localhost. root. localhost .(
1997022700; Serial
28800; Refresh
14400; Retry
3600000; Expire
86400); Minimum
In ns contoso.com.
10
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.