MikroTik PPPoE Server & Bandwidth Package Studio

হোম » টুলস » স্ক্রিপ্টসমূহ » বিস্তারিত
📡 Broadband Subscriber Management

MikroTik PPPoE Server & Package Studio

আইএসপি ক্লায়েন্টদের জন্য সম্পূর্ণ পিপিপিওই সার্ভার, ব্যান্ডউইথ প্রোফাইল প্যাকেজ, আইপি পুল ও ক্লায়েন্ট সিক্রেট জেনারেটর।

পিপিপিওই সার্ভার প্যারামিটার (Server Setup)

MTU/MRU: 1480

ব্যান্ডউইথ প্যাকেজ ও প্রোফাইলসমূহ

স্পিড: মূল্য:
স্পিড: মূল্য:
স্পিড: মূল্য:
স্পিড: মূল্য:

নমুনা ক্লায়েন্ট সিক্রেট (Sample User Secret)

জেনারেট হওয়া PPPoE স্ক্রিপ্ট

RouterOS v7
mikrotik_pppoe_server_setup.rsc
# ==================================================================
# ISP SECTOR - MikroTik RouterOS v7 PPPoE Server & Packages
# Service: ISP-PPPoE-Server | Interface: ether2-LAN
# Gateway: 10.10.10.1 | Pool: 10.10.10.2-10.10.10.254
# Generated at: 2026-09-12 03:33:19
# ==================================================================

# 1. Gateway IP Assignment & PPPoE Client IP Pool
/ip address add address=10.10.10.1/24 interface=ether2-LAN comment="PPPoE Gateway Local Address"
/ip pool add name=POOL_PPPOE ranges=10.10.10.2-10.10.10.254 comment="PPPoE Client IP Pool"

# 2. Default Base PPPoE Profile
/ppp profile
add name=pppoe_base_profile local-address=10.10.10.1 remote-address=POOL_PPPOE dns-server=8.8.8.8,1.1.1.1 only-one=yes use-encryption=no comment="Base PPPoE Template"

# 3. Bandwidth Tier Speed Profiles
add name="PKG-5Mbps" local-address=10.10.10.1 remote-address=POOL_PPPOE dns-server=8.8.8.8,1.1.1.1 only-one=yes rate-limit=5M/5M comment="Plan: PKG-5Mbps (৳500 BDT)"
add name="PKG-10Mbps" local-address=10.10.10.1 remote-address=POOL_PPPOE dns-server=8.8.8.8,1.1.1.1 only-one=yes rate-limit=10M/10M comment="Plan: PKG-10Mbps (৳800 BDT)"
add name="PKG-20Mbps" local-address=10.10.10.1 remote-address=POOL_PPPOE dns-server=8.8.8.8,1.1.1.1 only-one=yes rate-limit=20M/20M comment="Plan: PKG-20Mbps (৳1200 BDT)"
add name="PKG-50Mbps" local-address=10.10.10.1 remote-address=POOL_PPPOE dns-server=8.8.8.8,1.1.1.1 only-one=yes rate-limit=50M/50M comment="Plan: PKG-50Mbps (৳2000 BDT)"

# 4. PPPoE Server Service Binding
/interface pppoe-server server
add service-name="ISP-PPPoE-Server" interface=ether2-LAN max-mtu=1480 max-mru=1480 default-profile=pppoe_base_profile one-session-per-host=yes disabled=no authentication=pap,chap,mschap2 comment="Production PPPoE Server"

# 5. Sample Provisioned Client Secret
/ppp secret
add name="client01" password="pass@1234" service=pppoe profile="PKG-10Mbps" comment="Client: client01"

# 6. NAT Rule for PPPoE Client Internet Access
/ip firewall nat
add chain=srcnat src-address=10.10.10.1/24 action=masquerade comment="NAT for PPPoE Clients"

# ==================================================================
# Copy and paste directly into MikroTik WinBox Terminal
# ==================================================================
কনফিগারেশন টিপস: কমান্ডগুলো উইনবক্স টার্মিনালে রান করার পর ক্লায়েন্ট রাউটার বা অনু (ONU)-তে PPPoE ইউজারনেম ও পাসওয়ার্ড দিয়ে কানেক্ট করলেই সরাসরি ইন্টারনেট চালু হয়ে যাবে।

স্ক্রিপ্টের বিবরণ ও নির্দেশাবলী

Generates PPPoE Server setup, Profile rates, IP Pools, and secret configurations.

ডাউনলোড এক্সেস সক্রিয়

আপনার অ্যাকাউন্ট থেকে এই স্ক্রিপ্ট ফাইলটি সফলভাবে অ্যাক্সেস করা যাচ্ছে।