This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Traffic Shaping?

Hi,

I don't know if trafic shaping is the correct name for it, but I will explain my Question to you and want to know if this is possible with the ASG.

First maybe look at the picture i made... (paint rulez...)

So i have this ASG with two Internet connections. So I want to know, if it possible to align some ports or a special traffic type with that NICs?

For example, the clients in the Lan should surf over the ADSL Internet connections, but for uploads of big files on an ftp server they should use the SDSL connection for better uploadspeed.
So is it possible to split this traffic on an ASG and define this in some way like connection on the internal port 21 (ftp port) should use outgoing NIC1 and internal port 80 or http traffic should use NIC2?

I hope you understand what I'm asking for? So is this possible and if yes, then how?

Thank you.


This thread was automatically locked due to age.
Parents
  • Hi Albeck,

    I think (but I haven't done it myself yet..) the best way to do that is to create an 'uplink balancing' in multipath mode and create 'multipath rules' to direct the traffic to the desired interface (both configs can be found in 'Interface&Routing -> Interfaces').

    But i suggest to read the threads in this forum and the KB Articles for multipathing at first - there some 'specials' to remind of regarding this feature.

    Regards
    Manfred
Reply
  • Hi Albeck,

    I think (but I haven't done it myself yet..) the best way to do that is to create an 'uplink balancing' in multipath mode and create 'multipath rules' to direct the traffic to the desired interface (both configs can be found in 'Interface&Routing -> Interfaces').

    But i suggest to read the threads in this forum and the KB Articles for multipathing at first - there some 'specials' to remind of regarding this feature.

    Regards
    Manfred
Children
  • Hi.
    As it said, you should use "Multipath".
    I'm using it with my 5 Nics and its working great.
    BUT... You can't shape "big file" (actually what size is big?)
    You can use ports, desalinations and source for shaping your traffics.

    Go to Interfaces & Routing->Interfaces->Uplink balancing, and add your Active Interfaces for the internet (The primary should be up).

    Go to Interfaces & Routing->Interfaces->Uplink balancing-> Multipath Rules,
    Click "add" and use this example:

    Name: "Whatever"
    Position: 1
    Source:  My internal Network (or special user).
    Service:   FTP
    Destination: Internet
    If. Persistence:  By interface
    Bind interface: Adsl
    Comment: 

    Good luck…
    [:)]
  • Ok, thank you, I will give it a try.

    One last Question:
    Is it possible to define an fail-over too?

    For Example: The Internet on NIC2 is down due to ISP problems. So when this happens ALL traffic should go over NIC1, also the special ports which are defined to go over NIC2.

    Also possible?

    Thx Albeck.