# MikroTik PPPoE Server Configuration # Generated on: 2025-11-28 09:53:24 # VLAN ID: 2024 # VLAN Name: Vlan2024 # 1. Create VLAN Interface /interface vlan add interface=ether2-Trunk-10G name=Vlan2024 vlan-id=2024 # 2. Create IP Pool /ip pool add name=Vlan2024Pool ranges=10.20.24.10-10.20.24.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.20.24.1 name=2024Profile remote-address=Vlan2024Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.20.24.1/24 interface=Vlan2024 network=10.20.24.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=2024Profile disabled=no interface=Vlan2024 one-session-per-host=yes service-name=2024Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal