# MikroTik PPPoE Server Configuration # Generated on: 2026-02-21 17:21:01 # VLAN ID: 629 # VLAN Name: Vlan629 # 1. Create VLAN Interface /interface vlan add interface=ether1-OLT name=Vlan629 vlan-id=629 # 2. Create IP Pool /ip pool add name=Vlan629Pool ranges=10.62.9.10-10.62.9.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.62.9.1 name=629Profile remote-address=Vlan629Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.62.9.1/24 interface=Vlan629 network=10.62.9.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=629Profile disabled=no interface=Vlan629 one-session-per-host=yes service-name=629Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal