# MikroTik PPPoE Server Configuration # Generated on: 2026-06-15 04:47:08 # VLAN ID: 17 # VLAN Name: Vlan17 # 1. Create VLAN Interface /interface vlan add interface=TrunkBridge name=Vlan17 vlan-id=17 # 2. Create IP Pool /ip pool add name=Vlan17Pool ranges=10.17.17.10-10.17.17.254 # 3. Create PPP Profile /ppp profile add dns-server=1.1.1.1,8.8.4.4 local-address=10.17.17.1 name=17Profile remote-address=Vlan17Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.17.17.1/24 interface=Vlan17 network=10.17.17.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=17Profile disabled=no interface=Vlan17 one-session-per-host=yes service-name=17Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal