public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] BIND DNS?
@ 2005-12-13 20:54 Tom Smith
  2005-12-13 21:02 ` Ben
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Tom Smith @ 2005-12-13 20:54 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

I'm looking to install BIND DNS on one of my server (the first Gentoo box on my network) but haven't been able to locate it in Portage. I tried the obvious searches for "bind", "nameserver", "dns", etc, but still haven't been able to find it.

Does Gentoo have a BIND package and, if so, what's it name?

Thanks in advance.

~ Tom


[-- Attachment #2: Type: text/html, Size: 379 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] BIND DNS?
  2005-12-13 20:54 [gentoo-user] BIND DNS? Tom Smith
@ 2005-12-13 21:02 ` Ben
  2005-12-17 15:18   ` Sean Johnson
  2005-12-13 21:09 ` Richard Fish
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Ben @ 2005-12-13 21:02 UTC (permalink / raw
  To: gentoo-user

On Tuesday 13 December 2005 20:54, Tom Smith wrote:
> I'm looking to install BIND DNS on one of my server (the first Gentoo box
> on my network) but haven't been able to locate it in Portage. I tried the
> obvious searches for "bind", "nameserver", "dns", etc, but still haven't
> been able to find it.
>
> Does Gentoo have a BIND package and, if so, what's it name?

Uhh, there is a bind package:

maya / # emerge -p bind

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] net-dns/bind-9.2.5-r6
maya / #   

Although personally I'd be tempted to recommend djbdns, much in the same way 
as I'd advise something like postfix over sendmail.  There's some info on the 
wiki on how to install and configure djbdns, along with links to more info:

http://gentoo-wiki.com/HOWTO_Setup_a_DNS_Server_with_DJBDNS
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] BIND DNS?
  2005-12-13 20:54 [gentoo-user] BIND DNS? Tom Smith
  2005-12-13 21:02 ` Ben
@ 2005-12-13 21:09 ` Richard Fish
  2005-12-13 21:09 ` Jarry
  2005-12-13 21:10 ` Billy Holmes
  3 siblings, 0 replies; 7+ messages in thread
From: Richard Fish @ 2005-12-13 21:09 UTC (permalink / raw
  To: gentoo-user

On 12/13/05, Tom Smith <tom71713-gentoo52478932@yahoo.com> wrote:

> Does Gentoo have a BIND package and, if so, what's it name?

net-dns/bind

-Richard

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] BIND DNS?
  2005-12-13 20:54 [gentoo-user] BIND DNS? Tom Smith
  2005-12-13 21:02 ` Ben
  2005-12-13 21:09 ` Richard Fish
@ 2005-12-13 21:09 ` Jarry
  2005-12-13 21:10 ` Billy Holmes
  3 siblings, 0 replies; 7+ messages in thread
From: Jarry @ 2005-12-13 21:09 UTC (permalink / raw
  To: gentoo-user

Tom Smith wrote:

> Does Gentoo have a BIND package and, if so, what's it name?

bind, in net-dns group. I just did:

emerge bind
emerge bind-tools

Jarry

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] BIND DNS?
  2005-12-13 20:54 [gentoo-user] BIND DNS? Tom Smith
                   ` (2 preceding siblings ...)
  2005-12-13 21:09 ` Jarry
@ 2005-12-13 21:10 ` Billy Holmes
  2005-12-13 21:24   ` Tom Smith
  3 siblings, 1 reply; 7+ messages in thread
