Questions tagged [split-dns]

In computer networking, split-horizon DNS, split-view DNS, split-brain DNS, or split DNS is the facility of a Domain Name System (DNS) implementation to provide different sets of DNS information, selected by, usually, the source address of the DNS request.

In computer networking, split-horizon DNS, split-view DNS, split-brain DNS, or split DNS is the facility of a Domain Name System (DNS) implementation to provide different sets of DNS information, selected by, usually, the source address of the DNS request.

This facility can provide a mechanism for security and privacy management by logical or physical separation of DNS information for network-internal access (within an administrative domain, e.g., company) and access from an unsecure, public network (e.g. the Internet).

Implementation of split-horizon DNS can be accomplished with hardware-based separation or by software solutions. Hardware-based implementations run distinct DNS server devices for the desired access granularity within the networks involved. Software solutions use either multiple DNS server processes on the same hardware or special server software with the built-in capability of discriminating access to DNS zone records. The latter is a common feature of many server software implementations of the DNS protocol (cf. Comparison of DNS server software) and is sometimes the implied meaning of the term split-horizon DNS, since all other forms of implementation can be achieved with any DNS server software.

Reference - Wikipedia

58 questions
0
votes
2 answers

using one of 2 DNSs differentiated by requested domain

I'm using some sort of a dns-proxy service (the details aren't clear but as far as I understand it works by resolving the the domain into a cloud based proxy server and returning it's address whilst configuring it to forward my requests to the…
0
votes
1 answer

How to delegate a zone from Microsoft Windows 2003 DNS server to dnsmasq?

I have a split domain setup on my production server farm: Each server has both an external (internet facing) IP address and a private internal (LAN facing) IP address. A local DNS server running dnsmasq provides both DHCP services and DNS services…
Guss
  • 2,520
  • 5
  • 32
  • 55
0
votes
1 answer

Internal DNS Server's Interactions with Local Client Computers... How do they work?

I'm setting up Split Horizon DNS. I have an internal DNS server, running Ubuntu Server 10.04. Everything has been set up properly as per this article's instructions. (I know that it is a mail server but I figured this may be a good starting point…
user29600
  • 399
  • 5
  • 16
  • 29
0
votes
2 answers

Split Brain DNS and DNS forwarding

This maybe unusual question but I would like to find out if this is possible. We have several security zones behind firewall, let's call them LAN, DMZ and Backend. There is a DNS server (bind, servername is ns1.domain.com) in DMZ zone, set as…
Sergei
  • 1,216
  • 16
  • 24
0
votes
1 answer

Providing access to a no-www website in an active directory environment

Our website is hosted externally, off our network. The canonical URL is a is intentionally lacking www, and will 301 redirect any requests containing www to the canonical URL. So far, so good. The problem is providing access to the website from…
oasisbob
  • 103
  • 2
0
votes
2 answers

BIND split-view DNS config problem

We have two DNS servers: one external server controlled by our ISP and one internal server controlled by us. I'd like internal requests for foo.example.com to map to 192.168.100.5 and external requests continue to map to 1.2.3.4, so I'm trying to…
organicveggie
  • 1,061
  • 3
  • 14
  • 27
0
votes
1 answer

DNS pointing to different IPs from different parts of the world

I have a domain name that for some reason is pointing to different servers depending on where you are located in the world. What is odd is that I have another domain that has the same DNS servers, which points to the same server regardless of your…
David
  • 829
  • 3
  • 13
  • 30
0
votes
1 answer

Split DNS - private addresses for LAN, global addresses for Internet?

I think this question has been asked previously, but I can't seem to find the right answer. How do I set up split DNS on my Windows server, such that a particular FQDN should be server one of 2 types of IP addresses - if the request comes in from an…
Abhishek Sha
  • 132
  • 2
  • 15
0
votes
1 answer

How do you resolve to both public and private zones in a Split-Horizon DNS (using GCP Cloud DNS)?

We're using GCP and Cloud DNS to manage our domain and I'm trying to solve for these use cases: Have private records for things like Databases that can only be resolved within the company network (our VPC). Override public records with private IPs…
0
votes
0 answers

how to implement edns client tagoption code

I've been searching for edns and found these documents. They mention something called client tag and server tag. Is there any way I can implent those tags? Here is my use case: Our product teams have some services that want to query mydomain.com…
0
votes
0 answers

Is it possible to have different internal and public DNS with DNSSEC?

I'm attempting to achieve the following: A public nameserver for my domain which points example.com to a public IP address. A private nameserver for the same domain running within a LAN which instead points clients to a private IP address on the…
Ellis
  • 471
  • 1
  • 5
  • 9
0
votes
1 answer

Azure Web App Internal/External Access - Split DNS

I recently deployed an Azure Web App and assigned custom domain and ssl cert. I added a CNAME DNS records to the external DNS registrar so now I can access the web app over the internet - webapp.company.com. The issue I noticed now is that I am…
jrd1989
  • 628
  • 10
  • 35
-1
votes
2 answers

Trying to Setup an internal dns

On my job's intranet we have internal applications that are not available in public for example: app1.example.com, app2.example.com whilst there is the example.com public facing website. Both app1.example.com and app2.example.com are resolving into…
Dimitrios Desyllas
  • 523
  • 2
  • 10
  • 27
1 2 3
4