recent
أخبار ساخنة

أفضل دمج 5 خطوط لأصدارات 7 // version7.xx

 أفضل دمج 5 خطوط لأصدارات 7 // version7.xx



اقدم لكم سكربت لدمج 5 خطوط لاصدار 7 - ميكروتك
----------------------------------
امشو معي خطوة خطوة لتعمل الخطوط  بشكل جيد
------------------

اولا نضيف ايبيات الراوترات في قائمة ايبي ادريس هاد سكربت جاهز فقط عدل على الايبيات الدخول والخروج 


/ip address
add address=192.168.250.1/24 comment=out interface=ether10 network=\
    192.168.250.0
add address=192.168.15.10/24 comment=wan1 interface=ether1 network=192.168.15.0
add address=192.168.16.10/24 comment=wan2 interface=ether3 network=192.168.16.0
add address=192.168.17.10/24 comment=wan3 interface=ether2 network=192.168.17.0
add address=192.168.18.10/24 comment=wan4 interface=ether4 network=192.168.18.0
add address=192.168.19.10/24 comment=wan5 interface=ether5 network=192.168.19.0



الاضافة الثانية في قائمة ادريس ليست نضيف هذا السكربت ونعدل على ايبيات الدخول والخروج
هذا السكربت يقوم بالسماح بالدخول على الراوترات وخروج الانترنت


/ip firewall address-list
add address=192.168.250.0/24 comment="https://t.me/technology_syria" list=LOCAL-IP
add address=192.168.15.0/24 comment="https://t.me/technology_syria" list=LOCAL-IP
add address=192.168.16.0/24 comment="https://t.me/technology_syria" list=LOCAL-IP
add address=192.168.17.0/24 comment="https://t.me/technology_syria" list=LOCAL-IP
add address=192.168.18.0/24 comment="https://t.me/technology_syria" list=LOCAL-IP
add address=192.168.19.0/24 comment="https://t.me/technology_syria" list=LOCAL-IP



الاضافة الثالثة في قائمة فايرول نات لسماح الخطوط بتمرير الانترنت عبر المداخل


/ip firewall nat
add chain=srcnat out-interface="ether1" action=masquerade comment="https://t.me/technology_syria"
add chain=srcnat out-interface="ether2" action=masquerade comment="https://t.me/technology_syria"
add chain=srcnat out-interface="ether3" action=masquerade comment="https://t.me/technology_syria"
add chain=srcnat out-interface="ether4" action=masquerade comment="https://t.me/technology_syria"
add chain=srcnat out-interface="ether5" action=masquerade comment="https://t.me/technology_syria"


الاضافة الرابعة في قائمة راوتر تابلي - هذه القائمة جديدة في هذا التحديث ولا يعمل الدمج بدونة


/routing table 
add name="to-ether1" fib comment="https://t.me/technology_syria"
add name="to-ether2" fib comment="https://t.me/technology_syria"
add name="to-ether3" fib comment="https://t.me/technology_syria"
add name="to-ether4" fib comment="https://t.me/technology_syria"
add name="to-ether5" fib comment="https://t.me/technology_syria"

الاضافة الخامسة في قائمة راوتر هنا نضيف القيت وي التابعة للراوترات فقط عدل على الايبيات




/ip route
add check-gateway=ping distance=1 gateway="192.168.15.1" routing-table="to-ether1" comment="https://t.me/technology_syria"
add check-gateway=ping distance=1 gateway="192.168.16.1" routing-table="to-ether2" comment="https://t.me/technology_syria"
add check-gateway=ping distance=1 gateway="192.168.17.1" routing-table="to-ether3" comment="https://t.me/technology_syria"
add check-gateway=ping distance=1 gateway="192.168.18.1" routing-table="to-ether4" comment="https://t.me/technology_syria"
add check-gateway=ping distance=1 gateway="192.168.19.1" routing-table="to-ether5" comment="https://t.me/technology_syria"
add check-gateway=ping distance=1 gateway="192.168.15.1" comment="https://t.me/technology_syria"
add check-gateway=ping distance=2 gateway="192.168.16.1" comment="https://t.me/technology_syria"
add check-gateway=ping distance=3 gateway="192.168.17.1" comment="https://t.me/technology_syria"
add check-gateway=ping distance=4 gateway="192.168.18.1" comment="https://t.me/technology_syria"
add check-gateway=ping distance=5 gateway="192.168.19.1" comment="https://t.me/technology_syria"

الاضافة السادسة والاهم في قائمة المنجل يقوم هذا السكربت بدمج الخطوط




/ip firewall mangle
add action=mark-connection chain=input in-interface="ether1" new-connection-mark="cm-ether1" passthrough=yes comment="https://t.me/technology_syria"
add action=mark-connection chain=input in-interface="ether2" new-connection-mark="cm-ether2" passthrough=yes comment="https://t.me/technology_syria"
add action=mark-connection chain=input in-interface="ether3" new-connection-mark="cm-ether3" passthrough=yes comment="https://t.me/technology_syria"
add action=mark-connection chain=input in-interface="ether4" new-connection-mark="cm-ether4" passthrough=yes comment="https://t.me/technology_syria"
add action=mark-connection chain=input in-interface="ether5" new-connection-mark="cm-ether5" passthrough=yes comment="https://t.me/technology_syria"
add action=mark-routing chain=output connection-mark="cm-ether1" new-routing-mark="to-ether1" passthrough=yes comment="https://t.me/technology_syria"
add action=mark-routing chain=output connection-mark="cm-ether2" new-routing-mark="to-ether2" passthrough=yes comment="https://t.me/technology_syria"
add action=mark-routing chain=output connection-mark="cm-ether3" new-routing-mark="to-ether3" passthrough=yes comment="https://t.me/technology_syria"
add action=mark-routing chain=output connection-mark="cm-ether4" new-routing-mark="to-ether4" passthrough=yes comment="https://t.me/technology_syria"
add action=mark-routing chain=output connection-mark="cm-ether5" new-routing-mark="to-ether5" passthrough=yes comment="https://t.me/technology_syria"
add action=mark-connection chain=prerouting dst-address-list=!LOCAL-IP dst-address-type=!local new-connection-mark="cm-ether1" passthrough=yes per-connection-classifier=both-addresses-and-ports:5/0 src-address-list=LOCAL-IP comment="https://t.me/technology_syria"
add action=mark-connection chain=prerouting dst-address-list=!LOCAL-IP dst-address-type=!local new-connection-mark="cm-ether2" passthrough=yes per-connection-classifier=both-addresses-and-ports:5/1 src-address-list=LOCAL-IP comment="https://t.me/technology_syria"
add action=mark-connection chain=prerouting dst-address-list=!LOCAL-IP dst-address-type=!local new-connection-mark="cm-ether3" passthrough=yes per-connection-classifier=both-addresses-and-ports:5/2 src-address-list=LOCAL-IP comment="https://t.me/technology_syria"
add action=mark-connection chain=prerouting dst-address-list=!LOCAL-IP dst-address-type=!local new-connection-mark="cm-ether4" passthrough=yes per-connection-classifier=both-addresses-and-ports:5/3 src-address-list=LOCAL-IP comment="https://t.me/technology_syria"
add action=mark-connection chain=prerouting dst-address-list=!LOCAL-IP dst-address-type=!local new-connection-mark="cm-ether5" passthrough=yes per-connection-classifier=both-addresses-and-ports:5/4 src-address-list=LOCAL-IP comment="https://t.me/technology_syria"
add action=mark-routing chain=prerouting connection-mark="cm-ether1" dst-address-list=!LOCAL-IP new-routing-mark="to-ether1" passthrough=yes src-address-list=LOCAL-IP comment="https://t.me/technology_syria"
add action=mark-routing chain=prerouting connection-mark="cm-ether2" dst-address-list=!LOCAL-IP new-routing-mark="to-ether2" passthrough=yes src-address-list=LOCAL-IP comment="https://t.me/technology_syria"
add action=mark-routing chain=prerouting connection-mark="cm-ether3" dst-address-list=!LOCAL-IP new-routing-mark="to-ether3" passthrough=yes src-address-list=LOCAL-IP comment="https://t.me/technology_syria"
add action=mark-routing chain=prerouting connection-mark="cm-ether4" dst-address-list=!LOCAL-IP new-routing-mark="to-ether4" passthrough=yes src-address-list=LOCAL-IP comment="https://t.me/technology_syria"
add action=mark-routing chain=prerouting connection-mark="cm-ether5" dst-address-list=!LOCAL-IP new-routing-mark="to-ether5" passthrough=yes src-address-list=LOCAL-IP comment="https://t.me/technology_syria"


-------------------------------------------------------------------

الى هنا قد انتهينا ان شاء الله العمل ينال اعجابكم الى اللقاء الى عمل قريب ومميز .
للتحميل المباشر انضم معنا من هنا
لينك صفحة الفيس بوك
لينك قناة التيليجرام قناة العالمية Technology لكل جديد في عالم البرامج المدفوعة مجانا
................
لأي استفسار حسابي الانستا
كلمات دلائيلية لا تهمك
العالمية Technology
العالمية ارقام امريكية
محترفين سوريا العالمية
محترفين سوريا (العالمية)
العالمية Technology طريقك نحو عالم جديد
صفحة العالمية على الفيسبوك
قناة العالمية على التيليجرام
قناة العالمية على اليوتيوب
قناة محترفين سوريا، عالمية، العالمية،العالمية Technology 202‪2, ،
العالمية فيزا وهمية، العالمية حساب امريكي، العالمية تحويل المتجر العادي إلى امريكي دائم وشحن فيزا مجانية #سوريا #النمسا #العراق #الخليج #الكويت #لبنان #فلسطين #مصر #الاردن #عرب #العالمية_technology #محترفين_سوريا #العالمية_محترفين_سوريا #محترفين_سوريا_العالمية
#العالمية_ارقام_امريكية #ارقام_امريكية_العالمية
#syria #2022


ليـنــــك قنـــاة التليجـــــرام
https://t.me/technology_syria
ليــــنك الجـــروب
https://t.me/TechSyria9
بـــوت التواصــل مــع الادمــن
@technology_syria_bot
صـفـحـة فـيس بــوك
https://www.facebook.com/andleeebo/

google-playkhamsatmostaqltradent