# MikroTik PPPoE Server Configuration # Generated on: 2025-12-19 15:49:12 # VLAN ID: 401 # VLAN Name: Vlan401 # 1. Create VLAN Interface /interface vlan add interface=ether2-Olt name=Vlan401 vlan-id=401 # 2. Create IP Pool /ip pool add name=Vlan401Pool ranges=10.40.1.10-10.40.1.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.40.1.1 name=401Profile remote-address=Vlan401Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.40.1.1/24 interface=Vlan401 network=10.40.1.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=401Profile disabled=no interface=Vlan401 one-session-per-host=yes service-name=401Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal