# MikroTik PPPoE Server Configuration # Generated on: 2025-07-30 11:04:39 # VLAN ID: 1960 # VLAN Name: Vlan1960 # 1. Create VLAN Interface /interface vlan add interface=Trunk-bridge1 name=Vlan1960 vlan-id=1960 # 2. Create IP Pool /ip pool add name=Vlan1960Pool ranges=10.19.60.10-10.19.60.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.19.60.1 name=1960Profile remote-address=Vlan1960Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.19.60.1/24 interface=Vlan1960 network=10.19.60.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=1960Profile disabled=no interface=Vlan1960 one-session-per-host=yes service-name=1960Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal