# MikroTik PPPoE Server Configuration # Generated on: 2025-12-12 16:17:04 # VLAN ID: 254 # VLAN Name: Vlan254 # 1. Create VLAN Interface /interface vlan add interface=ether3-OLT name=Vlan254 vlan-id=254 # 2. Create IP Pool /ip pool add name=Vlan254Pool ranges=10.25.4.10-10.25.4.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.25.4.1 name=254Profile remote-address=Vlan254Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.25.4.1/24 interface=Vlan254 network=10.25.4.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=254Profile disabled=no interface=Vlan254 one-session-per-host=yes service-name=254Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal