# MikroTik PPPoE Server Configuration # Generated on: 2026-03-16 17:52:59 # VLAN ID: 116 # VLAN Name: Vlan116-WatliNali # 1. Create VLAN Interface /interface vlan add interface=ether1-Main name=Vlan116-WatliNali vlan-id=116 # 2. Create IP Pool /ip pool add name=Vlan116-WatliNaliPool ranges=10.11.6.10-10.11.6.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.11.6.1 name=116Profile remote-address=Vlan116-WatliNaliPool # 4. Add IP Address to VLAN Interface /ip address add address=10.11.6.1/24 interface=Vlan116-WatliNali network=10.11.6.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=116Profile disabled=no interface=Vlan116-WatliNali one-session-per-host=yes service-name=116Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal