User Manager/PPP Example: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:


== PPP configuration ==  
== 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
TODO
Line 10: Line 12:
=== PPP server configuration ===
=== 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
TODO



Revision as of 19:04, 1 November 2006

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