# MikroTik PPPoE Server Configuration # Generated on: 2025-12-09 07:30:27 # VLAN ID: 110 # VLAN Name: Vlan110 # 1. Create VLAN Interface /interface vlan add interface=ether2-Trunk-10G name=Vlan110 vlan-id=110 # 2. Create IP Pool /ip pool add name=Vlan110Pool ranges=10.110.110.10-10.110.110.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.110.110.1 name=110Profile remote-address=Vlan110Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.110.110.1/24 interface=Vlan110 network=10.110.110.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=110Profile disabled=no interface=Vlan110 one-session-per-host=yes service-name=110Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal