Guest User!

You are not Sophos Staff.

[NOTABUG] [7.360] Uplink Balancing

Hi ...

Still the same problem as before ... every time when i want to setup a uplink balancing it say's "one option ... syntatically or logically incorrect" ...
  • Hi Truth,

    If you'd like me to take a look at this for you, feel free to PM me with an IP, port, and login information, and if you include a phone number I can give you a call and see if we can figure out whats happening for you.
  • Hi ... 

    I have found the wrong piece in my configuration ... and it makes sense ...

    Have configured a SNAT for my ADSL Connection, until this was not deleted, i cant add the Uplink Balancing, now it works...

    Thanks a lot anyway...
  • Hi again ...

    A question is left on my side, because, i cant download with the fullspeed of both lines, here are the speed config of every connection ...

    ADSL => 6000kbit (tested, it is)
    CABLE => 10000 kbit (tested, it is)

    But, when i make multipath i can only download with the speed of CABLE (~1.1 MByte/s) and not more (also when i start 2 downloads).

    Is there special configuration needed, so that i can download with the fullspeed? 

    And yes, im downloading from a side, that supports more then 16 Mbit (mirror.switch.ch)

    Thanks for advices ...

    truth
  • sorry, but multipathrouting is not 10000+6000=16000. Multipathrouting managed the best speed for clients. When your cable is busy because there is another user ´s download with 1,1 Mbit/s then become your client the ADSL 6000 with 600kb/s. multipath managed the best way for you to the internet.
  • Hi Truth,

    What andre says is correct. Link balancing is not going to make a single download from a site any faster for a single client, in that your request is going to go out one of the connections and use that connection to download the file. If your using multiple users, programs which can spawn threads and use different connection paths (rebuilding things themselves locally), or other applications which can take advantage of this type of setup, then you will indeed notice a speed boost. You can also configure your advanced multipath  rules to better accommodate common connections, desired protocols, or source/destinations that should be balanced specifically according to your needs.
  • Without any multipath rule the default behavior is traffic persistence by source IP for one hour.
    This means, all connections from the same client will be routed over the same line,
    in your case either 6Mbit or 10Mbit.

    You have to define multipath rules, e.g.: Source ANY, Destination ANY, Service HTTP, persistence by SRC-DST
    This would redirect traffic from the same client to different servers over multiple lines.
    E.g google.com goes over line1 and yahoo.com over line2