# MikroTik PPPoE Server Configuration # Generated on: 2025-10-07 05:39:32 # VLAN ID: 106 # VLAN Name: Vlan106 # 1. Create VLAN Interface /interface vlan add interface=Trunk-bridge1 name=Vlan106 vlan-id=106 # 2. Create IP Pool /ip pool add name=Vlan106Pool ranges=10.106.106.10-10.106.106.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.106.106.1 name=106Profile remote-address=Vlan106Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.106.106.1/24 interface=Vlan106 network=10.106.106.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=106Profile disabled=no interface=Vlan106 one-session-per-host=yes service-name=106Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal