# MikroTik PPPoE Server Configuration # Generated on: 2025-12-31 19:34:43 # VLAN ID: 33 # VLAN Name: Vlan33 # 1. Create VLAN Interface /interface vlan add interface=Trunk-bridge1 name=Vlan33 vlan-id=33 # 2. Create IP Pool /ip pool add name=Vlan33Pool ranges=10.33.33.10-10.33.33.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.33.33.1 name=33Profile remote-address=Vlan33Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.33.33.1/24 interface=Vlan33 network=10.33.33.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=33Profile disabled=no interface=Vlan33 one-session-per-host=yes service-name=33Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal