Followings are my original question: (Refer From Here---....)

    When I search linux-net mailing list archive, I found that
    ip route packages had great functions.

Could you verify following rule

    ip rule add dev eth0 table 1
    ip rule add dev eth1 table 2
    ip rule add dev eth2 table 3
    ip route add default table 1 dev eth0
    ip route add default table 2 dev eth1
    ip route add default table 3 dev eth2

    (My intension is that the packet from eth0 goes to eth0,
                          the packet from eth1 goes to eth1, and
                          the packet from eth2 goes to eth2. etc...)
     
But it doen't work. What's wrong?

Thanks in advance...

Jaeho Yang

---------------From Here (Original Question) ----------------
Hmm,, I installed kernel 2.2.1 for using multiple NICs.

eth0 and eth1 is attached to the same network segment. And 'incoming
stream router' sends the traffic equally. (As you see, RX-OK values 
of eth0 & eth1 is the same.)

But the traffic for 'outbouding stream router' is biased to one NIC
('eth0'). How can I evenly distribute 'output traffic' ? 
How to implement them with ipchains or enhanced 2.2.x feature ?
(With ipchains, the traffic from incoming eth0(or eth1) was bounced
(forwarded) to the same interface (eth0 or eth1). Is it possible?)

[root@xxxxxxxx]# netstat -in
Kernel Interface table
Iface   MTU Met    RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP
TX-OVR Flg
eth0   1500   0  6433688      0      0      0 10204678      0     
0      0 BRU
eth1   1500   0  5894987      0      0      0      111      0     
0      0 BRU
lo     3924   0        0      0      0      0        0      0     
0      0 LRU

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

Reply via email to