How to Set Up DNS A Records for an Internal Site?

0
14
Asked By CuriousCoder42 On

I'm seeking some clarity on setting up DNS for my Snipe-IT database, which is hosted on a Windows server within my school's network. Normally, we access it via the server's IP address, but I want to create a user-friendly URL like "assets.local" that points to that IP. My understanding is that I can do this by using Microsoft DNS on our domain controller: create a new zone called 'local', and then add an A record to direct "assets.local" to the server's IP. I've spent way too long looking into this and it sounds straightforward, but I feel like I'm missing something crucial. I've already cleared the DNS cache and reloaded everything, but the URL isn't resolving. Any ideas on what I could be overlooking?

4 Answers

Answered By DomainDude On

Make sure you’re not just blindly setting up .local zones. That TLD is meant for multicast DNS and can lead to conflicts and weird behavior. Windows DNS can handle A records just fine, but stick to using a more traditional domain format.

Answered By TechSavvyJoe On

You might want to reconsider using the .local domain because it can cause all sorts of issues down the line. Instead, try using something like "assets.your-ad-domain.com" for better compatibility and fewer headaches.

Answered By CautiousAdmin On

A good approach could be to create a zone specifically for assets.local, and set an A record with the IP directly. But honestly, I would be wary of using a whole TLD zone with Windows DNS, especially with .local; it might lead to unexpected issues later on.

Answered By NetworkGuru99 On

You definitely want to create an A record for your assets.local URL, but make sure the zone for it exists. CNAME records won't help here since they need to point to an existing A record. Stick with setting up the A record, it's simpler!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.