# MikroTik PPPoE Server Configuration # Generated on: 2026-03-16 17:54:26 # VLAN ID: 117 # VLAN Name: Vlan117-WirelessDP # 1. Create VLAN Interface /interface vlan add interface=ether1-Main name=Vlan117-WirelessDP vlan-id=117 # 2. Create IP Pool /ip pool add name=Vlan117-WirelessDPPool ranges=10.11.7.10-10.11.7.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.11.7.1 name=117Profile remote-address=Vlan117-WirelessDPPool # 4. Add IP Address to VLAN Interface /ip address add address=10.11.7.1/24 interface=Vlan117-WirelessDP network=10.11.7.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=117Profile disabled=no interface=Vlan117-WirelessDP one-session-per-host=yes service-name=117Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal