Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: ourspolaire on March 14, 2009, 07:29:51 PM

Title: How to modify my DHCP address range?
Post by: ourspolaire on March 14, 2009, 07:29:51 PM
Hi  :P,

I would like to modify my 'End of DHCP address range' from 192.168.1.150 to 192.168.1.200? :???:

How can I perform that in command line?

Thanks, OP

Title: Re: How to modify my DHCP address range?
Post by: Frank VB on March 14, 2009, 07:57:02 PM
Login as root and type the
Code: [Select]
config setprop dhcpd end 192.168.1.200
signal-event remoteaccess-update
commands. That should do it.

But I'd recommend using the configuration "wizard": login as root, type the
Code: [Select]
consolecommand. Then choose option "2. Configure this server". Go through all the screens without changing anything and only change the end address of your dhcp range. Reboot the server for the changes to take effect.
Title: Re: How to modify my DHCP address range?
Post by: cactus on March 14, 2009, 08:22:59 PM
But I'd recommend using the configuration "wizard": login as root, type the
Even easier... log in as admin user, you will the console straight after login...
Title: Re: How to modify my DHCP address range?
Post by: ourspolaire on March 14, 2009, 09:07:52 PM
You are right folks :grin:!

The console way is the best choice. :cool:

Thanks.  OP