# MikroTik PPPoE Server Configuration # Generated on: 2026-03-25 14:43:46 # VLAN ID: 1022 # VLAN Name: Vlan1022-Ghatali # 1. Create VLAN Interface /interface vlan add interface=ether2-Main name=Vlan1022-Ghatali vlan-id=1022 # 2. Create IP Pool /ip pool add name=Vlan1022-GhataliPool ranges=10.10.22.10-10.10.22.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.10.22.1 name=1022Profile remote-address=Vlan1022-GhataliPool # 4. Add IP Address to VLAN Interface /ip address add address=10.10.22.1/24 interface=Vlan1022-Ghatali network=10.10.22.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=1022Profile disabled=no interface=Vlan1022-Ghatali one-session-per-host=yes service-name=1022Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal