Hotspot + radius

Good afternoon staff,
I installed with my MikroTik hotspot radius in debian,
blz running, my problem is I do not know how to
my clients that have more than one IP only to authenticate
one of them, that is, when one of those ips authenticate others will be
released. Please someone help me?


Thiago Mandu.

That’s not a function of RouterOS, that’s a function of whatever RADIUS server you are running. When a second login request is received the RADIUS server would have to look at its accounting records and decide that there’s an existing session, send a RADIUS disconnect to the router for the existing session (http://wiki.mikrotik.com/wiki/Manual:RADIUS_Client#Change_of_Authorization), and then authorize the new session.

Good afternoon,
I’m actually trying the following:
example: I have a client that has the house lan ips 10.10.10.8/29
when one of these authenticate ips, ips of the other network does not need
put login and password, just be released already.


Thiago Mandu.

You can’t do that.

What you can do is make the CPE NAT so that every house is behind what the Hotspot router sees as just one device. One person logs in, the Hotspot sees it as the CPE logging in, and all other users are also seen as just being the CPE.

understood,
thank you. I think the best way I can do, because they do not want to use nat. Then put my solution.


Thiago Mandu.