Hello! > 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? This configuration really must bounce all the packets. For me it is not clear, what you call "does work" 8) Make tcpdump, please. Alexey - To unsubscribe from this list: send the line "unsubscribe linux-net" in the body of a message to [EMAIL PROTECTED]
