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