User Manager/PPP Example

From MikroTik Wiki
< User Manager
Revision as of 19:04, 1 November 2006 by SergejsB (talk | contribs)
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