How to work with dynamic ips from ippool and static ips for clients?
Is there a way to do this in the same datatabase? I would like to work with ippool, but some users need static ip. How to proceed in this case? Thank you -- Diorges Rocha Gerente de TI Tel.: (67) 3451-4035 Cel.: (67) 9938-1105 R. Edson Bezerra, 685 - Centro Itaporã - MS - Brasil CEP 79890-000
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.
participants (2)
-
Alan DeKok -
Diorges Rocha - Radionet Telecom