Using two internet devices brings a huge number of questions about which connection to put traffic through. The combination of rules is beyond the scope of a user's tick box scenario. It belongs in the realm of traffic shaping, and because there are many ways and many algorithms to do this, no-one has offered a free to use interface for bandwidth control.
It starts with the
ip programme.
Have a read of the
Advanced Routing HOWTO to get the interfaces working both directions, then copy and rename the rules from one internet interface to the other.
With the rules active, do iptables-save >> rules.iptables
Copy and rename from this file.
Load the full list with iptables-restore << rules.iptables
This will clear and insert the rules from the file named.