# MikroTik PPPoE Server Configuration # Generated on: 2026-04-05 04:17:30 # VLAN ID: 2025 # VLAN Name: Vlan2025 # 1. Create VLAN Interface /interface vlan add interface=ether2-OLTPort name=Vlan2025 vlan-id=2025 # 2. Create IP Pool /ip pool add name=Vlan2025Pool ranges=10.202.5.10-10.202.5.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.202.5.1 name=2025Profile remote-address=Vlan2025Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.202.5.1/24 interface=Vlan2025 network=10.202.5.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=2025Profile disabled=no interface=Vlan2025 one-session-per-host=yes service-name=2025Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal