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

Is this possible?

I've got two cable modems that get access.  I've got a 4 port DEC ethernet card.  I've setup both cable modems on eth1 and eth2.  Internal network is eth0.  Is there a way to split the traffic up between the two cable modems?  I've created a network group called comcast_bonded that includes both eth1 and eth2.  Is that going the right way or am I wasting my time? [:)]ated.   


This thread was automatically locked due to age.
  • Maybe it's possible with QoS rules...

    But I have no experiences with QoS yet.
      
  • You mean network group, i tried that, and couldn't get anywhere from a client.  I could ping from the astaro box, but not from behind it.  It wouldn't do anything, http, ftp, etc... I setup the packet filters like I did before when I had one connection for internet, but still no go, any ideas?

    Thanks
    Chris Welch  
  • remember: 
    1. only one default gateway is possible on astaro (correct me if i am wrong). outgoing packets will always use this interface. 
    2. your masquerading rules can only be bound to one interface.

    you could try async routing: 
    - try to split your clients in networkgroups and make two different masq rules for them.
    one group masqs on extif1 and the other on extif2.
    but remeber that outgoing connections will always use your default route connection. ie. a packet is masqueraded to the ip address of extif2 but will go out the default gw interface (extif1 in our example). only the response of this connection will come back over extif2.
    this would be async routing and i dont know if this is possible with iptables/astaro since the statetable of iptables will go nuts ;-)

    so long 

    gnjb   
  • forgot to mention:
    - i am using  v2.0.32 in our company. maybe v4.0 has some features to help you. qos etc. dont know.
    - the only commercial product i know that does these things  is rainconnect form rainfinity. (software loadbalancing over lines with dynamic ip-addresses.) 

    by,

    gnjb