# MikroTik PPPoE Server Configuration # Generated on: 2025-12-17 16:02:02 # VLAN ID: 104 # VLAN Name: Vlan104-Chumbi # 1. Create VLAN Interface /interface vlan add interface=ether2 name=Vlan104-Chumbi vlan-id=104 # 2. Create IP Pool /ip pool add name=Vlan104-ChumbiPool ranges=10.104.104.10-10.104.104.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.104.104.1 name=104Profile remote-address=Vlan104-ChumbiPool # 4. Add IP Address to VLAN Interface /ip address add address=10.104.104.1/24 interface=Vlan104-Chumbi network=10.104.104.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=104Profile disabled=no interface=Vlan104-Chumbi one-session-per-host=yes service-name=104Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal