# MikroTik PPPoE Server Configuration # Generated on: 2025-12-18 15:32:25 # VLAN ID: 117 # VLAN Name: Vlan117 # 1. Create VLAN Interface /interface vlan add interface=ether2 name=Vlan117 vlan-id=117 # 2. Create IP Pool /ip pool add name=Vlan117Pool ranges=10.117.117.10-10.117.117.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.117.117.1 name=117Profile remote-address=Vlan117Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.117.117.1/24 interface=Vlan117 network=10.117.117.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=117Profile disabled=no interface=Vlan117 one-session-per-host=yes service-name=117Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal