# MikroTik PPPoE Server Configuration # Generated on: 2025-07-30 11:03:04 # VLAN ID: 222 # VLAN Name: Vlan222 # 1. Create VLAN Interface /interface vlan add interface=Trunk-bridge1 name=Vlan222 vlan-id=222 # 2. Create IP Pool /ip pool add name=Vlan222Pool ranges=10.222.222.10-10.222.222.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.222.222.1 name=222Profile remote-address=Vlan222Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.222.222.1/24 interface=Vlan222 network=10.222.222.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=222Profile disabled=no interface=Vlan222 one-session-per-host=yes service-name=222Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal