21 Sep
2020
21 Sep
'20
11:23 a.m.
hi, With the help of below documentation, I am able to allocated the static IP to user from my MySQL DB but is it possible to allocated IP from pool . If yes, can you share me the step how can we manage it. https://wiki.freeradius.org/guide/dhcp-for-static-ip-allocation#let-s-start_... guide/dhcp for static ip allocation<https://wiki.freeradius.org/guide/dhcp-for-static-ip-allocation#let-s-start_prepare-mysql-database> Before You Start. This example assumes that the network adapter where is connected freeradius have the following settings: auto eth1 iface eth1 inet static address 192.168.10.1 netmask 255.255.255.0 network 192.168.10.0 broadcast 192.168.10.255 wiki.freeradius.org Thanks, Kabin