# MikroTik PPPoE Server Configuration # Generated on: 2026-07-14 13:09:49 # VLAN ID: 2050 # VLAN Name: Vlan2050 # 1. Create VLAN Interface /interface vlan add interface=TrunkBridge name=Vlan2050 vlan-id=2050 # 2. Create IP Pool /ip pool add name=Vlan2050Pool ranges=10.20.50.10-10.20.50.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.20.50.1 name=2050Profile remote-address=Vlan2050Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.20.50.1/24 interface=Vlan2050 network=10.20.50.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=2050Profile disabled=no interface=Vlan2050 one-session-per-host=yes service-name=2050Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal