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