Questions tagged [dns-zone]

"A DNS zone is a portion of a domain name space using the Domain Name System (DNS) for which administrative responsibility has been delegated." (From Wikipedia, the free encyclopedia)

Questions dealt with "zone" deal with administration and configuration of so-called DNS-zones.

Wikipedia explains the two terms:

DNS refers to the Domain Name System, a hierarchical distributed naming system networked entitities such as computers.

A DNS zone is a portion of a domain name space using the DNS for which administrative responsibility has been delegated.

716 questions
1
vote
1 answer

A shortcut for IP address in the DNS zone config file

A question about DNS zone files syntax (not sure if it's correct term here). For my dedicated server I have the following zone file right now: $TTL 86400 @ IN SOA ns1.first-ns.de. postmaster.robot.first-ns.de. ( 2013111400 ; serial 14400…
Alexander Farber
  • 714
  • 4
  • 16
  • 38
1
vote
1 answer

What do values in SOA record affect?

I am complete newbie in DNS world and I am moving our office subnet to another domain. Our DNS is using PowerDNS solution with MySQL backend. I am unsure whether the SOA record for our domain is written correctly. Assuming the domain name is…
Alexey Kamenskiy
  • 774
  • 9
  • 22
1
vote
2 answers

Changing MX records in named zone file

I forgot how all this works. I have a GoDaddy account, using my own DNS and whatnot. I'm having trouble getting my email to work. They said I need to update my MX records. basically, I have the following. 184.168.30.42 is the domain's IP…
Paul England
  • 153
  • 1
  • 1
  • 9
1
vote
0 answers

DNS forwarder and zone transfer to the same servers

I have a bind server running which is authoritative for one domain say ab.dc.example.com and it is a forward only dns server. It will forward all requests other than ab.dc.example.com to a set of servers for example. And those same set of servers…
Sarath
  • 11
  • 2
1
vote
1 answer

DNS Server using bind on CentOS - does not resolve

I am trying to setup a DNS for a standard lan zone. I have now read every bit of info available but still the DNS server does not resolve with nslookup or dig e.g. "nslookup router.local.lan" => ** server can't find router.local.lan:…
caliph
  • 193
  • 1
  • 3
  • 8
1
vote
1 answer

Dynamically update DNS zones and records correctly?

Using Bind9 i wish to be able to update both zones and the records of the zones without interrupting the service, as in restarting. I've used nsupdate to control the records but now I'm looking into the zones. rndc got functionality to add zones…
1
vote
1 answer

How can I configure BIND that it FORWARDS lookups to an internet dns

I would like to configure BIND that I have a few "local" zones with manual entries and all other lookups should be forwarded to an external internet dns. How can I do that? Maybe I'm absolutely wrong, but I haven't got a lot of experience with…
Lars
  • 13
  • 3
1
vote
1 answer

Wrong IP address in ssh restart

I've just set up a second vps (s2.example.com) and when trying to restart SSH I'm getting the following error: "The authenticity of host 'restart (xxx.xxx.xxx.74)' can't be established." The IP address (ending .74) is not the IP address of that…
DavidM
  • 13
  • 2
1
vote
1 answer

using TSIG how to add zone named configuration file?

Ive set up 2 dns servers. using tsig can someone tell me or direct me to a how to for adding zone to named.conf or named.conf.local file automatically? i mean if i add a zone in named.conf and file of the zone, i want it to be executed in the second…
1
vote
1 answer

dns zone transfer to solaris slave

i'm running bind9 as a primary DNS-server for a private zone on debian gnu/linux, and everything is happy. the namserver is working at IP X.X.X.X1, $ dig foo.zoneA @dns.zoneA ; <<>> DiG 9.7.3 <<>> foo.zoneA @X.X.X.X1 ;; global options: +cmd ;; Got…
umläute
  • 469
  • 1
  • 7
  • 26
1
vote
1 answer

Gmail DNS Settings - Do I need CNAME and an A Record?

I'm just a little confused... I'm using Gmail for my mail service, and have followed their instructions. I wanted to allow users to access their email via mail.mydomain.com, but just hoping to get a little clarification. Do I need both the CNAME…
kevi kevi
  • 13
  • 1
  • 3
1
vote
2 answers

How can I make site.co site.com site.in site.info site.me all point to the same hosting provider

I have several top level domains registered, how do I make all these domains point to one single domain through DNS (is this possible or should I do a redirect?) i.e. my site.info is up an running with dreamhost how do i point all the other domains…
Santthosh
  • 123
  • 1
  • 1
  • 6
1
vote
1 answer

bind: what is the zonefile SOA RR grammar?

It's been a few days that I am doing my best to properly understand the bind9 official documentation: http://ftp.isc.org/isc/bind9/cur/9.7/doc/arm/Bv9ARM.html There are many bind9 tutorials out there. However, I do have many problems reconciling the…
augustin
  • 385
  • 2
  • 6
  • 14
1
vote
3 answers

MX Subzone DNS Setup on xname.org

I've a zone example.tld configured with a wildcard CNAME (1&1), A records (custom & 1&1), MX records (1&1), and a subzone record (NS) pointing to ns1.xname.org. I've configured the subzone subzone.example.tld conatining a MX record pointing to a…
ybart
  • 133
  • 8
1
vote
1 answer

Add an intranet ip address to security zone programatically?

I have an ASP.NET application and have published to our company's intranet. Problem I have here is getting 350 computers to add the site's IP address (ie: 123.1.1.123) to the Local Intranet trusted sites zone, located in the browser's Tools ->…
user90425