Load Balancing ?!?

Is it possible to connect a 16/1 Mbit asdl and a 6/6 for my customers?

The download should be going through the adsl and the upload to sdsl !!

Only if both links are from the same provider and you do not use SRC_NAT of any kind.

okay thx

I did something similar but tricky and in specific environment :

here in Chile all ISP assign different national and international bandwidth, that for, I have found on main ISP (10 Mb optical link) all routes and what they see as national, had application running for week in order to made in database all national class C segments, had application running to group segments and finally found maybe 300 routes. After that I had routing table to use adsl or optical link for different destinations.

incoming connections need to be tricky, for example :
you have one smtp server but want to have two incoming mx on two links.
Server shall have two different IP, so, outgoing packets will go out on same connection where come from, after that on router you can decide where packet need to be sent back. Actually, in my case, server has 3 IP, one regular local and two for incoming connections.

I guess this is not what you need, just for a case …

okay i will test..