Hello MikroTik experts,
Why do I want DHCP RADIUS authentication?
I want to control what users are offered public IPs on my network, thus I want to authenticate all those that are given Public IPs. All of those that are not found in the RADIUS database will be given private IPs to do accounting/create a new account with the captive portal which I have implemented. This differs from standard static leases, since it does not mean that a person will always get the same IP and it will be easier to manage, since this means that if a user is absent for a long period of time off of the network, they are not taking up address space. In this scenario, spoofing is still possible, but has been deemed unlikely and is not a concern in our network.
How am I going to implement this with MikrtoTik?
I am going to create two DHCP pools. The first will have RADIUS authentication and will hand out public addresses and the second will not have authentication and will hand out public IP addresses. The first will have the second in it's "Next server" field, so that if the user is not authenticated, they will receive a private IP address.
What do I want from you?
How do I set up DHCP RADIUS with MAC authentication? The documentation on the website is quite poor and I would like an example configuration. I would also like the reassurance, (if possible) that the aforementioned configuration is possible and that I am not wasting my time.
Thank you for your time,
Sean Aubin