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