# MikroTik PPPoE Server Configuration # Generated on: 2026-01-10 20:08:46 # VLAN ID: 13 # VLAN Name: Vlan13-Chumbi # 1. Create VLAN Interface /interface vlan add interface=ether2 name=Vlan13-Chumbi vlan-id=13 # 2. Create IP Pool /ip pool add name=Vlan13-ChumbiPool ranges=10.13.13.10-10.13.13.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.13.13.1 name=13Profile remote-address=Vlan13-ChumbiPool # 4. Add IP Address to VLAN Interface /ip address add address=10.13.13.1/24 interface=Vlan13-Chumbi network=10.13.13.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=13Profile disabled=no interface=Vlan13-Chumbi one-session-per-host=yes service-name=13Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal