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
- Return to September 2012
- Return to October 2012
-
Return to May 2013
-
Return to “GRASE Trac <tr***c@grasehotspot.org>”
- 2012-09-27 (Thu, 27 Sep 2012 12:44:39 -0000) - [GRASE-Hotspot] #85: Ability to set DHCP range - GRASE Trac <tr***c@grasehotspot.org>
- 2012-10-09 (Tue, 09 Oct 2012 13:11:55 -0000) - Re: [GRASE-Hotspot] #85: Ability to set DHCP range - GRASE Trac <tr***c@grasehotspot.org>
- 2012-10-10 (Thu, 11 Oct 2012 00:10:50 -0000) - Re: [GRASE-Hotspot] #85: Ability to set DHCP range - GRASE Trac <tr***c@grasehotspot.org>
- 2013-05-09 (Fri, 10 May 2013 03:34:28 -0000) - Re: [GRASE-Hotspot] #85: Ability to set DHCP range - GRASE Trac <tr***c@grasehotspot.org>
- 2013-05-09 (Fri, 10 May 2013 03:38:16 -0000) - Re: [GRASE-Hotspot] #85: Ability to set DHCP range - GRASE Trac <tr***c@grasehotspot.org>