# MikroTik PPPoE Server Configuration # Generated on: 2026-06-04 13:08:57 # VLAN ID: 529 # VLAN Name: Vlan529 # 1. Create VLAN Interface /interface vlan add interface=ether2-Trunk-10G name=Vlan529 vlan-id=529 # 2. Create IP Pool /ip pool add name=Vlan529Pool ranges=10.52.9.10-10.52.9.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.52.9.1 name=529Profile remote-address=Vlan529Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.52.9.1/24 interface=Vlan529 network=10.52.9.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=529Profile disabled=no interface=Vlan529 one-session-per-host=yes service-name=529Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal