# MikroTik PPPoE Server Configuration # Generated on: 2026-04-05 04:33:39 # VLAN ID: 233 # VLAN Name: Vlan233 # 1. Create VLAN Interface /interface vlan add interface=ether2-OLTPort name=Vlan233 vlan-id=233 # 2. Create IP Pool /ip pool add name=Vlan233Pool ranges=10.223.1.10-10.223.1.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.223.1.1 name=233Profile remote-address=Vlan233Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.223.1.1/24 interface=Vlan233 network=10.223.1.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=233Profile disabled=no interface=Vlan233 one-session-per-host=yes service-name=233Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal