Page 1 of 1

rc.dhcpd (the package formally known as dhcpd-init)

Posted: 24. Jul 2010, 21:55
by pwatk
I've scrapped this package.

The rc.dhcpd script I created (and still use) can be found here

Re: dhcpd-init

Posted: 25. Jul 2010, 14:22
by Shador
Is it not possible to achieve the same with /etc/rc.d/rc.inet1.conf? (USE_DHCP=yes)

Re: dhcpd-init

Posted: 25. Jul 2010, 23:56
by pwatk
Correct me if I'm wrong but I think that's just for enabling the dhcpcd client service. I want to use this to start the dhcpd service (from the dhcp package) on my server!

Then I can start do things like PXE booting instead of using CD's everytime a new version of Salix is released :D

Re: dhcpd-init

Posted: 26. Jul 2010, 11:06
by Shador
OK, my fault then. ;)

Re: dhcpd-init

Posted: 26. Jul 2010, 12:13
by pwatk
:P

Re: dhcpd-init

Posted: 19. Aug 2010, 22:57
by lmello
pwatk wrote:Correct me if I'm wrong but I think that's just for enabling the dhcpcd client service. I want to use this to start the dhcpd service (from the dhcp package) on my server!

Then I can start do things like PXE booting instead of using CD's everytime a new version of Salix is released :D
This is most useful, actually.

I was playing with dynamic DNS with BIND+DCHP using virtualbox, I guess this script can make life a bit easier on a Slackware (server) + Salix (client) environment I'm setting up.

:)

Re: dhcpd-init

Posted: 20. Aug 2010, 11:12
by pwatk
YAY, some else as like minded as me :D.