Questions tagged [named-conf]
79 questions
0
votes
2 answers
Plesk 11 named.conf Failed
I am using PSA for my web and mail hosting with CentOS.
When I reboot the server and when I start PSA, it says an error occurred: service named failed.
I did a little research and the named.conf file doesn't exist anywhere on my servers. I can't…

hartling
- 1
- 3
0
votes
3 answers
view external: query (cache) denied on bind9/named
Is this an attack? I get a lot of :
view external: query (cache) denied in the /var/log/messages

Jake Mach
- 11
- 1
- 1
- 3
0
votes
1 answer
How to add second domain to named.conf?
I have two domains registered with a registrar and a VPS with a hosting provider (separate).
I was able to get one of the domains accessible by adding the following to /etc/named.conf
:
zone "domain1.com" in {
type master;
file…

siliconpi
- 1,807
- 6
- 32
- 46
0
votes
1 answer
DNS Zone file and virtual host question (repost because my question got moved and now I can't comment on the original for some reason)
Sorry this is a repost, the original question got moved to here form stack overflow and for some reason I can't comment or respond to answers on that one anymore.
Hi all, I'm trying to set up a virtual host for redmine.SITENAME.com. I've edited the…

Jake
- 103
- 3
0
votes
1 answer
Using custom nameservers
In Godaddy I have a domain example1.com and www.example1.com with valid A record to my Centos 7 server's IP.
I 've created hostnames for that domain, ns1.example1.com, ns2.example1.com with the same server IP.
I have another doamin example2.com in…

Michael Chourdakis
- 189
- 1
- 2
- 11
0
votes
0 answers
Bind9 named recursion only for local zones
I try to configure bind9 as an authority server for several domains.
Entries of some domains are CNAME of another domain.
/etc/bind/named.conf
options{
dnssec-validation no;
directory "/var/cache/bind";
auth-nxdomain no; # conform to…

wufp
- 1
- 2
0
votes
1 answer
reverse nslookup attach arpa zone to response
I have an issue that some reverse (PTR) resolution reattach in-addr.arpa zone to response.This is something wrong in the named(bind9) configuration.
Now is :
command : dig -x 10.1.1.107 @dns_server_ip
;; ANSWER SECTION:
107.1.1.10.in-addr.arpa.…

popeye33
- 1
0
votes
0 answers
Failed to start Berkeley Internet Name Domain...S). Centos7
I'm new to linux environment and trying to build a web hosting server for my few webistes. But my name servers are not pointing towards my server. I red many articles on many forums and used this command and it shows thsi error!
My Servers Public ip…

Planet_Server
- 1
- 1
0
votes
0 answers
Bind - how to proxy DNS requests to another server (static-stub/forward type not working as expected)
How do I proxy DNS requests from bind9 to acme-dns?
Here is my named/bind9 configuration file
options {
directory "/var/cache/bind";
auth-nxdomain no; # conform to RFC1035
dnssec-validation auto;
listen-on-v6 {…

Sairam
- 209
- 1
- 8
0
votes
1 answer
Bind9 forward top level domain
Hi all just starting working professionally with bind9 and dns, say I have an AD/DC server (with dns) running on internal.com but my bind9 is authoritative for sub.internal.com can I do a forward zone to domain.com from my bind9 server as…

daz249
- 1
0
votes
1 answer
Bind: query (cache) './ANY/IN' denied - is it a DDos attack?
My syslog is getting floated with messages like
Jan 12 11:09:25 xxx named[902]: client 74.74.75.74#47561 (.): query (cache) './ANY/IN' denied
Jan 12 11:09:25 xxx named[902]: client 74.74.75.74#47561 (.): query (cache) './ANY/IN' denied
Jan 12…

gooleem
- 103
- 1
- 4
0
votes
1 answer
bind 9.11 - Need assistance with configuration
I'm replacing a RHEL6 server that runs, among other things, bind/named, with a RHEL8 server. As part of this, the bind version updated from 9.8 to 9.11. I'm not a bind wiz in any way, but I foolishly thought this should be a simple update. …

Egyas
- 151
- 2
- 10
0
votes
1 answer
Creating multiple log flows for named
I am in the process of rolling out external DNS servers to resolve all end user queries
Before we can move the solution into production I would like get as much useful logging in place as possible
here is the named.conf file (called gi-named.conf…

Dunner1991
- 31
- 5
0
votes
0 answers
Configure Reverse DNS in Primary and Secondary BIND DNS Servers for same subnet
I have two DNS Servers (Let's say A and B).
A configured as the primary/master for the domain example.com and B configured as the secondary/slave for the same domain.
B configured as the primary/master for the domain my-domain.example.com and A…

Damith
- 109
- 7
0
votes
2 answers
MX record in a reverse zone
I am taking a DNS course on Linux Academy.
In one of the lab, they define a reverse zone. In this zone they add MXs records.
Does it make sense to have MX record defined in a reverse zone?
Details:
For this they do
vim /etc/named.conf
zone…

scoulomb
- 105
- 3