# MikroTik PPPoE Server Configuration # Generated on: 2025-12-17 15:30:34 # VLAN ID: 21 # VLAN Name: Vlan21 # 1. Create VLAN Interface /interface vlan add interface=ether2 name=Vlan21 vlan-id=21 # 2. Create IP Pool /ip pool add name=Vlan21Pool ranges=10.21.21.10-10.21.21.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.21.21.1 name=21Profile remote-address=Vlan21Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.21.21.1/24 interface=Vlan21 network=10.21.21.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=21Profile disabled=no interface=Vlan21 one-session-per-host=yes service-name=21Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal