Private, local DNS server

Hello,

I have a small question regarding DNS servers. I am somewhat familiar with the DNS terminology but haven't had the chance yet to actually work with one.

The thing is that I have quite a few test servers at home, most of them virtualized and a few physical, and I'm getting tired of remembering them by their IP's :-)

So my thought was whether it could be possible to set up a local DNS server for my own, private LAN-domain and as such would be able to create a bunch of, primarily, A-records to my home network (this will not work from the WAN side since I've just got one public WAN IP).

Therefore, and I'll apologize in advance if this question have already been answered, is this possible to do - and if yes, does anyone have any details or will the FreeBSD introduction to DNS (http://www.freebsd.org/doc/handbook/network-dns.html) be enough? As far as I can read, it should be an authoritative DNS server I should be setting up.

Thank you in advance,
Klaus
 
klaus said:
So my thought was whether it could be possible to set up a local DNS server for my own, private LAN-domain and as such would be able to create a bunch of, primarily, A-records to my home network (this will not work from the WAN side since I've just got one public WAN IP).
That's possible, I have the same setup.

Therefore, and I'll apologize in advance if this question have already been answered, is this possible to do - and if yes, does anyone have any details or will the FreeBSD introduction to DNS (http://www.freebsd.org/doc/handbook/network-dns.html) be enough? As far as I can read, it should be an authoritative DNS server I should be setting up.
An authoritative server is the one where the domain is defined. So your server will be authoritative for your domain.
 
Hi all,

Thank you for your advices - I started out with BIND since, well, it was already installed - but after a few hours it became clear to me that you don't just throw BIND up as a local-LAN authoritative DNS server in a jiffy without prior experience, so that will have to wait for a bit :-)

I am, however, going to create a few virtual servers and try out your suggestions one by one and see what suits me and my (lack of) DNS skills best :-)

Until then, I have my nerdy whiteboard with a "structured" overview of what IP addresses run which services :-)

Thanks to you all!

/Klaus
 
Easiest solution if you are running local development boxes is to use WebMin -- it has a great interface to BIND and makes it really easy to create DNS records...
 
Back
Top