# MikroTik PPPoE Server Configuration # Generated on: 2025-06-29 11:33:14 # VLAN ID: 77 # VLAN Name: Vlan77-kp # 1. Create VLAN Interface /interface vlan add interface=WirelessBridge name=Vlan77-kp vlan-id=77 # 2. Create IP Pool /ip pool add name=Vlan77-kpPool ranges=10.77.77.2-10.77.77.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.77.77.1 name=77Profile remote-address=Vlan77-kpPool # 4. Add IP Address to VLAN Interface /ip address add address=10.77.77.1/24 interface=Vlan77-kp network=10.77.77.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=77Profile disabled=no interface=Vlan77-kp one-session-per-host=yes service-name=77Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal