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

Regarding 3rd interface card on Astaro

Hello,
I have Astaro ASG120, Firmware 7.104. There's a 3 Nic. I am using a modem that connected to the first interface card on my ASG. The 2nd interface is connected to the internal network. I want to ask if i can add a second modem and connect it to the 3rd interface so that the internel network that connected to the 2nd interface can benefit from both modems. Is that possible? 
And from which interface the clients will get internet (what is the scenario)?

Waiting your reply,
Best Regards,


This thread was automatically locked due to age.
Parents
  • Yes you can do this, however you need to manually put in rules on how to split the traffic up so that you benefit from having two separate lines from your ISP(s).

    ex.
    you could route all http(s) traffic through gateway 1
    and route all the other traffic through gateway 2

    or.. ex2.
    split up your LAN ip's into 2 groups and have one group tied to gateway 1......and the 2nd group tied to your 2nd gateway..
Reply
  • Yes you can do this, however you need to manually put in rules on how to split the traffic up so that you benefit from having two separate lines from your ISP(s).

    ex.
    you could route all http(s) traffic through gateway 1
    and route all the other traffic through gateway 2

    or.. ex2.
    split up your LAN ip's into 2 groups and have one group tied to gateway 1......and the 2nd group tied to your 2nd gateway..
Children
  • I like the 2nd example, but how can i have 2 different gateway inside the lan and i have only one internal interface connected to astaro which is the first interface eth0 and assigned an ip 192.168.0.1. The two others are connected to the modems. I prefer this example since all the 95% of the traffic are from HTTP.
    So is there any work arround?
    Thanks a lot
  • Well by default 100% of your traffic will be trying to go out the default gateway so we just need to redirect the other half.

    * First things first.. go under the definitions section and make a network or network group for the computers that you want to use the 2nd non-default gateway.

    * The go into Network -> Routing -> Policy Route and make a new gateway policy route that looks like:
    Route Type: Gateway Route
    Src Interface >  (or lan)
    Src Net:  (the group you made in step 1)
    Src Service: any
    Dst Net: any
    Gateway: your 2nd ISP Gateway

    Hope this helps...
  • Dear Kury,
    I really appreciate your help.
    I solved this problem. Now i am not obliged to bring another gateway to serve the 2nd group of users.[:)]
    Thanks again

    Best Regards,