You have a number of network interfaces and you want to use their combined bandwidth.
If you want to treat two ethernet networks as a single ip network, you can use bonding.
If you want to treat use two ip network you can use iptables.
bonding
modprobe bonding mode=4 ifconfig bond0 up 192.168.10.1 ifenslave bond0 eth0 eth1