Hi there,
this is my first post here, and i would like to apologies in advance if i violate any forum rules. However, i have very strange problem with my router Mikrotik 2.8.11 (yeah , i know that it’s old version,but it feed my needs to this moment)so ,i try to use radius server to authenticate my pptp users. First, i wish to mention that i did it couple of times before (even in older versions of mikrotik (2.7.x)) with same radius and etc, but now i am stuck in some very annoying issue. Everytime when users trying to log in with pptp client, the routers says “radius timeout”, but that’s not even true because i start some traffic analyzers (tethereal,tcpdump)on my freeradius machine to check what is actually happen , and i can’t see neither one packet coming from mikrotik. So, why it says “radius timeout” when it didn’t try to reach the radius server? My configuration is attached below,and any ideas will be appreciated!!!
(PPTP server has ip : 192.168.20.1, FreeRadius is installed on: 192.168.20.7)
/ radius
add service=ppp called-id=“192.168.20.1” domain=“” address=192.168.20.7 secret=“realsecret”
authentication-port=1812 accounting-port=1813 timeout=10s accounting-backup=yes comment=“Radius”
disabled=no
/ ppp aaa
[admin@border] ppp aaa> print
use-radius: yes
accounting: yes
interim-update: 5m
/ snipped log
mar/22/2007 12:01:36 : terminating… - user dpetrov authentication failed - radius timeout
mar/22/2007 12:01:36 : disconnected
At this time , my tcpdump on freeradius was turned on, and there’s nothing coming from mikrotik router. I did some radtests with “radtest” binary that comes with freeradius, and here is the result:
Sending Access-Request of id 50 to 192.168.20.7:1812
User-Name = “dpetrov”
User-Password = “$1$us5oTF8d$YpEQw97zKS5ku.ADkJvNn0”
NAS-IP-Address = netguard
NAS-Port = 7
rad_recv: Access-Accept packet from host 192.168.20.7:1812, id=50, length=32
Framed-IP-Address = 192.168.123.100
Framed-IP-Netmask = 255.255.255.128
Thank you for reading, and sorry for bad english