How to match UserManager user+profile and user+PPP profiles?

Lets say I have a PPP secret + profile like so:

add caller-id=“” comment=“” disabled=no limit-bytes-in=0 limit-bytes-out=0 local-address=a.b.c.d name=test password=test profile=testprofile remote-address=w.x.y.z routes=“” service=pptp

add change-tcp-mss=no comment=“” dns-server=172.16.1.1 name=testprofile only-one=default use-compression=no use-encryption=required use-vj-compression=no

Is it possible to match this in the UserManager? If so, how? Not being able to specify the local/remote address and the line compression settings means things do not work quite right. One of the PPtP clients needs the above profile (instead of default, everything must be explicit) or it does not work right.


welcome to this forum, :wink:

yes, you can designs user manager as centralized AAA completely for.

regards
Hasbullah.com

As far as I know it’s not possible to send these values from User Manager.
You can see in the ‘Users’ menu of the User Manager, which options are available.

That is a serious limitation. Is it possible to send the config if you use a external radius server?

Which config do you want to send ?

A PPtP config, namely

local-address=a.b.c.d
profile=testprofile
remote-address=w.x.y.z
service=pptp

This way the user manager can track the user and set their service level. All my fixed users will be using pptp. Everyone else will land on the hotspot.

You don’t need serveri, PPTP session will established anyway.
http://wiki.mikrotik.com/wiki/User_Manager/PPP_Example
Look here how to configure to send remote-address.

Currently it’s not possible to send profile for PPP clients, local server configured profile is used for PPP RADIUS clients.