2012-10-09 - Re: [GRASE-Hotspot] #85: Ability to set DHCP range

Header Data

From: GRASE Trac <tr***c@grasehotspot.org>
Message Hash: f59a576beeb59b1cf5d43b0eae9782ba6f271138f0172c0fc63fe79caa14ca93
Message ID: <061.3ef1b176943b77cf322d25734a5bfe93@grasehotspot.org>
Reply To: <046.7ca88778aca5a530deb9a0c6bb011e70@grasehotspot.org>
UTC Datetime: 2012-10-09 06:11:55 UTC
Raw Date: Tue, 09 Oct 2012 13:11:55 -0000

Raw message

#85: Ability to set DHCP range
---------------------------+-----------------
  Reporter:  peter boon    |      Owner:  tim
      Type:  enhancement   |     Status:  new
  Priority:  minor         |  Milestone:  3.9
 Component:  Coova Chilli  |    Version:  3.7
Resolution:                |   Keywords:
---------------------------+-----------------

Comment (by peter boon):

 Like ticket #26, we changed the
 /usr/share/grase/www/radmin/chilliconfig.php
 After saving the settings from the admin-portal, this adds the lines

 xx      CoovaChilli     ChilliSpot-Config       +=      dhcpstart=20
 xx      CoovaChilli     ChilliSpot-Config       +=      dhcpend=220

 to the radreply table in the radius database

 file:     /usr/share/grase/www/radmin/chilliconfig.php

 58        "type" => "int"),             // added the comma //
 59   'dhcpstart' => array(
 60       "label" => T_("DHCP Start"),
 61       description" => T_("DHCP start."),
 62       "type" => "int"),
 63   'dhcpend' => array(
 64         "label" => T_("DHCP end"),
 65        "description" => T_("DHCP end."),
 66        "type" => "int")
 67    );

 Tested is and it works.

-- 
Ticket URL: <http://trac.grasehotspot.org/ticket/85#comment:1>
GRASE Hotspot <http://grasehotspot.org/>
GRASE Hotspot bug tracker




Thread