# MikroTik PPPoE Server Configuration # Generated on: 2026-04-02 11:07:04 # VLAN ID: 101 # VLAN Name: Vlan101-Dandoot # 1. Create VLAN Interface /interface vlan add interface=ether2-OLTPort name=Vlan101-Dandoot vlan-id=101 # 2. Create IP Pool /ip pool add name=Vlan101-DandootPool ranges=10.101.101.10-10.101.101.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.101.101.1 name=101Profile remote-address=Vlan101-DandootPool # 4. Add IP Address to VLAN Interface /ip address add address=10.101.101.1/24 interface=Vlan101-Dandoot network=10.101.101.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=101Profile disabled=no interface=Vlan101-Dandoot one-session-per-host=yes service-name=101Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal