# MikroTik PPPoE Server Configuration # Generated on: 2025-07-25 10:06:17 # VLAN ID: 111 # VLAN Name: Vlan111 # 1. Create VLAN Interface /interface vlan add interface=ether4 name=Vlan111 vlan-id=111 # 2. Create IP Pool /ip pool add name=Vlan111Pool ranges=10.111.111.10-10.111.111.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.111.111.1 name=111Profile remote-address=Vlan111Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.111.111.1/24 interface=Vlan111 network=10.111.111.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=111Profile disabled=no interface=Vlan111 one-session-per-host=yes service-name=111Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal