# MikroTik PPPoE Server Configuration # Generated on: 2025-06-29 09:30:57 # VLAN ID: 800 # VLAN Name: Vlan800 # 1. Create VLAN Interface /interface vlan add interface=bridge name=Vlan800 vlan-id=800 # 2. Create IP Pool /ip pool add name=Vlan800Pool ranges=10.80.80.2-10.80.80.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.80.80.1/24 name=800Profile remote-address=Vlan800Pool # 4. Add IP Address to VLAN Interface /ip address add address=10.80.80.1/24 interface=Vlan800 network=10.80.80.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=800Profile disabled=no interface=Vlan800 one-session-per-host=yes service-name=800Server # 6. Add to Firewall Address List (Optional) /ip firewall address-list add address=10.80.80.2-10.80.80.254 comment=Vlan800 list=SulaisTellIPMangleRuels # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal