# MikroTik PPPoE Server Configuration # Generated on: 2025-06-29 09:44:13 # VLAN ID: 786 # VLAN Name: vlan786-kp # 1. Create VLAN Interface /interface vlan add interface=bridge1 name=vlan786-kp vlan-id=786 # 2. Create IP Pool /ip pool add name=vlan786-kpPool ranges=10.78.6.2-10.78.6.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.78.6.1 name=786Profile remote-address=vlan786-kpPool # 4. Add IP Address to VLAN Interface /ip address add address=10.78.6.1/24 interface=vlan786-kp network=10.78.6.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=786Profile disabled=no interface=vlan786-kp one-session-per-host=yes service-name=786Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal