# MikroTik PPPoE Server Configuration # Generated on: 2025-10-20 06:36:10 # VLAN ID: 14 # VLAN Name: Vlan14-Maloot # 1. Create VLAN Interface /interface vlan add interface=TrunkBridge name=Vlan14-Maloot vlan-id=14 # 2. Create IP Pool /ip pool add name=Vlan14-MalootPool ranges=10.14.14.10-10.14.14.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.14.14.1 name=14Profile remote-address=Vlan14-MalootPool # 4. Add IP Address to VLAN Interface /ip address add address=10.14.14.1/24 interface=Vlan14-Maloot network=10.14.14.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=14Profile disabled=no interface=Vlan14-Maloot one-session-per-host=yes service-name=14Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal