9 Jul
2016
9 Jul
'16
6:20 p.m.
On Jul 9, 2016, at 2:31 PM, Diorges Rocha - Radionet Telecom <diorges@radionet.net.br> wrote:
Is there a way to do this in the same database?
The simplest way is via separate tables.
I would like to work with ippool, but some users need static ip.
Create a table for static IP users. Put the MAC address and IP into that table. Then, check the table using an SQL query. If there are results, the user has a static IP. If there are no results, then run the dynamic IP pool module. Alan DeKok.