اعلانات تلقائية

تعديل

خخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخ

links

السبت، 25 فبراير 2012

شرح الدمج على كافة بوردات المايكروتك pcc ... شادي سوفت


بوردات المايكروتيك pcc..شادى

الدرس الاول
--------

تعريف ببوردة الدمج من شركة ميكروتيك 750g

موقع الشركة تقدر تقرء عن امكانيات البوردة من هنا


صور للبوردة وهى عبارة عن جهاز فى حجم السويتش به 5 فتحات لان 4 منهم دخول خطوط الانترنت وواحد منهم لخروج خط واحد مجمع به كافة السرعات

بوردات المايكروتيك pcc..شادى


بوردات المايكروتيك pcc..شادى

بوردات المايكروتيك pcc..شادى

بوردات المايكروتيك pcc..شادى

RB750G

The RB750G is a small SOHO router in a nice plastic case. It has five independent Gigabit ethernet ports and optional Switch Chip functionality for wire speed Gigabit throughput.

It’s probably the most affordable MPLS capable router on the market. With compact design and clean looks, it will fit perfectly into any SOHO environment. Comparing to RB750, the G version adds not only Gigabit capable ports, but also a new 680MHz Atheros 7161 CPU for increased throughput. Up to 580Mbps throughout with larger packets, and up to 91500pps with small packets!

Power supply and plastic case are included in the price.

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


بوردات المايكروتيك pcc..شادى


=================

 

وجدت موضوع الدمج مطلوب بكثرة وخصوصا بعد ماقامت به شركات الانترنت من سوء الخدمة وتحديد الداونلود والكثير من هذه الاشياء

وانا النهاردة بأذن الله سأ نفرد بشرح الدمج على بوردة الميكروتيك 750 g بالصور كاملة

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

البوردة تحتوى على اربع فتحات لان لدخول الانترنت وفتحة خامسة لخروج الانترنت

انا عندى خمس خطوات هاعملهم وبعد كده هاخد نت من فتحة الخروج يعادل كل الفتحات اللى داخلة له من الراوترات يعنى لو روتر 2 ميجا وروتر 1 ميجا وروتر 4 ميجا و روتر512 دول مجموعهم
=
7ميجا ونص وهو ده اللى هاحصل عليه



interface
زى ماقلت انا عندى 4 دخول وواحدة خروج
هاسمى الدخول الاول ب in1
والدخول التانى in2
والدخول التالت in3
والدخول الرابع in4

وعندى كارت خروج
هاسميه out










واللى عاوز الكود المستخدم وهو يعدل زى ماهو عاوز انت ممكن تاخد الكود ده وتحطه فى النيو تيرمنال علطول وتظبط زى ماانت عاوز

كود:
/interface ethernet
set 0 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment=\
    "" disabled=no full-duplex=yes l2mtu=1524 mac-address=00:0C:42:A5:F3:8D \
    master-port=none mtu=1500 name=in1 speed=100Mbps
set 1 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment=\
    "" disabled=no full-duplex=yes l2mtu=1524 mac-address=00:0C:42:A5:F3:8E \
    master-port=none mtu=1500 name=in2 speed=100Mbps
set 2 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment=\
    "" disabled=no full-duplex=yes l2mtu=1524 mac-address=00:0C:42:A5:F3:8F \
    master-port=none mtu=1500 name=out speed=100Mbps
set 3 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment=\
    "" disabled=no full-duplex=yes l2mtu=1524 mac-address=00:0C:42:A5:F3:90 \
    master-port=none mtu=1500 name=in3 speed=100Mbps
set 4 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment=\
    "" disabled=no full-duplex=yes l2mtu=1524 mac-address=00:0C:42:A5:F3:91 \
    master-port=none mtu=1500 name=in4 speed=100Mbps


===========


المرحلة الثانية
adress list
-------------
ودى انا بقى هاحدد فيها ايبهات الدخول من الروترات
ويلاحظ انى بحط تانى ايبى بعد الراوتر
مثال
الروتر بتاعى 192.168.1.1
يبقى ايبى اللى هاكتبه للروتر ده فى القايمة هنا
192.168.1.2
وهكذا فى الاربع خطوط التانين

ونيجى لايبى الخروج بتاعى بعمله من هنا برضه








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

كود:
/ip address
add address=192.168.1.2/24 broadcast=192.168.1.255 comment="" disabled=no \
    interface=in1 network=192.168.1.0
add address=192.168.16.2/24 broadcast=192.168.16.255 comment="" disabled=no \
    interface=in2 network=192.168.16.0
add address=10.0.0.139/24 broadcast=10.0.0.255 comment="" disabled=no \
    interface=in3 network=10.0.0.0
add address=192.168.10.2/32 broadcast=192.168.10.2 comment="" disabled=no \
    interface=in4 network=192.168.10.2
add address=192.168.20.1/32 broadcast=192.168.20.1 comment="" disabled=no \
    interface=out network=192.168.20.1


=============


المرحلة التالتة
nat
------------
دى فى الفايروول

وهاتعملها زى الصورة وتكررها 4 مرات للاربع خطوط








وحطيت لكم الكود المستخدم برضه

كود:
/ip firewall nat
كود:
add action=masquerade chain=srcnat comment="" disabled=no out-interface=in1
add action=masquerade chain=srcnat comment="" disabled=no out-interface=in2
add action=masquerade chain=srcnat comment="" disabled=no out-interface=in3
add action=masquerade chain=srcnat comment="" disabled=no out-interface=in4




========


 المرحلة الرابعة
ودى اهمهم جميعا
mangle
--------------
انا عندى 16 سطر
4......input
4>>>output
4===proroting1
4>>>> proroting2

والصور هاتوضح لك وانت ماعليك الا انك تكرر الاربع خطوات دى فى الاربع خطوط

بالنسبة لل
input

-----------




-----------------------------------
بالنسبة لل
output





-------------------------------------
بالنسبة لل

pro1









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

لنسبة لل

pro2

---------





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

وبرضه جبت لكم الكود الخاص بالمانجل

كود:
/ip firewall mangle
add action=mark-connection chain=input comment="" disabled=no in-interface=\
    in1 new-connection-mark=in1_conn passthrough=yes
add action=mark-connection chain=input comment="" disabled=no in-interface=\
    in2 new-connection-mark=in2_conn passthrough=yes
add action=mark-routing chain=output comment="" connection-mark=in1_conn \
    disabled=no new-routing-mark=in1 passthrough=yes
add action=mark-routing chain=output comment="" connection-mark=in2_conn \
    disabled=no new-routing-mark=in2 passthrough=yes
add action=mark-connection chain=input comment="" disabled=no in-interface=\
    in3 new-connection-mark=in3_conn passthrough=yes
add action=mark-connection chain=input comment="" disabled=no in-interface=\
    in4 new-connection-mark=in4_conn passthrough=yes
add action=mark-routing chain=output comment="" connection-mark=in3_conn \
    disabled=no new-routing-mark=in3 passthrough=yes
add action=mark-routing chain=output comment="" connection-mark=in4_conn \
    disabled=no new-routing-mark=in4 passthrough=yes
add action=mark-connection chain=prerouting comment="" disabled=no \
    dst-address-type=!local in-interface=out new-connection-mark=in1_conn \
    passthrough=yes per-connection-classifier=both-addresses-and-ports:4/0
add action=mark-connection chain=prerouting comment="" disabled=no \
    dst-address-type=!local in-interface=out new-connection-mark=in2_conn \
    passthrough=yes per-connection-classifier=both-addresses-and-ports:4/1
add action=mark-connection chain=prerouting comment="" disabled=no \
    dst-address-type=!local in-interface=out new-connection-mark=in3_conn \
    passthrough=yes per-connection-classifier=both-addresses-and-ports:4/2
add action=mark-connection chain=prerouting comment="" disabled=no \
    dst-address-type=!local in-interface=out new-connection-mark=in4_conn \
    passthrough=yes per-connection-classifier=both-addresses-and-ports:4/3
add action=mark-routing chain=prerouting comment="" connection-mark=in1_conn \
    disabled=no in-interface=out new-routing-mark=in1 passthrough=yes
add action=mark-routing chain=prerouting comment="" connection-mark=in4_conn \
    disabled=no in-interface=out new-routing-mark=in4 passthrough=yes
add action=mark-routing chain=prerouting comment="" connection-mark=in3_conn \
    disabled=no in-interface=out new-routing-mark=in3 passthrough=yes
add action=mark-routing chain=prerouting comment="" connection-mark=in2_conn \
    disabled=no in-interface=out new-routing-mark=in2 passthrough=yes




=======


 المرحلة الخامسة
rotes

-----------
ودى انا بحط ايبيهات الروترات بتاعتى فيها افعل كما بالصور مع مراعاة تكرارها للاربع خطوط












الكود المستخدم برضه كالعادة وتسهيلا على الاعضاء

كود:
/ip route
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    192.168.1.1 routing-mark=in1 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    192.168.16.1 routing-mark=in2 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    10.0.0.138 routing-mark=in3 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    192.168.10.1 routing-mark=in4 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    192.168.1.1 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=2 dst-address=0.0.0.0/0 gateway=\
    192.168.16.1 scope=30 target-scope=10
add check-gateway=ping comment="" disabled=no distance=3 dst-address=\
    0.0.0.0/0 gateway=10.0.0.138 scope=30 target-scope=10
add check-gateway=ping comment="" disabled=no distance=4 dst-address=\
    0.0.0.0/0 gateway=192.168.10.1 scope=30 target-scope=10




========


 dns

وطبعا ماننساش الدى ان اس




الكود الخاص بالدى ان اس

كود:
/ip dns
set allow-remote-requests=yes cache-max-ttl=1w cache-size=2048KiB \
    max-udp-packet-size=512 servers=208.67.222.222,208.67.220.220
واللى عاوز يعمله بتاع جوجل مافيش مشاكل
8.8.8.8
8.8.4.4



==========

 ©§¤°^°¤§©¤ خلاصة الموضوع للجميع ¤©§¤°^°¤§©



بكده الحمد لله انا قدرت اخليكم تعملوا الكونفجريشن بايديكم من الالف الى الياء
وتبقى لكم انى ارفع الصور مجمعة + الاكواد مجمعة + المفاجأة للديفيدى

والمفاجأة عبارة عن بيكب كامل كل اللى عليك هتاخدة وتديه للبوردة هو هايديك الاعدادات السليمة كلها وانت ماعليك الا انك تدخل تعدل فى ايبيهات روتراتك فقط لاغير
وكل ده بدون مقابل محتاج منكم بس دعوة لى ولاهلى


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


صور الموضوع

اكواد الموضوع

البيكب


وفى نهاية الموضوع اتمنى من الجميع المشاركة بالاراء والاقتر***ت وياريت نعملها مدرسة كاملة للدمج يدخل المبتدىء هنا ويخرج محترف ان شاء الله


تحياتى للجميع



تم بحمد الله


1 التعليقات:

إرسال تعليق

Twitter Delicious Facebook Digg Stumbleupon Favorites More