# MikroTik PPPoE Server Configuration # Generated on: 2025-12-10 11:44:25 # VLAN ID: 2743 # VLAN Name: Vlan2743-Vehari # 1. Create VLAN Interface /interface vlan add interface=ether3-OLT name=Vlan2743-Vehari vlan-id=2743 # 2. Create IP Pool /ip pool add name=Vlan2743-VehariPool ranges=10.27.43.10-10.27.43.254 # 3. Create PPP Profile /ppp profile add dns-server=8.8.8.8,8.8.4.4 local-address=10.27.43.1 name=2743Profile remote-address=Vlan2743-VehariPool # 4. Add IP Address to VLAN Interface /ip address add address=10.27.43.1/24 interface=Vlan2743-Vehari network=10.27.43.0 # 5. Create PPPoE Server /interface pppoe-server server add default-profile=2743Profile disabled=no interface=Vlan2743-Vehari one-session-per-host=yes service-name=2743Server # Configuration Complete! # Copy and paste the above commands into your MikroTik terminal