bonding 2 WANs on local to 1 WAN at Datacenter

Hi there,

I have this scenario:

Office:

1 routerboard 433
1 wan (router ip 192.168.1.1)
1 wan (router ip 192.168.3.1)


Datacenter:

1 RB1000
1 wan 100 mb

I want to do bonding at office over 2 EoIP or something but the point is that I cannot route each eoip via separated wan link.
I think Mangle is the solution but my test didn’t do any results.

Other try I think is use 2 pptp and EoIP over pptp private ips but I think latency will be damaged.

Thanks

On RB1000, you will need two static Public IPs (can even be in same subnet) assigned to single WAN interface.
On RB433, you will need one Public IP from each of your two ISPs assigned to each of your two WAN interfaces.

On RB433, create static route for RB1000 IP1 to go out WAN1 gateway address.
On RB433, create static route for RB1000 IP2 to go out WAN2 gateway address.

Then go here to setup the bonding:
http://wiki.mikrotik.com/wiki/Manual:Bonding_Examples

yeah I don’t take care of static routing (doh!), very simple then. The problem is RB1000 get its public address from pppoe and I can’t get more public IPs in this interface. At office RB433 also can’t get public address, only local because we don’t hace access to its config.

I have a lot limits I know… life is life…

Thanks