Hi, all.
I'm trying to establish load balancing feature over 2 fast ethernet(3c905b-tx) cards.
In my application program, I bind eth0, eth1 in alternate turn using bind() system 
call.
but, all the outgoing packets are sent through one interface say, eth0.

I figured out the situation. 
the only interface through that all the packets are sent is the first entry in the 
routing table.
so, all the outgoing packet are sent through the interface determined not by bind() 
but by routing table entry order.

Do you have any idea of this?
How can I achieve load balancing feature on linux network, eventually clustering 
several network cards?

===========================
A.I.Soft Korea Inc
VoD team
system engineer
Sunghawk Kim
[EMAIL PROTECTED]

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to