# MikroTik PPPoE Server Configuration # Generated on: 2026-04-05 04:54:26 # VLAN ID: 528 # VLAN Name: Vlan528-Kalarkhar # 1. Create VLAN Interface /interface vlan add interface=ether2-Trunk-10G name=Vlan528-Kalarkhar vlan-id=528 # 2. Create IP Pool /ip pool add name=Vlan528-KalarkharPool ranges=10.52.8.10-10.52.8.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.52.8.1 name=528Profile remote-address=Vlan528-KalarkharPool # 4. Add IP Address to VLAN Interface /ip address add address=10.52.8.1/24 interface=Vlan528-Kalarkhar network=10.52.8.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=528Profile disabled=no interface=Vlan528-Kalarkhar one-session-per-host=yes service-name=528Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal