Getting Mikrotik PPPoE and Radius to play together

What attributes do I need to set in my Radius server to allow a client to connect? Sofar I have:

Framed-Protocol == ppp
Framed-IP-Address == 10.255.255.253
Framed-MTU == 1500
Service-Type == Framed-User
Framed-IP-Netmask == 255.255.255.255

When I try to connect I get: “Could not determine remote address, using 10.112.113.28”

Are there other attributes I need to set?


This is what freeradious syas:
Framed-Protocol = PPP
Framed-Compression = Van-Jacobson-TCP-IP
Framed-Protocol == PPP
Framed-MTU == 1500
Service-Type == Framed-User
Framed-IP-Address == 10.255.255.253
Framed-IP-Netmask == 255.255.255.255
MS-CHAP2-Success = 0x01533d31363235423232463332433637333645443241463435424541393046343630313041314145304232
MS-MPPE-Recv-Key = 0x74bbb154bacd94c95e6e2e069d1b48df
MS-MPPE-Send-Key = 0x468129c1b70123e815d71a891595a860
MS-MPPE-Encryption-Policy = 0x00000001
MS-MPPE-Encryption-Types = 0x00000006

Thanks!

How is your PPP profile set up?

/ppp profile
set default change-tcp-mss=yes comment=“” name=default only-one=default
use-compression=default use-encryption=default use-vj-compression=default

/interface pppoe-server server
add authentication=pap,chap,mschap1,mschap2 default-profile=default disabled=
no interface=ether1 keepalive-timeout=10 max-mru=1480 max-mtu=1480
max-sessions=0 mrru=disabled one-session-per-host=no service-name=
service1

Thanks, I set the local address in the profile and things work as expected.

Try setting a local address in the profile.