# MikroTik PPPoE Server Configuration # Generated on: 2026-04-02 14:27:40 # VLAN ID: 108 # VLAN Name: Vlan108 # 1. Create VLAN Interface /interface vlan add interface=ether2-OLTPort name=Vlan108 vlan-id=108 # 2. Create IP Pool /ip pool add name=Vlan108Pool ranges=10.108.108.10-10.108.108.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.108.108.1 name=108Profile remote-address=Vlan108Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.108.108.1/24 interface=Vlan108 network=10.108.108.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=108Profile disabled=no interface=Vlan108 one-session-per-host=yes service-name=108Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal