# MikroTik PPPoE Server Configuration # Generated on: 2025-07-19 04:19:52 # VLAN ID: 10 # VLAN Name: Vlan10 # 1. Create VLAN Interface /interface vlan add interface=eth1 name=Vlan10 vlan-id=10 # 2. Create IP Pool /ip pool add name=Vlan10Pool ranges=192.169.2.10-192.169.2.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=192.169.2.1 name=10Profile remote-address=Vlan10Pool # 4. Add IP Address to VLAN Interface /ip address add address=192.169.2.1/24 interface=Vlan10 network=192.169.2.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=10Profile disabled=no interface=Vlan10 one-session-per-host=yes service-name=10Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal