grase-www-portal icon indicating copy to clipboard operation
grase-www-portal copied to clipboard

Reserved DHCP IP addresses

Open timwhite opened this issue 10 years ago • 2 comments

Add the ability in the GUI for reserved (static) dhcp addresses. This would probably have to be part of the machine accounts. The changes to CoovaChilli should be minor

timwhite avatar Nov 07 '14 21:11 timwhite

When doing MAC auth, we can give a static IP via the Framed-IP-Address reply attribute.

timwhite avatar Feb 23 '16 21:02 timwhite

For Access-Accept packets, Framed-IP-Address works

select * from radreply where id=5;
+----+-------------------+-------------------+----+-----------+
| id | UserName          | Attribute         | op | Value     |
+----+-------------------+-------------------+----+-----------+
|  5 | 52-54-00-a3-92-86 | Framed-IP-Address | += | 10.1.0.10 |
+----+-------------------+-------------------+----+-----------+

timwhite avatar Mar 16 '16 09:03 timwhite