# MikroTik PPPoE Server Configuration # Generated on: 2025-08-11 14:59:30 # VLAN ID: 550 # VLAN Name: Vlan550 # 1. Create VLAN Interface /interface vlan add interface=Trunkbridge1 name=Vlan550 vlan-id=550 # 2. Create IP Pool /ip pool add name=Vlan550Pool ranges=10.8.7.10-10.8.7.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.8.7.1 name=550Profile remote-address=Vlan550Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.8.7.1/24 interface=Vlan550 network=10.8.7.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=550Profile disabled=no interface=Vlan550 one-session-per-host=yes service-name=550Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal