For help: An error occurred while configuring DNS in enterprise4!
Source: Internet
Author: User
For help: An error occurred while configuring DNS in enterprise4! -- Linux general technology-Linux technology and application information. For details, refer to the following section. I configured a one-day DNS server in the VM, but it never worked !! I really want to die !~ Below is my configuration ......
/Etc/named. conf:
Options {
Directory "/var/named ";
Dump-file "/var/named/data/cache_dump.db ";
Statistics-file "/var/named/data/named_stats.txt ";
Pid-file "/var/run/named. pid ";
/*
* If there is a firewall between you and nameservers you want
* To talk to, you might need to uncomment the query-source
* Directive below. Previous versions of BIND always asked
* Questions using port 53, but BIND 8.1 uses an unprivileged
* Port by default.
*/
// Query-source address * port 53;
Allow-query {any ;};
};
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 "bibay.com" IN {
Type master;
File "bibay.com. zone ";
Allow-query {any ;};
};
Zone "1.168.192.in-addr. arpa" IN {
Type master;
File "named.168.192 ";
Allow-query {any ;};
};
What's wrong ...... Which kind of person can help you !~~ Thank you ~!!
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.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service