# MikroTik PPPoE Server Configuration # Generated on: 2025-09-20 07:43:49 # VLAN ID: 809 # VLAN Name: Vlan809 # 1. Create VLAN Interface /interface vlan add interface=ether2-Trunk name=Vlan809 vlan-id=809 # 2. Create IP Pool /ip pool add name=Vlan809Pool ranges=10.10.10.10-10.10.10.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.10.10.1 name=809Profile remote-address=Vlan809Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.10.10.1/24 interface=Vlan809 network=10.10.10.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=809Profile disabled=no interface=Vlan809 one-session-per-host=yes service-name=809Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal