# MikroTik PPPoE Server Configuration # Generated on: 2026-01-26 17:33:55 # VLAN ID: 14 # VLAN Name: Vlan14 # 1. Create VLAN Interface /interface vlan add interface=bridge1 name=Vlan14 vlan-id=14 # 2. Create IP Pool /ip pool add name=Vlan14Pool 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=Vlan14Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.14.14.1/24 interface=Vlan14 network=10.14.14.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=14Profile disabled=no interface=Vlan14 one-session-per-host=yes service-name=14Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal