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
-
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
-
Login as root and type the
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
console
command. 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.
-
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...
-
You are right folks :grin:!
The console way is the best choice. :cool:
Thanks. OP