[svlug] able to ping using IP but not able using hostname

Rick Moen rick at linuxmafia.com
Thu Dec 7 15:14:05 PST 2006


This forward is for Prasad Paranjape's benefit.

----- Forwarded message from David Rosenstrauch <darose at darose.net> -----

Date: Thu, 07 Dec 2006 11:47:32 -0500
From: David Rosenstrauch <darose at darose.net>
To: lugod's technical discussion forum <vox-tech at lists.lugod.org>
Reply-To: lugod's technical discussion forum <vox-tech at lists.lugod.org>
Subject: Re: [vox-tech] dhcp vs static hosts file

p at dirac.org wrote:
>I'm now on a home network where IP addresses are handed out dynamically by
>the router/bridge/DSL modem combo.  Suppose I have two Linux computers,
>Satan and Lucifer.
>
>Now that I no longer have predictable IP addresses on the home network, how
>do I accomplish something like:
>
>   satan$ ssh p at lucifer
>
>when there's no longer a valid /etc/hosts file?
>
>Thanks!
>Peter

Turn off DHCP serving on the router.  Then pick one of your linux boxes 
to be your new DHCP plus DNS server for the LAN.  Then install and 
configure dnsmasq (http://thekelleys.org.uk/dnsmasq/doc.html) on that 
box, and it will solve your problem.  Dnsmasq is a perfect little util 
for exactly this situation: a small DHCP server which has a built-in DNS 
server - unlike most small LAN routers, as you've seen.

I've been using dnsmasq for a few years now, and it works like a charm. 
 It took a little bit of trial and error at first to configure it 
right, but after that it was "set it and forget it".  If you have any 
probs. configuring it (or want to see a copy of my config), email me 
back on or off-list.

DR
_______________________________________________
vox-tech mailing list
vox-tech at lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech

----- End forwarded message -----




More information about the Svlug mailing list