Koozali.org: home of the SME Server

How to modify my DHCP address range?

Offline ourspolaire

  • **
  • 40
  • +0/-0
How to modify my DHCP address range?
« 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


Offline Frank VB

  • ****
  • 127
  • +0/-0
Re: How to modify my DHCP address range?
« Reply #1 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.

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: How to modify my DHCP address range?
« Reply #2 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...
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline ourspolaire

  • **
  • 40
  • +0/-0
Re: How to modify my DHCP address range?
« Reply #3 on: March 14, 2009, 09:07:52 PM »
You are right folks :grin:!

The console way is the best choice. :cool:

Thanks.  OP