# MikroTik PPPoE Server Configuration # Generated on: 2025-12-18 15:28:42 # VLAN ID: 20 # VLAN Name: Vlan20-ChakwalRoad # 1. Create VLAN Interface /interface vlan add interface=ether2 name=Vlan20-ChakwalRoad vlan-id=20 # 2. Create IP Pool /ip pool add name=Vlan20-ChakwalRoadPool ranges=10.20.20.10-10.20.20.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.20.20.1 name=20Profile remote-address=Vlan20-ChakwalRoadPool # 4. Add IP Address to VLAN Interface /ip address add address=10.20.20.1/24 interface=Vlan20-ChakwalRoad network=10.20.20.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=20Profile disabled=no interface=Vlan20-ChakwalRoad one-session-per-host=yes service-name=20Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal