To configure MikroTik RouterOS to be a PPPoE client
Just add a pppoe-client:
/interface pppoe-client add name=pppoe-user-mike user=mike password=123 \ \... interface=wlan1 service-name=internet disabled=noTo configure MikroTik RouterOS to be an Access Concentrator (PPPoE Server)
Add an address pool for the clients from 10.1.1.62 to 10.1.1.72, called pppoe-pool:
/ip pool add name="pppoe-pool" ranges=10.1.1.62-10.1.1.72Add PPP profile, called pppoe-profile where local-address will be the router's address and clients will have an address from pppoe-pool:
/ppp profile add name="pppoe-profile" local-address=10.1.1.1 remote-address=pppoe-poolAdd a user with username mike and password 123:
/ppp secret add name=mike password=123 service=pppoe profile=pppoe-profileNow add a pppoe server:
/interface pppoe-server server add service-name=internet interface=wlan1 \ \... default-profile=pppoe-profile|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )
GMT+8, 2024-11-5 22:46 , Processed in 0.071241 second(s), 5 queries , Gzip On, Redis On.
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.