For domain name management, we must select a third-party DNS service provider when using domain name resolution During website construction, even free domain names are more stable than the original domain name platform. After all, most domain name registration platforms only provide domain name registration services. Stable resolution services are specialized by third-party businesses.If we are a Chinese website, general users will choose DNSPOD, CLOU
Preface:If you are lucky to be seen by a friend and find something wrong in this article, you may want to criticize and correct it. If you have any questions, we hope you can discuss them together.
Because I have not registered a valid domain name, I only need to configure the DNS server in my LAN.
DNS Environment Planning
Vm ip Address: 10.170.2.10 master DNS
Achieve the goal:
Building a DNS server1) Sina Server (dns.sina.com)Dns.sina.com-->192.168.4.5www.sina.com-->1.2.3.40news.sina.com-->1.2.3.452) Sohu Server (dns.sohu.net)dns.sohu.com-->192.168.4.6movie.sohu.net-->5.6.7.80study.sohu.net-->5.6.7.85
Client test:To 192.168.4.5 can query Movie.sohu.net, also can contrast 1.2.3.40To 192.168.4.6 can query www.sin.com. can also counter-check 5.6.7.80
Experimental process:The prerequisite has
After the first three sections of the matting, presumably we should have a basic understanding of DNS and related concepts, this section began to discuss the DNS server installation and configuration, but also have the client settings, the content is very basic.
Today our test environment is made up of a single server for installing the DNS service and an XP sys
Label:Machine A--192.168.103.94--Server Machine B - -and 192.168.4.2--Client Machine A = Install Mysql-server, start; Use the root user login to see if DNS resolution is turned on, and execute the following command: Mysql> Show variables like ' skip_name_resolve% ';
+-------------------+-------+
|variable_name | Value |
+-------------------+-------+
| skip_name_resolve | OFF |
+-------------------+-------+
1 row in Set (0.00 sec) Indicates that
1, login million network domain name self-service management platform address as follows: http://dmp.www.net.cn/).
2, and then login successfully after we find the panel "domain DNS modification" as shown in the following figure click on it.
3, then we will see that there are other DNS in the inside, the default is million network their own DNS, we dele
Code to remotely register static DNS records by invoking the WMI port of the DNS server$dnsServerName = "08dc01.mok.com"$containerName = "Mok.com"$dns =[wmiclass] "\\08dc01.mok.com\root\microsoftdns:microsoftdns_resourcerecord"$dns. Createinstancefromtextrepresentation ($dnsServerName, $containerName, "bb.mok.com in A
Tags: Force roc mini win successful domain Name Service delete fileEnvironment:Linux Server one (dual NIC)Intranet ip:192.168.80.180External network ip:192.168.90.180Linux client one, IP address: 192.168.80.10Win7 client One, IP address: 192.168.90.10Ensure network interoperability between server and two clients,Server testingLinux Client TestingWin7 Client TestingFirst step: Server Configuration--------------1. Installation Service----------------[[email protected] ~]# Yum install-y bind bind-u
In the previous blog post we introduced several indispensable records in DNS servers, including a, NS, and SOA records. In this blog post we will continue to introduce several other common DNS records, I hope you can understand the DNS helpful.Four MX recordMX records are also known as Mail Exchanger Records, and MX records are used to indicate which server is
;FQDNReverse: Ip-->fqdnForward: Fqdn-->ipIp-->fqdn:FQDN-->IP:Www.magedu.com.IP1Inquire:Recursive: Only one request is issuedIteration: Making multiple requestsAnalytical:Forward: Fqdn-->ipReverse: Ip-->fqdnTwo-stage: recursive, iterativeDNS: Distributed DatabaseThe superior only knows its direct subordinate;Subordinates only know the location of the root;DNS server:Accept local Customer query requests (recursive)External client Request: Request author
In Linux, often parsing a domain name, the first will find /etc/hosts file, if the /etc/hosts file does not correspond, will go to find DNS, then what is the way to let the host first look for DNS it?Of course, it's defined in the /etc/nsswitch.conf file./etc/nsswitch.confHosts:files DNS//Find this section and change it to the followingHosts:dns filesIn this way,
DNS domain Name service and build cache DNS server detailed (2)1.DNS Service Installation: BIND, full name is Berkeley Internet name Domain, this software is maintained by ISC/etc/named.conf: The main function is to define the working properties and areas of the bind process/etc/rndc.key: Full name Remote name Domain Controller, primary storage key file/etc/rndc.
Two days of indulgence, to get physically and mentally exhausted. I was almost late in the morning, but fortunately I stepped on it. Oh!In Friday, because the notification Sunday power outage, so the server, such as shutdown equipment, etc. are shut down. So the first thing I do is give them electricity. The buttocks just sat down, the colleague said the computer can not go in, in the Welcome interface has been spinning, 10 minutes. Another colleague said that the shared folder could not be acce
Today when looking at the source code of a website found rel= "dns-prefetch" href= "//static.tuweia.cn/" > A little curious about dns-prefetch, Because more than once to see, today finally can't help to see what he is what technology? Here is a brief description of Dns-prefetch found on the internet.DNS implements domain-to-IP mapping. Through the domain name to
Before you build a DNS server, introduce the terminology in several DNS
1, forward lookup zone: mapping for Computer name to IP address. When a DNS client initiates a request to a DNS server to resolve the IP address of a computer name, the DNS server looks in the forward l
In the previous blog, we introduced the architecture of DNS, the common records, also introduced the configuration of the secondary server, today we will introduce some of the files behind the DNS server. In fact, the work of the DNS server relies on these files, understand the background files of DNS, to better unders
DNS viewsWhat are DNS Views (DNS view)?The DNS view is based on different customer sources (referred to as IP), and the DNS server uses different data files to complete the parsing process. In this process, the DNS server is the s
Shell script-automatic DNS deployment and shell script dns
For details, see:
(1) Play with me the Linux Network Service: DNS service -- BIND (/etc/named. conf,/var/named) setting implementation and Explanation
1 #! /bin/bash 2 IP="10.10.10" 3 RIP="10.10.10" 4 DN="gr.org" 5 Name="10.10.10.10" 6 7 cat >> /etc/named.conf
Labels: local software compiled DNS bind named
Bind compilation and Installation
The software package with tar.gz and tar.bz2 is mostly through. /configure; Make; make install to install; some software directly make make install, we can use. /configure -- help to view the functions of the configuration software. Most of the software is provided. /configure configures the software's functions. A few do not. If not, make make install directly.
. One o
Description1, NetworkManager tool is the Ubuntu desktop version of the GUI setup tool.2, this tool is recommended to operate directly on the GUI, it is not recommended to use the command line management, such as WiFi configuration.3, of course, this tool can have command line tools:nmcli, if the use of NetworkManager to configure the network, then IP, gateway, DNS can be queried through this tool.4, if the command line network settings are configured,
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.