Networking Forums

Networking Forums > Computer Networking > Linux Networking > dns on lan, without registered ip or domain name

Reply
Thread Tools Display Modes

dns on lan, without registered ip or domain name

 
 
bmgz
Guest
Posts: n/a

 
      03-21-2005, 02:24 PM
I have about 10 host on my lan connected to the internet via my
Slackware server which acts as a gateway and is connected to a ADSL
router. All hosts currently have static ip's and i am wanting to
implement DHCP.

I guess that by using DHCP, I would then require some other protocol /
service for address resolution, namely DNS.

If I do not have a registered domain name or ip address, could I still
implement DNS "illegaly" on our LAN? and which DNS service would be
recommended (Tiny or Bind)?
 
Reply With Quote
 
 
 
 
Andrew Schulman
Guest
Posts: n/a

 
      03-22-2005, 12:13 AM
> I have about 10 host on my lan connected to the internet via my
> Slackware server which acts as a gateway and is connected to a ADSL
> router. All hosts currently have static ip's and i am wanting to
> implement DHCP.
>
> I guess that by using DHCP, I would then require some other protocol /
> service for address resolution, namely DNS.
>
> If I do not have a registered domain name or ip address, could I still
> implement DNS "illegaly" on our LAN? and which DNS service would be
> recommended (Tiny or Bind)?


Look at dnsmasq. It will act as both a DHCP server for your LAN, and a
cacheing DNS forwarder. That means that it will answer DNS queries
from /etc/hosts, from DHCP leases, and from cache. If it can't answer from
any of those, then it sends the query upstream to the real DNS servers, and
caches the result for next time. It's ideal for LAN use.

http://thekelleys.org.uk/dnsmasq/doc.html

--
To reply by email, change "deadspam.com" to "alumni.utexas.net"

 
Reply With Quote
 
bmgz
Guest
Posts: n/a

 
      03-22-2005, 06:03 AM
Andrew Schulman wrote:
> Look at dnsmasq. It will act as both a DHCP server for your LAN, and a
> cacheing DNS forwarder. That means that it will answer DNS queries
> from /etc/hosts, from DHCP leases, and from cache. If it can't answer from
> any of those, then it sends the query upstream to the real DNS servers, and
> caches the result for next time. It's ideal for LAN use.
>
> http://thekelleys.org.uk/dnsmasq/doc.html


Much thanks for the pointer!

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Notification dll has not been registered.... Dennis_S Wireless Networks 4 11-10-2009 02:14 PM
Changing the registered IP name Moqtar Windows Networking 1 07-21-2006 12:35 PM
Registered a domainname - will i be sued now? zucker Wireless Internet 8 04-11-2005 05:27 AM
mount: RPC: Program not registered Ritesh Linux Networking 1 04-07-2005 12:48 AM
My hostname not being registered via DHCP UncleStoner Linux Networking 9 02-03-2005 03:42 AM



1 2 3 4 5 6 7 8 9 10 11