# MikroTik PPPoE Server Configuration # Generated on: 2026-05-11 11:29:46 # VLAN ID: 25 # VLAN Name: Vlan25 # 1. Create VLAN Interface /interface vlan add interface=ether2-Trunk-10G name=Vlan25 vlan-id=25 # 2. Create IP Pool /ip pool add name=Vlan25Pool ranges=10.25.25.10-10.25.25.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.25.25.1 name=25Profile remote-address=Vlan25Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.25.25.1/24 interface=Vlan25 network=10.25.25.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=25Profile disabled=no interface=Vlan25 one-session-per-host=yes service-name=25Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal