# MikroTik PPPoE Server Configuration # Generated on: 2026-05-10 05:08:07 # VLAN ID: 1022 # VLAN Name: Vlan1022 # 1. Create VLAN Interface /interface vlan add interface=ether2-LAN name=Vlan1022 vlan-id=1022 # 2. Create IP Pool /ip pool add name=Vlan1022Pool ranges=10.22.22.10-10.22.22.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.22.22.1 name=1022Profile remote-address=Vlan1022Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.22.22.1/24 interface=Vlan1022 network=10.22.22.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=1022Profile disabled=no interface=Vlan1022 one-session-per-host=yes service-name=1022Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal