DNS that is visible within your corporate network and VPN, but which is not visible on the public Internet.
Questions tagged [internal-dns]
886 questions
0
votes
1 answer
Active Directory DNS and Forest Root Domains
I am a little confused on the proper active directory configurations for the forest root domain. Recommendations call for using corp.example.com or internal.example.com. However, what is the best practice if you own/manage example.com domain? (I own…

Kevin
- 13
- 3
0
votes
1 answer
Is there a way to have Bind act as an authoritative server for a zone with incomplete records?
Sorry i don't really know how to phrase the question, perhaps let me explain the scenario.
Say I own the domain xyz.com, and I'm using AWS Route 53 as my DNS.
I want to have someInternalStuff.xyz.com resolvable to an internal IP address when I…

Justin Kiang
- 101
- 1
0
votes
2 answers
How to change Active Directory Forest name
I have an active directory forest that was set up as domain.example.com initially. I want the forest to be example.com and then have domain domain.example.com exist under the forest. Is there an easy way to implement this in active directory?

Kevin
- 145
- 3
- 13
0
votes
1 answer
Separate DNS server passthrough for a specific domain
Our parent company (Microsoft shop) host the DNS and desktop setups for all the affiliate companies: parentcompany.com, affiliatecompany1.com, affiliatecompany2.com, etc.
The parent company has control of all the desktop computers, and they point…

Edward
- 449
- 3
- 12
0
votes
1 answer
AWS VPC Connection (IPSec) DNS
Good morning,
we have etablished an ipsec tunnel to our VPC. Now we want to resolve DNS Entrys we have in our Windows Server DNS (local network) on VPC Instances. At the moment we can only work with IP Adresses.
Which is the best way to get that…

amag
- 1
0
votes
2 answers
Network DNS Routing - How to know Public DNS Used
Basically I want to find out what public DNS Server is being used by my network. For Example I have a workstation, a DNS Server and a router(gateway). The Workstation when a user makes a DNS request via a browser is pointing to the Network's DNS…

ITIA
- 1
- 2
0
votes
1 answer
Bind server for external site
I have a bind running on a Ubuntu server and I would like to use it instead using host files. I my quite inexperienced at bind and am having a lot of trouble with it. Right now the bind server is working for internal dns and was an external DNS…

monkthemighty
- 555
- 2
- 4
- 11
0
votes
0 answers
How can EC2 internal (10.X.X.X) IP addresses be mapped externally?
On our work internal network we've got a link to an Amazon domain.
One of the servers we're talking to is: 10.29.112.X. Now this address starts with 10, so I expect it is an internally mapped address that has no external meaning.
When I search for…

Hawkeye
- 2,699
- 9
- 30
- 35
0
votes
1 answer
Linux DNS caching for performance and safety
I am trying to figure out how to do this properly. My servers use search-domain to find the FQDN, so my code can connect using redis as the host, etc.
I ran into a problem where the DNS provider for my domain was acting up and so "redis.example.com"…

Angelo Vargas
- 153
- 1
- 6
0
votes
1 answer
Can I define a sub-domain for a record set at my ISP?
My ISP for home internet is giving me some kind of DNS record that lets me redirect a name to my dynamic IP address, I set something like
MYNAME.go.myisp.tld
So accessing that domain shows my home web server and things like that.
But ... is it…

adrianTNT
- 1,077
- 6
- 22
- 43
0
votes
1 answer
dns bind not working nslookup gives servfail
I am connected to a reliance wifi connection obtained a 192.168.0.101 ip. 192.168.0.1 as primary dns. I configured dns bind to give name to my server process. To test that locally i changed the dhclient.conf "prepend domain-name-servers 127.0.0.1;"…

ashok
- 229
- 2
- 4
- 10
0
votes
1 answer
Google app cloud - Redirect to naked domain
I have google app engine application working on my naked domain but I can't find any tutorials on how to redirect the non naked (www) sub domain to the naked domain.
It seems only like they build in the other way, naked to www.
Can anyone assist…

Jimmy
- 269
- 4
- 7
- 23
0
votes
1 answer
OSX 10.6.8 can't find OD users after DNS change
I recently switched out a DNS server, to a more stable one, but now of my mac servers are giving me some trouble. When the network cable is in, I'm getting stuck at the login screen, even when trying local users, so I pulled it out.
After that I…

Tomas
- 259
- 3
- 7
- 16
0
votes
1 answer
Windows Server 2012 - How to set up Domain Controller Trust?
I'm attempting to set up a test system to replicate the following environment:
Two AD domain controllers serving two separate domains, mycorp.local and mycorp.hq. It's not exposed to the outside world and are on the same network.
I'm trying to set…

Ne0
- 137
- 7
0
votes
3 answers
Website is slow internally
We recently started hosting our public website internally. We are running dotnetnuke on windows server 2003 using IIS 6. Externally the site is super fast, but when you access the site internally it is considerably slower.
When you access the site…
Josiah Pewterbaugh