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