Hello! Can someone help me with simple load balancing setup ? I tried to do it myself, but failed. This is my case: /--------------\ | NET A | \--------------/ | | +-------eth0--------+ |Router A with bird | +---eth1-----eth2---+ | | Link 1 Link 2 | | /----GW1------GW2----\ | | | NET B | | | \--------------------/ I need that hosts from NET A will connect to hosts in NET B. NET A is my network with router A as default GW. NET B is commercial network with RIP. NET A must be exported over RIP to NET B. Link 1 and Link 2 should work with load balancing and fail over. best regards Jarek