View previous topic :: View next topic |
Author |
Message |
El_Presidente_Pufferfish Veteran
Joined: 11 Jul 2002 Posts: 1179 Location: Seattle
|
Posted: Mon Sep 02, 2002 8:07 pm Post subject: DNS, DHCP software? |
|
|
What software packages would i use to turn my computer into a DNS and DHCP server?
i assume i would use Iptables for routing? |
|
Back to top |
|
|
delta407 Bodhisattva
Joined: 23 Apr 2002 Posts: 2876 Location: Chicago, IL
|
Posted: Mon Sep 02, 2002 8:09 pm Post subject: |
|
|
First off, iptables doesn't do routing, and second off, you don't need to route to run DNS or DHCP.
For DNS, I would suggest bind, but lots of people like djbdns. For DHCP, I would suggest "dhcp", ISC's dhcpd. _________________ I don't believe in witty sigs. |
|
Back to top |
|
|
El_Presidente_Pufferfish Veteran
Joined: 11 Jul 2002 Posts: 1179 Location: Seattle
|
Posted: Mon Sep 02, 2002 9:42 pm Post subject: |
|
|
Oh, silly me
i need routing, dns, and dhcp, but i didnt ask about routing because i thought thats what iptables was
thanks though |
|
Back to top |
|
|
c00ld00d n00b
Joined: 02 Sep 2002 Posts: 7
|
Posted: Mon Sep 02, 2002 10:03 pm Post subject: |
|
|
No, routing is done by "route". djbdns is good choice, because BIND, no matter which version, basically sucks sucks sucks. They don't understand a sh*t about secure programming, are arrogant, and led to really a lot of security issues (about 54 % of all cracks before 1995 were done via an exploitable version of BIND!!). _________________ gentoo is so c00l! like me! |
|
Back to top |
|
|
El_Presidente_Pufferfish Veteran
Joined: 11 Jul 2002 Posts: 1179 Location: Seattle
|
Posted: Mon Sep 02, 2002 11:06 pm Post subject: |
|
|
djbdns wont compile
Code: | crescens root # emerge djbdns
Calculating dependencies ...done!
>>> emerge net-dns/djbdns-1.05-r3 to /
>>> md5 ;-) djbdns-1.05.tar.gz
>>> md5 ;-) djbdns-1.05-test17.diff.bz2
>>> Unpacking source...
>>> Unpacking djbdns-1.05.tar.gz
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_unpack, Line 21, Exitcode 1
!!! (no error message)
|
|
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Mon Sep 02, 2002 11:28 pm Post subject: |
|
|
El_Presidente_Pufferfish wrote: | djbdns wont compile |
As it's been assigned to drobbins, it seems they're calling it a portage bug. See https://bugs.gentoo.org/show_bug.cgi?id=7236. Maybe we can come up with a workaround, though. Are you using IPv6? _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
El_Presidente_Pufferfish Veteran
Joined: 11 Jul 2002 Posts: 1179 Location: Seattle
|
Posted: Mon Sep 02, 2002 11:35 pm Post subject: |
|
|
Nope, but that IS on my 'random things puffer can do to his laptop' list |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Tue Sep 03, 2002 12:49 am Post subject: |
|
|
OK, then try commenting out this line: Code: | # use ipv6 && bzcat ${DISTDIR}/djbdns-1.05-test17.diff.bz2 | patch -d ${S} -p1|| die |
...line 21 in src_unpack in the djbdns ebuild. _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
|