# MikroTik PPPoE Server Configuration # Generated on: 2025-10-16 07:58:10 # VLAN ID: 15 # VLAN Name: Vlan15 # 1. Create VLAN Interface /interface vlan add interface=bridge1 name=Vlan15 vlan-id=15 # 2. Create IP Pool /ip pool add name=Vlan15Pool ranges=10.15.15.5-10.15.15.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.15.15.1 name=15Profile remote-address=Vlan15Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.15.15.1/24 interface=Vlan15 network=10.15.15.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=15Profile disabled=no interface=Vlan15 one-session-per-host=yes service-name=15Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal