Alibabacloud.com offers a wide variety of articles about dns server not responding, easily find your dns server not responding information here online.
Article Title: Linux introduction how to install and configure a DNS server. 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 document uses Red Hat Enterprise Linux AS v4 AS a platform
I. Data Reference and preparation:
DNS
In a Linux environment, a widely popular bind server is provided, which is the most common server software for building DNS servers. Introduction to the installation of bind now a lot of articles, now we will talk about the maintenance of the topic. How can we understand the operation of the DNS
Whether on the LAN or the Internet, people also face another confusion: the computer on the network can only identify such as "61.186.250.41" such as digital address, then why when we open the browser, in the address bar input such as "www.popunet.com" After the domain name, you can see the page we need?
In fact, the above two problems, are just an IP address and domain name each other "translation" process. The former has to establish a domain name Mapping record that points to the correspondi
In the process of using a vro for networking, the DNS server is an essential public service. Today, we will explain how to install and configure DNS servers in Linux. The network topology is three dns servers (primary DNS, lower-layer DN
Learning stems from the solution of problemsDuring the previous time, an Oracle software was installed on the virtual machine, the network connection of the virtual machine and the host machine was bridged mode, the static IP address and the gateway address were manually set, but the browser of the virtual machine could not be used.So through the ping test, the host ping www.baidu.com can ping, but the virtual machine said unknown host, so let the virtual machine ping the host ping the IP addres
For the wan nic, we configure the IP address and mask for it, without configuring the gateway and DNS.
For LAN NICs, the IP address and mask are also configured. Because it is 10 private network segments, the mask can be used by default.
Then we set up AD because we need to deploy DHCP, and DHCP requires AD to operate normally.
Then we select the DHCP server, DNS
. 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
Use nsloop to specify different dns server addresses to obtain different CDN addresses
Dns 202.101.172.47 is the dns address of ZhejiangThe obtained sina address is 61.172.201.194/195 (Shanghai Telecom ).Ping 202.101.172.47 returns a latency of about 2 ms.
Dns 8.8.8.
resolution template and modify the reverse resolution File1. Go to the reverse resolution template configuration file cd/var/named/chroot/var/named2. copy the reverse resolution template file cp-P named. local 192.168.0.zone3. Edit the reverse resolution configuration file Vim 192.168.0.zone and change the last two lines to INNS linuxidc.com106In ptr mail. linuxidc. Com[Root @ mail named] # cat 192.168.0.zone$ TTL 86400@ In soa localhost. root. localhost .(1997022700; Serial28800; Refresh14400;
; Refresh14400; Retry3600000; Expire86400); MinimumIn ns localhost.2 in ptr www.linuxidc.com. // Modify the last line to (my IP address is 192.168.1.2 and the domain name is www.linuxidc.com)--------------------------------------------------------------------[Root @ server named] # bind-chroot-admin-s // automatically sets the group and permissions (/usr/bin/find may be prompted in CentOS: /var/log/named. log: the file or directory does not exist)[Roo
I have already studied bind's cache dns server. Today I have studied dnsmasq's dns Cache and found that the configuration of dnsmasq is much simpler. It is better for new users to get started with complex configurations than those of bind, after all, it is difficult to maintain the service after it is used locally. Check the operation.System: CentOS 5.4Ip: 192.16
Soalris10 uses bind9.2.4 to set up a dynamic dns server-Linux Enterprise Application-Linux server application information. The following is a detailed description. The view function of bind 9 is used to parse different addresses by IP address.
Dns server address: dns.test.
Article Title: Set up a DNS server in Linux (3 ). 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.
4. standard resource records
-----------------------------------------------------------------------
Resource Record text name meaning record type Function
--------
Guide
DNS (domain name server, nameservers) is the server that is transforming the domain name and the corresponding IP address. DNS holds a domain name and the corresponding IP address (IP addresses) table to resolve the domain name of the message. Let me give you a brief look at the configuration of the
hierarchy, and any one domain is at most one parent domain, but can have multiple or no subordinate domains. You cannot have the same subordinate domain or host name in the same domain, but you can have the same subordinate domain name or host name in different domains.
1. root domain: (root domain) root domains are only one, the root domain is the default, generally do not need to be expressed. The DNS namespace is managed by the InterNIC in the Un
Because the enterprise office needs, the author has deployed the DNS server in the local area network, all client's DNS server address parameter is set to this server's IP address. Also, a domain named "rtj.net" has been created in the DNS
Article Title: use BIND to create a DNS server on linux. 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.
Although Linux has not made any notable progress in the world of desktop computing, It is very famous as a network server
The service provided by the DNS server is the task of converting the host name and domain name to an IP address. Why do I need to convert the hostname and domain name to an IP address? This is because when a client on a network accesses a resource on a server, the user enters the browser's address bar with the easy to remember host name and domain name. The conne
Create a forward lookup zone ynkm.com and create a host record under this zone webserver,ynkm.com. Action steps are as follows:
① Open the (INSMGMT console window, select the DNS server for which you want to create a forward lookup zone, and then select the Action-New Zone command in the menu bar, as shown in Figure 1.)
② pops up the New Zone Wizard dialog box as shown in Figure 2, which guide
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.