# MikroTik PPPoE Server Configuration # Generated on: 2025-12-19 15:13:56 # VLAN ID: 100 # VLAN Name: Vlan100 # 1. Create VLAN Interface /interface vlan add interface=ether1-Olt name=Vlan100 vlan-id=100 # 2. Create IP Pool /ip pool add name=Vlan100Pool ranges=10.100.100.10-10.100.100.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.100.100.1 name=100Profile remote-address=Vlan100Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.100.100.1/24 interface=Vlan100 network=10.100.100.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=100Profile disabled=no interface=Vlan100 one-session-per-host=yes service-name=100Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal