MikroTik Enterprise Firewall Hardening & Anti-DDoS
স্ক্রিপ্টের বিবরণ ও নির্দেশাবলী
রাউটারওএস সিকিউরিটি বৃদ্ধি, ব্রুটফোর্স অ্যাটাক প্রতিরোধ এবং সিন ফ্লাড ডিডস অ্যাটাক ড্রপ করার প্রোডাকশন ফায়ারওয়াল।
# --- 1. Drop Invalid & Unwanted Packets ---
/ip firewall filter
add chain=input action=accept connection-state=established,related comment="Accept Established/Related"
add chain=input action=drop connection-state=invalid comment="Drop Invalid"
add chain=input action=accept protocol=icmp comment="Accept Safe ICMP"
# --- 2. Port Knocking & WinBox Protection ---
add chain=input protocol=tcp dst-port=8291 src-address-list=Safe_Admin action=accept comment="Allow Whitelist Admin"
add chain=input protocol=tcp dst-port=8291 action=drop comment="Drop Unauthorized WinBox"
# --- 3. SYN Flood & Port Scan Detection ---
/ip firewall raw
add chain=prerouting action=drop tcp-flags=fin,syn,rst,psh,ack,urg comment="Drop Null/Xmas scans"
add chain=prerouting action=drop tcp-flags=!fin,!syn,!rst,!psh,!ack,!urg comment="Drop Null Packets"
ডাউনলোড লিংক (Download Files)
আপনার এক্সেস অনুমোদিত হয়েছে, তবে স্ক্রিপ্ট ফাইলটি এখনও সার্ভারে আপলোড করা হয়নি। অনুগ্রহ করে আমাদের সাপোর্টে যোগাযোগ করুন।
✓
ডাউনলোড এক্সেস সক্রিয়
আপনার অ্যাকাউন্ট থেকে এই স্ক্রিপ্ট ফাইলটি সফলভাবে অ্যাক্সেস করা যাচ্ছে।
পাসওয়ার্ড/লাইসেন্স আনলক
মেম্বারশিপ প্ল্যান নির্বাচন করুন
যেকোনো একটি লাইসেন্স অপশন দিয়ে এই স্ক্রিপ্টটির ফুল সোর্সকোড আনলক করুন।