User Manager/PPP Example
Jump to navigation
Jump to search
Introduction
User Manager might be used as remote authentication, authorization and accounting server for PPP clients Note, only PAP and CHAP authentication methods supported by User Manager now. Let's consider configuration steps for PPP and User Manager routers.
PPP configuration
We consider PPPoE server <-> PPPoE client configuration example, when PPPoE server uses remote User Manager database for PPPoE clients authentication, authorization and accounting.
TODO
PPP server configuration
- First, add PPPoE server to the local interface:
/ interface pppoe-server server add interface=ether1 service-name=MikroTik one-session-per-host=yes disabled=no
TODO
PPP client configuration
TODO
User Manager configuration
TODO