Skip to main content

Questions tagged [domain-name-system]

The Domain Name System, usually referred to by the acronym DNS, is a hierarchical, distributed database where the keys are domain names. Questions involving publicly accessible domains should include the real, Fully Qualified Domain Name (FQDN)

Filter by
Sorted by
Tagged with
1 vote
0 answers
29 views

We have a large AD domain with three Windows Server 2022 DCs. DNS registration and renewal works with Windows domain members. I do not have control over the DCs (although I can access them for ...
Kevin Keane's user avatar
  • 1,009
0 votes
0 answers
40 views

Some background I have a home network built on a NetGate 1100 with pfSense. This has been running well for a couple of years with IPv4 only. I have upgraded it now to pfSense 25.07.1 With an IPv4 ...
CatchAsCatchCan's user avatar
0 votes
1 answer
72 views

I have a CentOS 7 server where outbound Internet is restricted using iptables to specific external IP addresses. For example using Perplexity’s IP addresses: sudo iptables -A OUTPUT -d 104.18.26.48 -j ...
Semifront TEchnologies's user avatar
-1 votes
2 answers
88 views

NOTE: I wanted to ask this on StackOverflow but they state that DNS questions must be programming related so this doesn't quite fit that bill. We have a bunch of domains on a server. Typical DNS for ...
Mm-Art-In's user avatar
  • 285
1 vote
1 answer
70 views

Our internal domain is domain.local, and external is domain.com. Typical split DNS situation. My question is how do people typically handle this? We are about to start our Exchange migration, and ...
PnP's user avatar
  • 1,714
0 votes
1 answer
170 views

This question builds on Why don't NS records contain IP addresses?. I understand that a domain nameserver - say ns1.com - stores NS records as mappings domain-to-hostname. If a client wants to get ...
Feanor's user avatar
  • 103
1 vote
1 answer
76 views

I am investigating reverse DNS (PTR) records and how they are used today. For example stackoverflow.com resolves to 104.18.32.7 and that IP has zero PTR records (neither does the domain's other IP). ...
Senkaku's user avatar
  • 121
0 votes
1 answer
94 views

We configured Unbound on a RHEL-based server ( RHEL 7.9 ) to provide DNS caching. Here’s the relevant part of our /etc/unbound/unbound.conf: server: chroot: "" verbosity: 1 port: ...
King David's user avatar
1 vote
0 answers
133 views

Several months ago I reconfigured my server to dispense with PLESK (I never really used it, it was required by the server service, when they were bought out they didn't care anymore and it was ...
JBH's user avatar
  • 87
2 votes
1 answer
230 views

I have dnsmasq and a Node server running on the same machine. The Node service's listening port is open to all interfaces (0.0.0.0), and whenever dnsmasq receives a query for the domain associated ...
Will's user avatar
  • 59
3 votes
2 answers
297 views

Attempting to implement DnsServerQueryResolutionPolicy per: https://learn.microsoft.com/en-us/windows-server/networking/dns/deploy/primary-geo-location which worked fine in my POC. I implemented it ...
SteveC's user avatar
  • 31
2 votes
1 answer
95 views

We have several domains, one of which runs a google compute engine with DNS registered at godaddy but whose primary DNS server is at google. How does one manipulate the A records for a domain ...
Gary Aitken's user avatar
11 votes
2 answers
947 views

Example: sub1.example.com. -> 0.0.0.0 (A record) sub2.example.com. -> 0.0.0.1 (A record) *.example.com. -> 0.0.0.2 (A record) Is this a valid configuration? Will sub1 and sub2 point to .0 ...
Nathalie Kitty's user avatar
0 votes
1 answer
173 views

Doesn't the public Spamhaus work reliably anymore? I have multiple own recursive DNS setups on LAN/localhost without being open resolvers, and from time to time some lookups to zen.spamhaus.org ...
Markus's user avatar
  • 101
1 vote
0 answers
67 views

I posted a question about this yesterday but it was I guess the wrong question to be asking. I will explain the problem more clearly, in the hope that some bright individual has the answer we are ...
Gaia Media's user avatar
2 votes
0 answers
53 views

I have a setup where: client = x.y.36.152 recursive resolver + DoH server = x.y.36.153 authoritative DNS = x.y.36.150 TLS server = x.y.36.148 I’m running BIND9 as the recursive resolver on .153. I ...
kelsonic's user avatar
-1 votes
1 answer
152 views

I need to configure DNS so that: Users from Russia access example.com directly via IP 1.2.3.4 (no Cloudflare proxy). Users from other countries go through Cloudflare on IP 5.6.7.8. Can this be done ...
php's user avatar
  • 7
0 votes
0 answers
98 views

The internal corp.local DNS is not resolving and pinging via VPN on a Windows VPN client. There is a host machine on the local network running a Docker container with a VPN (oscerv) server inside. ...
Mashrooms Peter's user avatar
0 votes
1 answer
63 views

I have this bind9 settings: named.conf: include "/etc/bind/named.conf.options"; include "/etc/bind/named.conf.local"; named.conf.options: include "/etc/bind/rndc.key"; ...
Gregory's user avatar
0 votes
0 answers
64 views

My team has a sub-domain from our company delegated to a Route53 zone, so we can manage the DNS entries for our own applications we develop. We have a setup where each application gets it's own AWS ...
David Jacobsen's user avatar
1 vote
3 answers
160 views

How server usually handles multiple IP after DNS query reply ? Round Robin: A common approach is for the client to cycle through the IP addresses in the order they are received (round robin) for ...
jacky chong's user avatar
0 votes
2 answers
110 views

I have a domain that is configured to use the DNS servers of Cloudflare. Here are the DNS settings: Here are the Cloudflare settings: I want to change the host from easyhost.com(hostway.com) to ...
Molnar Istvan's user avatar
1 vote
2 answers
227 views

I am having this weird Postfix issue with Spamhaus excess volume error. First off I checked what the error suggested to check here I followed the instructions and changed my configuration as follows: ...
Dennis's user avatar
  • 31
0 votes
1 answer
113 views

I'm encountering an issue when sending two consecutive DNS requests over the same TCP connection to Cloudflare's DNS server using dnspyre. The first request succeeds, but the second one consistently ...
Tino Hager's user avatar
0 votes
0 answers
14 views

since some weeks we have noticed that DNS queries for google services like google cloud storage are failing with unknown host errors. we observe this kind of errors in our own software stack as in the ...
Luc Willems's user avatar

1
2 3 4 5
252