Koozali.org: home of the SME Server

modify range in dhcpd

bode

modify range in dhcpd
« on: October 20, 2004, 08:43:50 AM »
Hello everybody,

I'd like to change the range of the adresses in the dhcpd.conf file. I already made a custom template but it doesn't work. Problem with perl ? I don't know.
Anybody a solution ?

Thanks.

Bode

Offline TrevorB

  • *
  • 259
  • +0/-0
    • http://www.batley.id.au
Re: modify range in dhcpd
« Reply #1 on: October 20, 2004, 09:18:12 AM »
Quote from: "bode"
Hello everybody,

I'd like to change the range of the adresses in the dhcpd.conf file. I already made a custom template but it doesn't work. Problem with perl ? I don't know.
Anybody a solution ?

Thanks.

Bode


Use the admin console (Configure Server). It is one of the setup items that you selected as a default.

Or, from the command line:
/sbin/e-smith/config setprop dhcpd start <first-ip> end <last-ip>
/etc/init.d/dhcpd restart

where <first-ip> & <last-ip> are the start & end ip's of the range you wish to set.

Trevor B

bode

modify range in dhcpd
« Reply #2 on: October 20, 2004, 10:25:46 PM »
Thank you very much TrevorB !!

It worked perfectly. But I had to use the command line, because in the admin console, we never proposed me to set up the range, and I searched !!
How did you get this information on the configuration of the server. Is there any guide somewhere explaining all these secrets ? (for this I did not searched ;-)

Well, thanks very much again man.

Bye,

Bode