On Sun, 27 Feb 2005 12:02:08 -0500, Ray Little wrote:
> On my home LAN I have PCs and other devices that I access using their IP
> address. I was wondering if I can get around this by setting up a local DNS
> Server, in addition to those provided by my ISP?
That's one way, yes.
> Is this worth the effort?
That depends...
How many machines are on the lan ? How often do their IP's change, if at
all ?
If there are only a few machines, and their IP's rearly if ever change,
simply adding entries to the hosts file on each machine is easier, and
will work.
> Are there any articles/write-ups on this subject?
The DNS HowTo is probably the best place to start...
http://www.tldp.org/HOWTO/DNS-HOWTO.html
> I've seen write-up on
> setting up DNS Servers but I didn't notice anything on how to integrate it
> with the DNS Servers from your ISP.
Do you mean you want to forward requests you can't resolve locally to your
ISP's dns servers ? If so, section 3 from the HowTo describes a
resolving/caching name server. Basically, your clients point to your dns
server. Requests it can't resolve are forwarded to your ISP's servers,
which your server then caches, and replies to your clients with that info.
I'd set that part up up first. Then go on to set up your own "domain"
following the example in section 5 of the HowTo for your local pc's. The
local domain and the caching/forwarding server can be served up from the
same machine.
>
> I run a mixed environment of Linux and WinXP Pro. I'm actually planning
> on using a Linksys NSLU2 (w/modified firmware) as my server.
The modified firmware includes a dns server ? Better find out how full
featured it is, before counting on using it...Given the relatively limited
resources devices like those usually have, the components included don't
always have full functionality...Pretty cool if it does though.
--
- Matt -