# MikroTik PPPoE Server Configuration # Generated on: 2025-07-30 11:01:21 # VLAN ID: 123 # VLAN Name: Vlan123 # 1. Create VLAN Interface /interface vlan add interface=Trunk-bridge1 name=Vlan123 vlan-id=123 # 2. Create IP Pool /ip pool add name=Vlan123Pool ranges=10.123.123.10-10.123.123.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.123.123.1 name=123Profile remote-address=Vlan123Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.123.123.1/24 interface=Vlan123 network=10.123.123.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=123Profile disabled=no interface=Vlan123 one-session-per-host=yes service-name=123Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal