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