From: Billy Holmes @ 2005-12-13 21:10 UTC (permalink / raw
  To: gentoo-user

Tom Smith wrote:
> Does Gentoo have a BIND package and, if so, what's it name?

$ emerge -s ^bind$
Searching...
[ Results for search key : ^bind$ ]
[ Applications found : 1 ]

*  net-dns/bind
       Latest version available: 9.2.5-r6
       Latest version installed: [ Not Installed ]
       Size of downloaded files: 4,531 kB
       Homepage:    http://www.isc.org/products/BIND/bind9.html
       Description: BIND - Berkeley Internet Name Domain - Name Server
       License:     as-is

$ sudo emerge -pvt bind

These are the packages that I would merge, in reverse order:

Calculating dependencies ...done!
[ebuild  N    ] net-dns/bind-9.2.5-r6  +berkdb -bind-mysql -dlz -doc 
+idn -ipv6 -ldap +mysql -odbc -postgres (-selinux) +ssl -threads 4,398 kB

Total size of downloads: 4,398 kB
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] BIND DNS?
  2005-12-13 21:10 ` Billy Holmes
@ 2005-12-13 21:24   ` Tom Smith
  0 siblings, 0 replies; 7+ messages in thread
From: Tom Smith @ 2005-12-13 21:24 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1104 bytes --]

Hm... Odd. I was searching the Portage database via gentoo.org and didn't see it. Your emerge string did the trick, though.

I must of just had a brain fart or something. 

Thanks for your help. (Same for the other two responders.)

Billy Holmes <billy@gonoph.net> wrote: Tom Smith wrote:
> Does Gentoo have a BIND package and, if so, what's it name?

$ emerge -s ^bind$
Searching...
[ Results for search key : ^bind$ ]
[ Applications found : 1 ]

*  net-dns/bind
       Latest version available: 9.2.5-r6
       Latest version installed: [ Not Installed ]
       Size of downloaded files: 4,531 kB
       Homepage:    http://www.isc.org/products/BIND/bind9.html
       Description: BIND - Berkeley Internet Name Domain - Name Server
       License:     as-is

$ sudo emerge -pvt bind

These are the packages that I would merge, in reverse order:

Calculating dependencies ...done!
[ebuild  N    ] net-dns/bind-9.2.5-r6  +berkdb -bind-mysql -dlz -doc 
+idn -ipv6 -ldap +mysql -odbc -postgres (-selinux) +ssl -threads 4,398 kB

Total size of downloads: 4,398 kB
-- 
gentoo-user@gentoo.org mailing list




[-- Attachment #2: Type: text/html, Size: 1457 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] BIND DNS?
  2005-12-13 21:02 ` Ben
@ 2005-12-17 15:18   ` Sean Johnson
  0 siblings, 0 replies; 7+ messages in thread
From: Sean Johnson @ 2005-12-17 15:18 UTC (permalink / raw
  To: gentoo-user

For what it's worth, I'd second djbdns. I've been using it (and qmail)
for a long time now, and haven't yet run into an issue.

Cheers,

Sean

On 12/13/05, Ben <ben@thatproject.co.uk> wrote:
> On Tuesday 13 December 2005 20:54, Tom Smith wrote:
> > I'm looking to install BIND DNS on one of my server (the first Gentoo box
> > on my network) but haven't been able to locate it in Portage. I tried the
> > obvious searches for "bind", "nameserver", "dns", etc, but still haven't
> > been able to find it.
> >
> > Does Gentoo have a BIND package and, if so, what's it name?
>
> Uhh, there is a bind package:
>
> maya / # emerge -p bind
>
> These are the packages that I would merge, in order:
>
> Calculating dependencies ...done!
> [ebuild  N    ] net-dns/bind-9.2.5-r6
> maya / #
>
> Although personally I'd be tempted to recommend djbdns, much in the same way
> as I'd advise something like postfix over sendmail.  There's some info on the
> wiki on how to install and configure djbdns, along with links to more info:
>
> http://gentoo-wiki.com/HOWTO_Setup_a_DNS_Server_with_DJBDNS
> --
> gentoo-user@gentoo.org mailing list
>
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-12-17 15:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-13 20:54 [gentoo-user] BIND DNS? Tom Smith
2005-12-13 21:02 ` Ben
2005-12-17 15:18   ` Sean Johnson
2005-12-13 21:09 ` Richard Fish
2005-12-13 21:09 ` Jarry
2005-12-13 21:10 ` Billy Holmes
2005-12-13 21:24   ` Tom Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox