mikrotic 4.17 dont send to freeradius

hi guy

i have set a pppoe server with mikrotik 4.17 the pppoe work great.
but now when i try to add a radius server. i have some config issues.

mikrotic can ping freeradius server

freeradius can ping mikrotic to.

i know i have set the user correctly :

Name : test
Password:test
service:pppoe
Caller ID: PPPOE

now radius config from mikrotic

Service: ppp
address:10.100.8.2 (freeradius address)
secret:(freeradius secret)
authentication port: 1812
accouning port : 1813
timeout:100ms


BUT the status of radius Stay a 0

Thanks for your help

Try with a remote user, not the local… xD

i try to connect with my user test set on mikrotic ..

If you set the user in the mikrotik… why you need a radius?

routeros first search the user in local database. Later in remote (the radius server).. then… if the user is in local.. the radius don’t do nothing.

hoooo THANKS ! I will try