* PPP server configuration
/ interface pppoe-server server add interface=ether1 service-name=MikroTik one-session-per-host=yes disabled=no
/ ppp aaa set use-radius=yes
/ ppp profile set default local-address=192.168.0.1
/ radius add service=ppp address=y.y.y.y secret=123456
* PPP client configuration
/ interface pppoe-client add interface=ether1 user=MikroTik password=MikroTik service-name=MikroTik disabled=no
* User Manager configuration
/ tool user-manager customer add login=”MikroTik” password=”qwerty” permissions=owner
/ tool user-manager router add subscriber=MikroTik ip-address=x.x.x.x shared-secret=123456
/ tool user-manager user add username=demo password=demo subscriber=MikroTik ip-address=192.168.0.2
No comments:
Post a Comment