# MikroTik PPPoE Server Configuration # Generated on: 2026-02-08 10:37:11 # VLAN ID: 16 # VLAN Name: Vlan16 # 1. Create VLAN Interface /interface vlan add interface=bridge1 name=Vlan16 vlan-id=16 # 2. Create IP Pool /ip pool add name=Vlan16Pool ranges=10.16.16.10-10.16.16.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.16.16.1 name=16Profile remote-address=Vlan16Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.16.16.1/24 interface=Vlan16 network=10.16.16.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=16Profile disabled=no interface=Vlan16 one-session-per-host=yes service-name=16Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal