نمایش نتایج: از شماره 1 تا 7 از مجموع 7
سپاس ها 2سپاس
  • 1 توسط network99
  • 1 توسط sami-01

موضوع: ریختن پهنای باند رو هم

  
  1. #1
    نام حقيقي: hashem

    عضو عادی
    تاریخ عضویت
    Apr 2012
    محل سکونت
    esfahan
    نوشته
    410
    سپاسگزاری شده
    32
    سپاسگزاری کرده
    724

    ریختن پهنای باند رو هم

    سلام
    من 2 خط اینترنت دارم میخوام بریزم رو هم. بعد بدمش سوئیچ
    میشه لطفا راهنمایی



  2. #2
    نام حقيقي: bita

    عضو عادی
    تاریخ عضویت
    Nov 2012
    محل سکونت
    teh
    نوشته
    230
    سپاسگزاری شده
    27
    سپاسگزاری کرده
    156
    دوست عزیز به این کار میگن لودبالانس . باید با روتر این کار رو انجام بدید . یا با دستگاه لودبالانسر . عبارت لودبالاسن رو سرچ کنید آموزشش در انجمن هست


    vs20 سپاسگزاری کرده است.

  3. #3
    نام حقيقي: hashem

    عضو عادی
    تاریخ عضویت
    Apr 2012
    محل سکونت
    esfahan
    نوشته
    410
    سپاسگزاری شده
    32
    سپاسگزاری کرده
    724
    نقل قول نوشته اصلی توسط network99 نمایش پست ها
    دوست عزیز به این کار میگن لودبالانس . باید با روتر این کار رو انجام بدید . یا با دستگاه لودبالانسر . عبارت لودبالاسن رو سرچ کنید آموزشش در انجمن هست
    سلام
    ویندوز یا میکروتیک؟
    لود بالانس اصولا مگر وقتی نیست که مثلا 2 روتر یا سرور داریم.
    یک سری درخواست از مسیر 1 بره و سری بعد از مسیر 2 بره
    این میشه لود بالانس درسته؟
    مورد رخیتن پهنای باند با هم میگن لود بالانس؟



  4. #4
    نام حقيقي: hessam najafe

    عضو عادی شناسه تصویری sami-01
    تاریخ عضویت
    Dec 2012
    محل سکونت
    شهر ممنوعه
    نوشته
    71
    سپاسگزاری شده
    18
    سپاسگزاری کرده
    10
    البته بعضی از شرکت ها واسه fail tolerance تحمل خطا این کار رو میکنن.از دو خط همزمان استفاده میکنند


    vs20 سپاسگزاری کرده است.

  5. #5
    نام حقيقي: hashem

    عضو عادی
    تاریخ عضویت
    Apr 2012
    محل سکونت
    esfahan
    نوشته
    410
    سپاسگزاری شده
    32
    سپاسگزاری کرده
    724
    سلام
    باید از میکروتیک استفاده کرد و بعد بزنیم میکروتیک رو به سوئیچ؟ چه روتر بوردی رو باید بخریم؟
    غیر از میکروتیک با چی میشه این کار رو کرد؟
    اسم این کار در نهایت لود بالانس است یا کلاسترینگ؟



  6. #6
    نام حقيقي: mehdi

    عضو عادی شناسه تصویری mmahmoodi
    تاریخ عضویت
    Feb 2010
    محل سکونت
    بجنورد
    نوشته
    332
    سپاسگزاری شده
    107
    سپاسگزاری کرده
    92
    از میکروتیک 750 استفاده کنید دو خط wan رو میزنی به میکروتیک و یکی خط میره سوئیچ. تو انجمن یک سرچ بزن load balancing mikrotik قبلا بحث شده عزیز



  7. #7
    نام حقيقي: بهرام

    عضو عادی شناسه تصویری b3hrad
    تاریخ عضویت
    Jul 2009
    محل سکونت
    تهران
    نوشته
    202
    سپاسگزاری شده
    185
    سپاسگزاری کرده
    73
    Load Balancing over Multiple Gateways

    The typical situation where you got one router and want to connect to two ISPs:

    Of course, you want to do load balancing! There are several ways how to do it. Depending on the particular situation, you may find one best suited for you.
    Policy Routing based on Client IP Address

    If you have a number of hosts, you may group them by IP addresses. Then, depending on the source IP address, send the traffic out through Gateway #1 or #2. This is not really the best approach, giving you perfect load balancing, but it's easy to implement, and gives you some control too.
    Let us assume we use for our workstations IP addresses from network 192.168.100.0/24. The IP addresses are assigned as follows:

    • 192.168.100.1-127 are used for Group A workstations
    • 192.168.100.128-253 are used for Group B workstations
    • 192.168.100.254 is used for the router.

    All workstations have IP configuration with the IP address from the relevant group, they all have network mask 255.255.255.0, and 192.168.100.254 is the default gateway for them. We will talk about DNS servers later.
    Now, when we have workstations divided into groups, we can refer to them using subnet addressing:

    • Group A is 192.168.100.0/25, i.e., addresses 192.168.100.0-127
    • Group B is 192.168.100.128/25, i.e., addresses 192.168.100.128-255


    If you do not understand this, take the TCP/IP Basics course, or, look for some resources about subnetting on the Internet! We need to add two IP Firewall Mangle rules to mark the packets originated from Group A or Group B workstations.
    For Group A, specify

    • Chain prerouting and Src. Address 192.168.100.0/25
    • Action mark routing and New Routing Mark GroupA.


    It is a good practice to add a comment as well. Your mangle rules might be interesting for someone else and for yourself as well after some time.
    For Group B, specify

    • Chain prerouting and Src. Address 192.168.100.128/25
    • Action mark routing and New Routing Mark GroupB


    All IP traffic coming from workstations is marked with the routing marks GroupA or GroupB. We can use these marks in the routing table.
    Next, we should specify two default routes (destination 0.0.0.0/0) with appropriate routing marks and gateways:

    This thing is not going to work, unless you do masquerading for your LAN! The simplest way to do it is by adding one NAT rule for Src. Address 192.168.100.0/24 and Action masquerade:

    Test the setup by tracing the route to some IP address on the Internet!
    From a workstation of Group A, it should go like this:

    C:\>tracert -d 8.8.8.8 Tracing route to 8.8.8.8 over a maximum of 30 hops 1 2 ms 2 ms 2 ms 192.168.100.254 2 10 ms 4 ms 3 ms 10.1.0.1 ... From a workstation of Group B, it should go like this:

    C:\>tracert -d 8.8.8.8 Tracing route to 8.8.8.8 over a maximum of 30 hops 1 2 ms 2 ms 2 ms 192.168.100.254 2 10 ms 4 ms 3 ms 10.5.8.1 ... You can specify the DNS server for workstations quite freely, just make it can be reached (test it by tracing the route to DNS server's IP address)!

    منبع : سایت میکروتیک Load Balancing over Multiple Gateways - MikroTik Wiki

    - - - Updated - - -

    Also see:

    http://wiki.mikrotik.com/wiki/Manual:BGP_Load_Balancing_with_two_interfaces

    http://wiki.mikrotik.com/wiki/ECMP_load_balancing_with_masquerade

    http://wiki.mikrotik.com/wiki/ECMP_load_balancing_with_masquerade

    http://wiki.mikrotik.com/wiki/Manual:Load_balancing_multiple_same_subnet_links

    http://wiki.mikrotik.com/wiki/Per-Traffic_Load_Balancing



کلمات کلیدی در جستجوها:

ردیابی ip در میکروتیک

mangle group اینترنت میکروتیک

برچسب برای این موضوع

مجوز های ارسال و ویرایش

  • شما نمی توانید موضوع جدید ارسال کنید
  • شما نمی توانید به پست ها پاسخ دهید
  • شما نمی توانید فایل پیوست ضمیمه کنید
  • شما نمی توانید پست های خود را ویرایش کنید
  •