Article Title: DNS configuration example. 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.
DNS Server configuration example:
Note: The above example
After two days of efforts to finally the DNS configuration of Aix successfully, my configuration process to write down, and you share, I was a beginner to practice, if there is wrong place, but also please predecessors do not begrudge pen and ink, to correct.
The full name of DNS is: Domain name SystemAs for his histor
192.168.8.79[Root @ ns ~] #/Usr/local/named/bin/nslookup ns.linuxfan.cnServer: 192.168.8.79Address: 192.168.8.79 #53Name: ns.linuxfan.cnAddress: 192.168.8.79The test is successful.5. For additional settings, install phpmyadmin as the dns backend management. If you are not familiar with the database, check it out.PhpMyAdmin-3.3.10-all-languages.tar.gz software package, pay attention to install php5.3. You can use phpmyadmin-2.11.11.3-all-languages.tar
Article Title: RedHat6.2 server configuration solution (1): DNS. 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.
Author: Tang haijing
Chapter 1: DNS
1.1 Introduction
The most basic service in a TCP/IP network is domain name
same time complete the DNS configuration of three domain names: www.111cn.net,ftp.111cn.net,mail.111cn.net.(1) Modify the main configuration fileAdd a 111cn.net.net zone declaration to the primary configuration file/etc/named.confTo add a forward zone declaration
Zone "111
DNS service configuration and application 4-Linux Enterprise Application-Linux server application information. The following is a detailed description.
23. configure the secondary name server: the secondary name server can also provide the domain name resolution function to the client. However, unlike the primary name server, its data is not directly input, the data is copied from other servers (Primary nam
1. Master Configuration named.conf Configure the DNS server, it is important to note that the named.conf file permissions and the owner of the named user aclinside{ 172.16.0.0/16;192.168.0.0/16; 127.0.0.0/8;};/ /acl must be at the top of the options{listen-onport53{ any;};//do not write this as Any,acl has made a strategy, here do not limit the directory "/var/n
can parse COM is told to the client.
(5) According to the returned information, the client continues to send a recursive request to the COM domain name server, receiving the requested name server that can correctly return the baidu.com domain name information, and returning the relevant information to the client.
(6) The client again sends a recursive request to the Baidu.com domain name server, and the server that receives the request resolves again; The server has been able to fully resolve t
8.8.8.88.8.8.8 is a DNS service provided by Google, just to cite an example, you can also change to the DNS of the carrier. DNS is in effect after reboot.Method two, modify/etc/resolvconf/resolv.conf.d/baseModified By:/etc/resolvconf/resolv.conf.d/base (this file is empty by default)Insert Inside:NameServer 8.8.8.8Nam
Related packages:
bind-9.3.6-2.p1.e15.i386.rpmcaching-nameserver-9.3.6-2.p1.e15.i386.rpmbind-utils-9.3.6-2p1.e15.i386.rpmbind-chroot- 9.3.6-2.p1.e15.i386.rpm
Note: After enabling chroot, the BIND program's virtual directory is/var/named/chroot/,so the real path to/etc/named.conf is/var/named/chroot/etc/named.conf.the real path to/var/named is/var/named/chroot/var/namedDNS resource record type:
A Host resource record that establishes the domain name to the IP address of the ma
{none;};};Step Two: Modify/etc/named/clients.acl (preferably all clients.acl together, including Var directory and slave server)Add your IP from DNS server, such as:650) this.width=650; "title=" 2.png "alt=" wkiom1xjx_sgapdhaacjavcelm4994.jpg "src=" http://s3.51cto.com/wyfs02/ M01/71/3a/wkiom1xjx_sgapdhaacjavcelm4994.jpg "/> Step Three: Modify the/etc/named/named.conf as followsZone "archermind.com" in {type forward; forwarders {192.168.100.101;192.1
) MinimumIn NS dns.by.com.1 in PTR dns.by.com.---------------------------------------------------------Each punctuation must be correct!6. Create the data file/etc/named.by.com, the correct result is as follows:---------------------------------------------------------@ in SOA dns.by.com. Hostmaster.dns.by.com. (1997022700 Serial28800 Refresh14400 Retry3600000 Expire86400) MinimumIn NS DNSDNS in A 192.168.1.254www in CNAME
record to the domain name registrarBecause if you want to use, you need to go to the domain registrar to register, and they need to specify the NS recordThat means you have several DNS master-slave servers, you need to specify several NS records in the Registrar and the corresponding a record (that is, the parent domain of the DNS) is as follows:Ning.com. In NS ns.ning.com.Ning.com. In NS ns2.ning.com.Ns.n
Our aim is to use a LAN machine to complete the 192.168.1.113 0. About ubuntu 14.04.2 LTS Download, install, update here to skip directly;1. Download the installation tool BIND9 sudo apt-get install bind9The DNS configuration file is in the/etc/bind directory. After installing BIND9, the following three configuration f
From the server you can crawl the specified zone data file from the primary server to the backup parsing record and load balancing role.Primary DNS server ip:192.168.16.20From the DNS server ip:192.168.16.301. Modify the master server zone configuration file[Email protected]
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 command, to use the way to modify the configuration
server;Options {Forward {first|only}Fowwarders}(2) zone forwarding: forwarding only requests to a specific zone to a server;Zone "Zone_name" in {Type forward;Forward {first|only}Forwarders}Configure subdomain Authorization:1. Add the following records to the zone resolution library of the parent DNS server[[email protected] named]# VIM Czcedu.com.zone23 OPS in NS NS1.OPS24 OPS in NS NS2.OPS25 NS1.O PS in a 192.168.1.10726 ns2.ops in a 192.168.1.1082.
Introduction to DNS ServersDNS is the abbreviation for a computer domain Name System or domain name Service, which consists of a domain name resolver and a domain name server. A domain name server is a domain name and corresponding IP address that holds all the hosts in the network, and a server that converts the domain name to the IP address feature. Where the domain name must correspond to an IP address, an IP address can have more than one domain n
protected] ~]# mount/dev/cdrom/mnt //Mount CD to the MNT directoryMount:block Device/dev/sr0 is write-protected, mounting read-only[Email protected] ~]#Installing the DNS Package[Email protected] ~]# rpm-ivh/mnt/packages/bind-9.8.2-0.17.rc1.el6_4.6.x86_64.rpmModify the main distribution file, the master profile only needs to modify the optins{} entry[Email protected] ~]# vi/etc/named.conf650) this.width=
Tags: color common commands common base loop and eth0 author rest
Do not manually modify the file directly/etc/resolv.conf
After installing Ubuntu, the static IP address is set and the domain name cannot be resolved after restarting. Want to reset DNS, open/etc/resolv.confCat/etc/resolv.conf# Dynamic resolv.conf (5) file for glibc resolver (3) gener
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.