Pershendetje, 


ne rast se nuk funksionon diskonektimi ateher duhet ta shtoni me ipn e hyrjes se mikrotikut ku eshte i lidhun LInuxi/Albismarti.

Ky eshte nje shembull. Ne kete rast gw per Albismart duhet te jete i vendosun tek ip 198.1.2.4 dhe kerkesa ne Radius i vjen nga ky network. 


/radius

add address=10.3.0.200 secret=testing123 service=ppp,hotspot,wireless timeout=\

    2s

add address=198.1.2.4 secret=testing123 service=ppp,hotspot,wireless \

    timeout=2s

/radius incoming

set accept=yes port=1700


Problemet me radius mund te investigohen ne loggin nga kjo komand

/system logging
add topic=radius action=memory


Provoni perseri me radclient dhe shikoni se çfarë thotë logsi brenda routerit. 

Mund te shkaktohet edhe nga filterat / firewall brenda routerit. 


Nje posst nga mikrotik eshte ky qe spjegohet ky problem :

ok found a tempory fix.Hopefully one of the experts can shed some light.

The error i was getting was:

16:12:17 radius,debug received remote request from 10.0.2.1:1258 with unknown address, dropping

this error was generated from router ip 10.0.2.2 when my client was supposed to be disconnected from PPPOE session

My ospf network is as follows

10.0.2.2------10.0.2.1---------10.0.48.1----------10.0.48.2______________10.0.200.1_____________10.0.200.2(freeradius)
Router1-------Router2----------Router3-----------Router4(ETH1)_________Router4(ETH2)_____________RADIUS BOX

TEMP FIX
i added a second radius server in mikrotik 10.0.2.1 First radius obviously 10.0.200.2


\\\\\

I resolved the problem.

The IP address of machine originating Disconnect Request was different then Radius Server IP Address configured in MT.
Disconnect Requests packages sent using radclient s/w shall have the same src IP as Radius IP configured in MT.

On MT in radius debug log I still have some errors, but client is properly disconnected uppon request.

BTW. Does anybody know if or when MT developers are planning to support COA request?