# MikroTik PPPoE Server Configuration # Generated on: 2026-03-25 15:05:55 # VLAN ID: 1121 # VLAN Name: Vlan1121 # 1. Create VLAN Interface /interface vlan add interface=ether2-Main name=Vlan1121 vlan-id=1121 # 2. Create IP Pool /ip pool add name=Vlan1121Pool ranges=10.11.21.10-10.11.21.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.11.21.1 name=1121Profile remote-address=Vlan1121Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.11.21.1/24 interface=Vlan1121 network=10.11.21.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=1121Profile disabled=no interface=Vlan1121 one-session-per-host=yes service-name=1121Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal