# MikroTik PPPoE Server Configuration # Generated on: 2026-05-05 11:35:16 # VLAN ID: 116 # VLAN Name: Vlan116 # 1. Create VLAN Interface /interface vlan add interface=ether2 name=Vlan116 vlan-id=116 # 2. Create IP Pool /ip pool add name=Vlan116Pool ranges=10.116.116.10-10.116.116.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.116.116.1 name=116Profile remote-address=Vlan116Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.116.116.1/24 interface=Vlan116 network=10.116.116.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=116Profile disabled=no interface=Vlan116 one-session-per-host=yes service-name=116Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal