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

Dual internet connection supported?

I have 2 internet connections(one is pppoe, the other standard tcp/ip), i want to know if astaro supports this config and if i will be able to redirect the internal users independently to the internet connection i want and/or be able to "fault tolerance" all to one in case one of the connections fails.

thanks 


This thread was automatically locked due to age.
Parents
  • You can try to ssh to your astaro system and add a route to the second line and metric 2  
  • That's a good start; what most people want, though, is fallover not if one of the next hop gateways die (the ISP devices in your wiring closet), but if any of the pile of routers dies that you go through to get to the backbone of the Internet (and often that is where it does die; the ISPs are working on one of the 500 routers in their shop and knock everybody's connection out...).. So you don't want next hop dead  gateway detection, but far dead gateway detection (for example, you could test to see that the connection through to your ISP's DNS is still good; or for that matter, a connection through to a vital Internet business peer). Member Biffa showed us the backroute scipt, which does this sort of thing.

    Now it would be cool if ip route could handle far dead gateway detection. Anybody know if it does? And would like to share the info?? [My impression is that it does not, but hey, I've been wrong before...]
          
Reply
  • That's a good start; what most people want, though, is fallover not if one of the next hop gateways die (the ISP devices in your wiring closet), but if any of the pile of routers dies that you go through to get to the backbone of the Internet (and often that is where it does die; the ISPs are working on one of the 500 routers in their shop and knock everybody's connection out...).. So you don't want next hop dead  gateway detection, but far dead gateway detection (for example, you could test to see that the connection through to your ISP's DNS is still good; or for that matter, a connection through to a vital Internet business peer). Member Biffa showed us the backroute scipt, which does this sort of thing.

    Now it would be cool if ip route could handle far dead gateway detection. Anybody know if it does? And would like to share the info?? [My impression is that it does not, but hey, I've been wrong before...]
          
Children
No Data