Hi.
I have a RB1000 Configured to be my PPPoE Hub. I use FreeRadius as source for my useres authentication. I dont use UserManager and probaly never will use it cause some billing needs of my company.
Well, i have set-up the PPPoE profile like this:
add bridge=bridge1 change-tcp-mss=default comment=“” dns-server=
201.77.175.1,201.77.175.2 local-address=201.77.174.253 name=PPPoE
only-one=yes remote-address=“Pool 172” use-compression=default
use-encryption=no use-vj-compression=default
My PPPoE server is configured like this:
add authentication=pap,chap default-profile=PPPoE disabled=no interface=
bridge1 keepalive-timeout=10 max-mru=1480 max-mtu=1480 max-sessions=0
mrru=disabled one-session-per-host=no service-name=“PPPoE Server”
I need to authorise multiples users with the same MAC address but no multiples connections of the same user.
As you have seen i have enabled the Only-One configuration but the users still can make multiples connections with the same username.
How can block that???
Thanks in advance.