0
votes
0answers
37 views

Proper setup of local DNS for Ubuntu servers and OSX/WIn clients

I have struggled with this for a couple of days now, so bare with me. Somehow I think this setup should be fairly "normal" for a home LAN. I have a setup with 5 machines on my LAN. All static ...
1
vote
2answers
64 views

Why do you need two different IPs for each NS record in order to run DNS test

Some of my domains run using two different IPs for each ns property in their DNS records, e.g.: ns1.example-1.com 5.5.5.10 ns2.example-1.com 5.5.5.11 and some of my domains have the same IP for ...
1
vote
1answer
301 views

Local subdomains and DNS

I have a following issue. I have in house server (old Dell desktop PC). I have about 9 devices I'm using to test my websites (written mainly in PHP and Python). In the past, I was creating Nginx ...
1
vote
1answer
515 views

Bind9 - How Can I Host a Custom Domain Extension On My Intranet?

I'll start this with an example of what we are trying to achieve: http://domain.ext where ".ext" is custom, in example .loc or .hrd or .one, ect. My first impression is to create a zone for ...