* Re: [gentoo-embedded] NSLU2 as a DNS server
2006-10-09 15:38 [gentoo-embedded] NSLU2 as a DNS server wireless
@ 2006-10-09 14:42 ` Kelly Price
2006-10-09 17:08 ` wireless
2006-10-09 15:17 ` Joshua ChaitinPollak
1 sibling, 1 reply; 5+ messages in thread
From: Kelly Price @ 2006-10-09 14:42 UTC (permalink / raw
To: gentoo-embedded
On 10/9/06, wireless <wireless@tampabay.rr.com> wrote:
> 2. Would there be any problem installing DJBDNS on this this
> device? Would any of the other necessary software for a DNS
> primary, be a problem?
>
> 3. Any other c library issues in running one of these computers
> as a dns server?
>
Instead of DJBDNS, I would use DNSMASQ which is quite small onto
itself, and lets you define static IP addresses for DHCPCD users.
--
Kelly "STrRedWolf" Price
http://strredwolf.furrynet.com
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-embedded] NSLU2 as a DNS server
2006-10-09 15:38 [gentoo-embedded] NSLU2 as a DNS server wireless
2006-10-09 14:42 ` Kelly Price
@ 2006-10-09 15:17 ` Joshua ChaitinPollak
1 sibling, 0 replies; 5+ messages in thread
From: Joshua ChaitinPollak @ 2006-10-09 15:17 UTC (permalink / raw
To: gentoo-embedded
Have you considered running dnsmasq? It works very well for us and
uses /etc/hosts as its data store.
-Josh
On Oct 9, 2006, at 11:38 AM, wireless wrote:
> Hello,
>
> It looks to me as though the NSLU2 (32 meg of ram) is short on
> ram to act as a DNS primary/secondary server on a small single
> static IP network.
>
> 1. Is there anyone that has successfully put more than 32 M of
> ram on a NSLU2 device? Anyone know where I can purchase one
> with at least 128 if not 256M ram?
>
> http://www.nslu2-linux.org/wiki/HowTo/FattenYourSlug
>
>
> 2. Would there be any problem installing DJBDNS on this this
> device? Would any of the other necessary software for a DNS
> primary, be a problem?
>
> 3. Any other c library issues in running one of these computers
> as a dns server?
>
> 4. I found this link:
> http://gentoo-wiki.com/HARDWARE_Linksys_NSLU2
>
> any other useful links for low_cost gentoo(embedded-gentoo)
> computers that have sufficient resources to be a dns server
> for a small network, are of interest to me.
>
> curiously,
>
> James
>
>
> --
> gentoo-embedded@gentoo.org mailing list
>
>
--
Joshua ChaitinPollak
Software Engineer
Kiva Systems
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-embedded] NSLU2 as a DNS server
@ 2006-10-09 15:38 wireless
2006-10-09 14:42 ` Kelly Price
2006-10-09 15:17 ` Joshua ChaitinPollak
0 siblings, 2 replies; 5+ messages in thread
From: wireless @ 2006-10-09 15:38 UTC (permalink / raw
To: gentoo-embedded
Hello,
It looks to me as though the NSLU2 (32 meg of ram) is short on
ram to act as a DNS primary/secondary server on a small single
static IP network.
1. Is there anyone that has successfully put more than 32 M of
ram on a NSLU2 device? Anyone know where I can purchase one
with at least 128 if not 256M ram?
http://www.nslu2-linux.org/wiki/HowTo/FattenYourSlug
2. Would there be any problem installing DJBDNS on this this
device? Would any of the other necessary software for a DNS
primary, be a problem?
3. Any other c library issues in running one of these computers
as a dns server?
4. I found this link:
http://gentoo-wiki.com/HARDWARE_Linksys_NSLU2
any other useful links for low_cost gentoo(embedded-gentoo)
computers that have sufficient resources to be a dns server
for a small network, are of interest to me.
curiously,
James
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-embedded] NSLU2 as a DNS server
2006-10-09 14:42 ` Kelly Price
@ 2006-10-09 17:08 ` wireless
2006-10-09 22:08 ` Natanael Copa
0 siblings, 1 reply; 5+ messages in thread
From: wireless @ 2006-10-09 17:08 UTC (permalink / raw
To: gentoo-embedded
Kelly Price wrote:
> On 10/9/06, wireless <wireless@tampabay.rr.com> wrote:
>
>> 2. Would there be any problem installing DJBDNS on this this
>> device? Would any of the other necessary software for a DNS
>> primary, be a problem?
>>
>> 3. Any other c library issues in running one of these computers
>> as a dns server?
>>
>
> Instead of DJBDNS, I would use DNSMASQ which is quite small onto
> itself, and lets you define static IP addresses for DHCPCD users.
>
Um, I need primary dns server capabilities, it is to be
authoritative.... It is the name server of record, except for the
root servers....
As such any form of DNS masquerading is not going to be sufficient.
Or did I miss something?
James
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-embedded] NSLU2 as a DNS server
2006-10-09 17:08 ` wireless
@ 2006-10-09 22:08 ` Natanael Copa
0 siblings, 0 replies; 5+ messages in thread
From: Natanael Copa @ 2006-10-09 22:08 UTC (permalink / raw
To: gentoo-embedded
On Mon, 2006-10-09 at 13:08 -0400, wireless wrote:
> Kelly Price wrote:
> > On 10/9/06, wireless <wireless@tampabay.rr.com> wrote:
> >
> >> 2. Would there be any problem installing DJBDNS on this this
> >> device? Would any of the other necessary software for a DNS
> >> primary, be a problem?
> >>
> >> 3. Any other c library issues in running one of these computers
> >> as a dns server?
> >>
> >
> > Instead of DJBDNS, I would use DNSMASQ which is quite small onto
> > itself, and lets you define static IP addresses for DHCPCD users.
> >
> Um, I need primary dns server capabilities, it is to be
> authoritative.... It is the name server of record, except for the
> root servers....
>
> As such any form of DNS masquerading is not going to be sufficient.
>
> Or did I miss something?
dnsmasq can share the /etc/hosts file. Kind of ppor mans auth dns
server.
You have also dnrd. (its badly documented (my fault) but it can do
limitd auth DNS hosint.g NS records, A records)
I don't recomment any of those if you need to be auth dns for more than
your own small network.
--
Natanael Copa
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-10-09 21:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-09 15:38 [gentoo-embedded] NSLU2 as a DNS server wireless
2006-10-09 14:42 ` Kelly Price
2006-10-09 17:08 ` wireless
2006-10-09 22:08 ` Natanael Copa
2006-10-09 15:17 ` Joshua ChaitinPollak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox