.
There are a lot of ways to configure bind. I used two (the premise is to make the principle of DNS work out), one is to put the/etc/ Named.conf the various parts of the file, and then modify the file (and some other files), of course this method will take a little time to learn (at least I am), although this can be configured, but also can appear very professi
Static DNS means that each host on the network has a fixed IP address, and the ing between hosts and IP addresses recorded by DNS is fixed.
First install bind: sudo apt-get install bind9
In this case, it will appear in/etc/bind (this is different from other UNIX/LINUX systems. Generally, other UNIX/LINUX systems store the configuration
reverse zone and the corresponding forward zone must be one by one corresponding to that host www.xinfu.com address is 192.168.137.145 so 192.168.137.145 after parsing also if www.xinfu.com3. Hostname must be full name4. Reverse zone with less, generally used for mail server reverse resolution, the site is used for positive analysis5. Reverse zones are typically implemented by ISPs (Internet services provider network operators, which provide network access)Second, the Web server configurationA
{rndckey;};};Zone "." in {Type hint;File "Named.root";};
Zone "localhost" in {Type master;File "Localhost.zone";allow-update {none;};};
Zone "0.0.127.in-addr.arpa" in {Type master;File "Named.local";allow-update {none;};};
Zone "test.com" in {Type master;File "Test.zone";allow-update {none;};};
Zone "19.202.220.in
Linux uses the "/etc/resolv. conf" file to configure the DNS server address. You can use the nameserver configuration item to set the IP address of the DNS server. A maximum of three DNS servers can be used.
$ Sudo VI/etc/resolv. conf
Search localdomain
Nameserver 192.168
Prepare for work (assuming name is bigcloud.local)
1234567891011121314151617
#更改主机名称#vi/etc/sysconfig/network#CreatedbyanacondaNETWORKING=yesHOSTNAME=bigcloud.local#修改文件/etc/hosts,内容如下:127.0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4::1localhostlocalhost.localdomainlocalhost6localhost6.localdomain6192.168.188.135bigcloudbigcloud.localdomain#修改DNS配置#vi/etc/resolv.conf添加如下DNS1=19
Linux --- solution to DNS configuration loss after Ubuntu 14.04 is restarted --- ubuntu14.04
Solution to DNS configuration loss after Ubuntu 14.04 is restarted
Each time the DNS configuration
Solution to the problem of DNS configuration loss after Ubuntu 14.04 restartEach time you modify the DNS configuration file/etc/resolv.conf, it will expire.From the Web, this file is created dynamically, so each reboot will be rew
protected] ~]# Vim/var/named/ning.com.zone$TTL 3600$ORIGIN ning.com.@ in SOA ns.ning.com. Ning.qq.com. (201408092H10M7D7D)In NS NSIn MX ten MailIn NS ns2Ning1 in NS ning1.ning---------------authorization subdomain ning1.ning.comNing2 in NS ning2.ning----------------authorization subdomain ning2.ning.comNing1.ning in A 172.16.3.20------------Specify the subdomain ning1.ning.com server address:Ning2.ning in A 172.16.3.21------------Specify the subdomain ning2.ning.com server address:NS2 in A 172.
One, configure IPUbuntu's network configuration information is placed in the/etc/network/interfaces,If the configuration dynamically obtains the IP, add the following to the above file:Auto Eth0Iface eth0 inet DHCPIf you configure a static IP, add the following:Auto Eth0Iface eth0 inet StaticAddress 192.168.33.201Netmask 255.255.255.0Gateway 192.168.33.1If the configura
1 Installing the DNS server buildInstall bind650) this.width=650; "title=" 1.jpg "src=" Http://s3.51cto.com/wyfs02/M02/49/D6/wKioL1QbsZfhQzfnAACJTmlk_Sk236.jpg " alt= "Wkiol1qbszfhqzfnaacjtmlk_sk236.jpg"/>2 Starting the Service650) this.width=650; "title=" 2.jpg "src=" Http://s3.51cto.com/wyfs02/M00/49/D4/wKiom1QbsZqAAZZNAAB1p3N-LWw611.jpg " alt= "Wkiom1qbszqaazznaab1p3n-lww611.jpg"/>3 Entering the DNS mast
firewall, SELinux, etc.Since DNSMASQ is already installed, go straight to the second step and modify the configuration file.Vim/etc/dnsmasq.confMake a few changes where you need to modify.1. Configure resolv-file files to ensure that the original resolv.conf of the machine is not destroyed.Resolv-file=/etc/resolv.dnsmasq.conf2, remove the comments, in accordance
Environment: CentOS 6.5 64bit 192.168.1.9 (main) 192.168.1.10 (from)Software version: BIND9Pre-Preparation: Close the firewall (or release UDP TCP 53 953 ports), close SELinux.
Master server Configuration No longer describes the instructions, you can view the previous steps. This only records the configuration from the server.1, install bind and set boot up.
Yum Install Bind-ySet boot up, default is not b
1. This article uses the system comes with the RPM package to install, because this Linux system is optimized, therefore does not need the CD-ROM to mount.2. IntroductionBind is an open source DNS server software developed and maintained by the University of California, Berkeley, with full name Berkeley Internet name Domain It is currently the most widely used DNS server Software in the world, supports a va
我们目的是用一台局域网机器完成 192.168.1.113 0. About Ubuntu download, install, update here to skip directly;1. Download the installation tool BIND9sudo apt-get install bind9The DNS configuration file is in the/etc/bind directory. After installing BIND9, the following three configuration files are generated:named.conf;Named.conf.opti
In the previous article on the detailed introduction of DNS, this time we talk about the configuration of the DNS server.
In the abc.com domain, in the 172.16.13.0/24 network segment
We have a simple plan:
NS server: 172.16.13.1 www server: 172.16.13.1,172.16.13.3 mail server: 172.16.13.2; FTP Server is the alias of the WWW server.
Configure the master-slave
Configuration planning: (Vmware9 under RHEL5.8 system implementation)In the cqy.com domain, the 192.168.0.0/24 network segmentNS server: 192.168.0.150;www server: 192.168.0.151,192.168.0.152Mail server: 192.168.0.153FTP Server is the alias of WWW serverConfigure the master-slave server from the server ip:192.168.0.160The primary server authorizes a child server, ip:192.168.0.170, and implements a child server to resolve the parent domainNote: You must
In linux, the DNS configuration video-Linux Enterprise Application-Linux server application information is shown below for details. [I = s] This post was last edited by linuxdiyy at 2009-6-17
DNS configuration video in linux
No attachments have been added after the upgrade.
I want to send the
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.