# MikroTik PPPoE Server Configuration # Generated on: 2025-12-14 11:36:54 # VLAN ID: 201 # VLAN Name: Vlan201 # 1. Create VLAN Interface /interface vlan add interface=ether1-Olt name=Vlan201 vlan-id=201 # 2. Create IP Pool /ip pool add name=Vlan201Pool ranges=10.201.201.10-10.201.201.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.201.201.1 name=201Profile remote-address=Vlan201Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.201.201.1/24 interface=Vlan201 network=10.201.201.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=201Profile disabled=no interface=Vlan201 one-session-per-host=yes service-name=201Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal