# MikroTik PPPoE Server Configuration # Generated on: 2026-03-16 17:59:42 # VLAN ID: 118 # VLAN Name: Vlan118-Khajoola # 1. Create VLAN Interface /interface vlan add interface=ether1-Main name=Vlan118-Khajoola vlan-id=118 # 2. Create IP Pool /ip pool add name=Vlan118-KhajoolaPool ranges=10.118.1.10-10.118.1.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.118.1.1 name=118Profile remote-address=Vlan118-KhajoolaPool # 4. Add IP Address to VLAN Interface /ip address add address=10.118.1.1/24 interface=Vlan118-Khajoola network=10.118.1.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=118Profile disabled=no interface=Vlan118-Khajoola one-session-per-host=yes service-name=118Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal